Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Sending an itab to SAP Spool using ABAP method

There is a need to send an internal table to SAP Spool using an ABAP class. I don’t want to this using a Function module. 

Please help.


1 Answer
Anil SAP Gupta

Check this class: CL_RSPO_SPOOL_HANDLE as it provides an OO interface to spool.

Class                                      CL_RSPO_SPOOL_HANDLE           

Short Description             Spool: Spool Request Opened for Writing

You can refer this link to know more about this class:

CL_RSPO_SPOOL_HANDLE 

Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.