‎2008 Nov 11 1:44 PM
I have execute program RSNAST00 for multiple invoices. my problem is that first 3 invoice comes with same spool request . I want to differentiate into different spool id. Please give the solutions
‎2008 Nov 11 2:01 PM
Hi
U make sure as soon as the fm of your smartforms is called the parameter for new spool is set in OUTPUT_OPTIONS parameter:
TABLES: SSFCOMPOP.
SSFCOMPOP-TDNEWID = 'X'.
CALL FUNCTION <SMARTFORM>
EXPORTING
....................
OUTPUT_OPTIONS = SSFCOMPOP
.......................Max
‎2008 Nov 11 2:21 PM