cancel
Showing results for 
Search instead for 
Did you mean: 

Append one more page in old spool number

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi friend's,

I'm having a script for pick list, now my problem is, if igive the production order for 2nd time, the first spool number has append one more page. what is the solution?

Thanks in Advance.

Vallamuthu.M

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hi,

I guess your application uses a Smartform or a Sapscript form to create spools.

For sapscripts, when the application call the function module you can useparameters ITCPO-TDNEWID and ITCPO-TDFINAL. For smartforms when you call the function module of the Smartform, you can set 'OUTPUT_OPTIONS-TDDEST' and 'OUTPUT_OPTIONS-TDNEWID'.

regards,

Aidan

Answers (1)

Answers (1)

amit_khare
Active Contributor
0 Kudos

You need to close the old SPOOL REQUEST number after successful print. This can be done from Print Settings or take help from your BASIS guy.

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi Amit,

Thanks for your response. is it possible to close the old spool request from ABAP Program.

Thanks & Regards,

Vallamuthu.M