Entering content frame

Printing and Storing Lists Locate the document in its SAP Library structure

You use lists to output structured, formatted data. By default, the SAP system sends a list (basic list and secondary lists) to the output screen after creating it. This section describes how to send lists to the SAP spool system instead of the output screen.

Within ABAP, sending a list to the SAP spool system is generally called 'printing lists'. This, however, must not necessarily mean that the list is actually printed on a printer. You can also use the spool system to store a list temporarily, or to store lists in an optical archive instead of printing it. And you can use the spool system to archive or store lists instead of printing them.

ABAP offers two possibilities to print a list:

You can print a list after and while creating it.

Printing a List after Creating it

Printing a List While Creating it

To find out how to use the SAP spool system to store lists with SAP ArchiveLink, refer to:

Storing Lists Using SAP ArchiveLink

Additional Information about this Section

For more information on the SAP spool system, refer to the Structure linkSAP Printing Guide (BC-CCM-CRM).

 

 

Leaving content frame