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

HOw to create Spool Request

Former Member
0 Likes
16,515

Hi All,

Is there any FM to create spool request from the program. (in normal run & not in Bacth job)

i am using Fm RSPO_SPOOLDATA_WRITE , but this is not working.

Regards,

Seemanthini

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,949

Hi

Check this -

Edited by: Deepthi Upadhyaya on Dec 10, 2009 10:57 AM

4 REPLIES 4
Read only

JoffyJohn
Active Contributor
0 Likes
5,949

just check

NEW-PAGE PRINT ON option

or

SUBMIT report TO SAP-SPOOL

SPOOL PARAMETERS print_parameters

ARCHIVE PARAMETERS archi_parameters

WITHOUT SPOOL DYNPRO.

option

Read only

Former Member
0 Likes
5,950

Hi

Check this -

Edited by: Deepthi Upadhyaya on Dec 10, 2009 10:57 AM

Read only

Former Member
0 Likes
5,949

SUBMIT <report name> WITH SELECTION-TABLE <parameter table>

TO SAP-SPOOL

SPOOL PARAMETERS

WITHOUT SPOOL DYNPRO

AND RETURN.

this will not show the spool screen but generate the spool.

Make sure you put a check, so that report does not go in infinite loop..

Regards,

Lalit Mohan Gupta.

Read only

0 Likes
5,949

Hi All,

I need Spool file generated from program which i can see from TCode : SP01....