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 order in Smartforms

Former Member
0 Likes
636

Hi. I have the next problem. I have a program that shows 13 smartforms. I want to use the same spool order por each smartform. For example, I execute my program and it shows the first smartform, so I have to capture the spool order of that first call, and pass it to the next smartform. The problem is that I don't know is the spool order returned. Thanks.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
548

JOB_OUTPUT_INFO-SPOOLIDS

import paramter of the Samrtform FM.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
548

in runtime spool number is stored in syst-SPONO.

Read only

amit_khare
Active Contributor
0 Likes
549

JOB_OUTPUT_INFO-SPOOLIDS

import paramter of the Samrtform FM.

Read only

0 Likes
548

Hi. Ok I define a structure based on JOB_OUTPUT_INFO (SSFCRESCL), but when I go check the structure, the field SPOOLIDS is empty. Maybe I have to configurate another thing???

Read only

0 Likes
548

You have to pass this in CONTROL_PARAMTER -

getotf = 'X'.

no_dialog = 'X'.

tdnoprev = 'X'.