Application Development and Automation 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: 
Read only

Spool id problem in smartforms

Former Member
0 Likes
447

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

2 REPLIES 2
Read only

Former Member
0 Likes
407

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

Read only

Former Member
0 Likes
407

by taking

output_options-TDNEWID = 'X'