Printing Lists 

Ablegen von Listen mit SAP ArchiveLink

Drucksteuerung

BC - SAP-Druckhandbuch

You use lists to output structured, formatted data. By default, the 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.

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

Additional Information about this Section

For more comprehensive information about spool administration, refer to the Printing Guide.

For further information about archiving lists, refer to the SAP ArchiveLink and Storing ABAP Lists documentation.