cancel
Showing results for 
Search instead for 
Did you mean: 

spool request is being shared

Former Member
0 Kudos

hello ppl,

When two jobs of a program are run at the same time, the same spool request is being shared by both the jobs. The program prints sap scripts and only if the jobs are started simultaneously the jobs print to the same spool request. Because of this there is some issue encountered in the subsequent business process. Is there a way to stop the spool sharing.

Thanks,

Sayee

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thx Naresh!

I thought about this option. But this does not work form me. I have two jobs of the same program running simultaneously. Each job processes about 200 outputs.

I'm printing the outputs through RSNAST00. Now these two jobs are sharing the same spool request. I want each of these jobs to create separate spools.

If I pass tdnewid, then for each output one new spool is created.

I want to know under what circumstance, a job would print to an already existing spool, so that the spool is being shared.

Former Member
0 Kudos

hi Harish,

try this.. for both the forms pass these paramers..

OPTIONS-TDNEWID = 'X '. "Print parameters, new spool request
OPTIONS-TDFINAL = 'X'. "Spool request completed
OPTIONS-TDIMMED = 'X'. "Print parameters, print immediately 

I hope this will work,

Please Close this thread.. when u r problem is solved. Reward all Helpful answers

Regards

Naresh Reddy K

Former Member
0 Kudos

hi

to avoid ethis

u have to passs the contole parameters to print saparate splools

u have to pass the OPTIONS-TDNEWID ='X'.. when u r callin the OPEN_FORM

for smartofrms u have to pass this controle parameters

Please Close this thread.. when u r problem is solved. Reward all Helpful answers

Regards

Naresh Reddy K