SAP PRINT



Get Example source ABAP code based on a different SAP table
  



ABAP_LIST - Spool
The spooling of lists means the list output is not passed to the list buffer for screen lists and it is passed page by page to the SAP spool system instead . After a page has been passed, it is deleted from the ABAP runtime framework and only exists in the SAP spool system.
The size of a spool list is therefore only limited by the intake capacity of the spool system and can become very large. On the other hand, when spool lists are created, it is not possible to refer to previous pages.
Each spooling of list output is linked to a spool request. The list pages that are output for a spool request comprise a spool list. The spool list of a spool request can be
stored in the spool system,
printed on a printer, or
archived using ArchiveLink.
For the spooling of lists, both the activation and deactivation of spooling and the association with spool requests are important.
Switching Spooling On and Off
Spool List Levels and Spool Requests
The following topics also play a role in spooling lists:
Spool Parameters
Spool Control
Spooling Screen Lists



Latest notes:

Separate solutions are provided for form-based output of data, instead of spool lists.
ABAP_HINT_END