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

Former Member
0 Likes
366

hi guyz,

can we create one spool for different smartforms?

regds

2 REPLIES 2
Read only

Former Member
0 Likes
347

You have to call all the smartforms from a single driver program.

Read only

0 Likes
347

hi thanks for your reply...so at the monent iam having

loop at table.

gs_control_params-no_open = 'X'.

gs_control_params-no_close = 'X'.

AT FIRST.

gs_control_params-no_open = ' '.

ENDAT.

AT LAST.

gs_control_params-no_close = ' '.

ENDAT.

which creates spool...how can i get this wroking if im having several function modules .

plz advise..