Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  User Dialogs →  Classic Lists →  printing lists 

Print Parameters

For every spool request, print parameters must be specified that are used to format the print list when it is created and to control the spool request.

In the ABAP statements NEW-PAGE PRINT ON and SUBMIT TO SAP-SPOOL, the print parameters are specified in a structure of type PRI_PARAMS from ABAP Dictionary. Archiving parameters can be added to the print parameters if the data of the spool request is to be archived using ArchiveLink. This is done by switching optical archiving on in the print parameters (archiving mode 2 or 3). Archiving parameters are specified in a structure of type ARC_PARAMS from the ABAP Dictionary.

The print parameters are specified either explicitly or implicitly. The end user can set them directly in the print dialog box or they can be inserted in the program code.

Other versions: 7.31 | 7.40 | 7.54

Continue

Print Dialog Box

Setting Print Parameters in a Program

Overview of All Print Parameters