‎2008 Jul 25 6:53 AM
Hi,
when i am tring to print the form using outputype in back ground it is genereting one spool and if do another it is notcreatin new spool requset number it is inserting the next script pages in the same spool request number...
i want new request number for every time...
please advice..
‎2008 Jul 25 7:21 AM
Hello Kranti,
I assume you are making a call to OPEN_FORM FM.
Normally, the import structure 'OPTIONS' is filled up using user-defined options based on the structure ITCPO. Here, while filling up the ITCPO, specify that ITCPO-TDNEWID = 'X'. This will trigger a new Spool request whenever you make a call to the FM OPEN_FORM.
This mechanism is common across the modules...be it FI Payment Advices or SD Invoices.
Hope this resolves your issue.
With Regards
VG
‎2008 Jul 25 7:21 AM
Hello Kranti,
I assume you are making a call to OPEN_FORM FM.
Normally, the import structure 'OPTIONS' is filled up using user-defined options based on the structure ITCPO. Here, while filling up the ITCPO, specify that ITCPO-TDNEWID = 'X'. This will trigger a new Spool request whenever you make a call to the FM OPEN_FORM.
This mechanism is common across the modules...be it FI Payment Advices or SD Invoices.
Hope this resolves your issue.
With Regards
VG