cancel
Showing results for 
Search instead for 
Did you mean: 

Converting smartform output to ABAP list

0 Kudos

Hi all,

I have a smartform whose output is to be sent to the spool. Then I have to read the smartform output from the spool and convert it to ABAP list. Now I am having two problems :-

1> While sending the smartform output to the spool, by using the following statement :-

SUBMIT Zsmartform_driver_prog

TO SAP-SPOOL

SPOOL PARAMETERS PRIPAR

ARCHIVE PARAMETERS ARCPAR

WITHOUT SPOOL DYNPRO AND RETURN.

And I am specifying the target device in the popup window as LOCL for spool. But the smartform output is not getting submitted in the spool. Please suggest a solution.

2> I need to know a way to convert the spool output (of a smartform) to ABAP list.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If your run your program, are the parameters of output for smartform are well managed. You must be able to run the program without entering output parameters (you have to fill information in input of the smartform function).

If yes, you should obtain 2 spool (1 for your report if it contains any write) and 1 for the smartforms.

Christophe

0 Kudos

Hi,

What output parameters will I have to specify?

Former Member
0 Kudos

You have to fill OUTPUT_OPTIONS and CONTROL_PARAMETERS to manage the output of the smartforms.

Christophe