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: 

Spools generated

Former Member
0 Kudos

Hi,

I had run ZR51 in background with different company codes as input.One spool request created for that job.

when i had checked in SP01 for my user id for that day, there are many spools created .

There should be only one spool created, right?

but i could not understand why there are many spools created

i did not run any other job except ZR51 for that day

Any suggestions??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi sekhar,

1. whats the contents in the other spools ?

2. even if the program is not background,

its just we run the program

and see the print - preview,

then also SPOOL will be generated !

3. Probably those other spools

are of other programs run by you while testing

or developing !

regards,

amit m.

4 REPLIES 4

Former Member
0 Kudos

Hi sekhar,

1. whats the contents in the other spools ?

2. even if the program is not background,

its just we run the program

and see the print - preview,

then also SPOOL will be generated !

3. Probably those other spools

are of other programs run by you while testing

or developing !

regards,

amit m.

Former Member
0 Kudos

You said u have scheduled the job, did u check if the job has executed multiple times. The spool created is for this specific job or for other jobs also.

Former Member
0 Kudos

In case you executed the txn or porgram in background, you should have the jobnumber and jobname. Check tabke TBTCP with jobumber and jobname to see the spool list generated by your background job. If field LISTIDENT is 0, no spool was generated otherwise LISTIDENT is the number of your spool list.

--MIKE

former_member188685
Active Contributor
0 Kudos

Hi Sekhar,

It seems like your Job executed more than once. and are you using any FM's to set the Job and start the job, if so check it once, the problem lies there only.please check your coding once.

if you are doing SM36 then problem may be in setting the job.

Regards

Vijay