Tag Archives: Spool

SUBMIT Statement in SAP ABAP (Updated for HANA)

SUBMIT is a keyword in SAP ABAP where you can use to execute an ABAP program within an another ABAP Program. There are multiple variations how you can use SUBMIT statement in SAP ABAP. For example, with different variations of SUBMIT statement syntax, you can define how to set Selection Screen parameters of the calling […]

Convert Spool Requests to PDF SAP ABAP

You can use the standard program “RSTXPDFT4” which converts OTF or ABAP list spools to PDF. First find the spool request number from SP01. Then go to transaction se38 and execute the program “RSTXPDFT4”. Provide the file path and spool request number. File could be directly downloaded to a local destination. Spool Requests with More […]