Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error Spool_Invalid_Job - Message 00 617 A

Former Member
0 Kudos

Hi gurues, i have this problem when ejecuting a job background.

When calling the SAP spool system, an unknown spool request or an unknown object was specified.

More detailed description of error: "Spooljob not found "

Further information:

See below under "Spool error information".

The termination occurred in the function "spool_close" of the SAP

Basis System, specifically in line 2383 of the module

"//bas/620/src/krn/runt/abprint.c#32".

The internal operation just processed is " ".

The internal session was started at 20080408111438.

============

RSPO - Error

code: 128 RSPOENOJOB No such spooljob or object

Spooljob not found

module: rspodb01 no: 7 line: 885 T100: PO008

TSL01: F8F p3: 13480

No entry in error history

Error propagation from: primary key table access (RTAB)

RTAB error 64

-

-


Any idea ? Please Help!

Regards,

Sebastiá

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

From your query i think you are submitting a program thru programatically then.

Are you calling any function module RSPO* after your submit statement and before fm call CLOSE_JOB? ( spool number get written into this table after JOB_CLOSE fm call)

and also check table TBTCP after your JOB_OPEN call whether jobname is available?

Former Member
0 Kudos

see note 889733

Former Member
0 Kudos

One can infer from this that the spool job you are trying to access is not created yet.

Do as mentioned below to resolve the problem:

Check the spool request number at the time of its generation.