‎2008 Jun 25 1:02 PM
hi guyz,
can we create one spool for different smartforms?
regds
‎2008 Jun 25 1:21 PM
You have to call all the smartforms from a single driver program.
‎2008 Jun 25 2:42 PM
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..