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 request

Former Member
0 Likes
638

hi

how to genetrate spool request number........

i wanna use it for RSTXPDFT4........

5 REPLIES 5
Read only

Former Member
0 Likes
591

Well you want to use RSTXPDFT4 without even knowing what to downlaod? Spool can be generated either by submitting a report in background or in foreground using certain function modules. Please search in SCN you will find the various ways of doing so

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
591

You can generate spool by printing forms as well Vik. You missed it 😄

Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
591

Hello,

You can click the print button in the report output, e.g. ABAP list, SAPScript/Smartforms and Send to SAP Spooler Only for Now,

this will generate a spool request in SP01, then you can use the report to convert it to PDF file.

Regards,

David

Read only

Former Member
0 Likes
591

Hai

Step 1 - given the data for print

Step 2 - Go to T-code SP01 , Identify the spool No

Step 3 - run the program "RSTXPDFT4" , give the spool No and exec .

Regards

Sarath P G

Read only

Former Member
0 Likes
591

thnks