sapdev logo background
sapdev logo sapdev logo
Comments

SAP PRINT PARAMETERS documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Spool Parameters
For every spool request , spool parameters must be defined that are used to format the spool list when the list is created, and to control the request.
In the ABAP statements NEW-PAGE PRINT ON
and SUBMIT TO SAP-SPOOL the spool parameters are specified in a structure of type PRI_PARAMS from the ABAP Dictionary. Spool parameters can be enhanced by archiving parameters if the data of the spool request is to be archived using ArchiveLink
. To do this, optical archiving using
Archive Link is switched on (archiving mode 2 or 3) in the spool parameters. Archiving parameters are specified in a structure of type ARC_PARAMS from the ABAP Dictionary.
The spool parameters are specified either explicitly or implicitly. The end user can set them directly in the spool dialog box or the spool parameters can be set in the program code.
  • Spool Dialog Box

  • Setting Program-Driven Spool Parameters

  • Overview of All Spool Parameters


  • Note
    The content of the structures PRI_PARAMS and ARC_PARAMS cannot be modified directly in programs; only the function module
    GET_PRINT_PARAMETERS can be used for this.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    PRINT_ON_OFF
    PRINT_PARAMETERS_FUNCTION




    comments powered by Disqus