Menu

SAP Function Module SET_PRINT_PARAMETERS

Set Spool Print Parameters and Archive Parameters

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module SET_PRINT_PARAMETERS (Set Spool Print Parameters and Archive Parameters) is a standard Function Module in SAP ERP and is part of the function group SPRI within the package SABP.

Technical Information

Function Module SET_PRINT_PARAMETERS
Short Text Set Spool Print Parameters and Archive Parameters
Function Group SPRI
Package SABP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ARCHIVE_ID LIKE ARC_PARAMS-ARCHIV_ID C_CHAR_UNKNOWN Default for archiving ID
ARCHIVE_INFO LIKE ARC_PARAMS-INFO C_CHAR_UNKNOWN Additional information for report names
ARCHIVE_MODE LIKE PRI_PARAMS-ARMOD C_CHAR_UNKNOWN Control of the printing and archiving
ARCHIVE_TEXT LIKE ARC_PARAMS-ARCTEXT C_CHAR_UNKNOWN Info text for the archive request
AR_OBJECT LIKE ARC_PARAMS-AR_OBJECT C_CHAR_UNKNOWN Archiving object
AUTHORITY LIKE PRI_PARAMS-PRBER C_CHAR_UNKNOWN Default for 'authorization'
COPIES LIKE PRI_PARAMS-PRCOP C_NUM3_UNKNOWN Default for 'number of copies'
COVER_PAGE LIKE PRI_PARAMS-PRBIG C_CHAR_UNKNOWN Selection cover sheet output value
DATA_SET LIKE PRI_PARAMS-PRDSN C_CHAR_UNKNOWN Default for name of the spool data
DEPARTMENT LIKE PRI_PARAMS-PRABT C_CHAR_UNKNOWN Default for 'department'
DESTINATION LIKE PRI_PARAMS-PDEST C_CHAR_UNKNOWN Default for 'output device'
EXPIRATION LIKE PRI_PARAMS-PEXPI C_NUM1_UNKNOWN Default for 'retention period'
FOOT_LINE LIKE PRI_PARAMS-FOOTL C_CHAR_UNKNOWN Footer line on/off
IMMEDIATELY LIKE PRI_PARAMS-PRIMM C_CHAR_UNKNOWN Default for 'Print immediately'
IN_ARCHIVE_PARAMETERS LIKE ARC_PARAMS SPACE List of all archiving parameters
IN_PARAMETERS LIKE PRI_PARAMS SPACE List of all default parameters
LAYOUT LIKE PRI_PARAMS-PAART C_CHAR_UNKNOWN Default for 'format'
LINE_COUNT LIKE PRI_PARAMS-LINCT C_INT_UNKNOWN Default for 'lines'
LINE_SIZE LIKE PRI_PARAMS-LINSZ C_INT_UNKNOWN Default for 'columns'
LIST_NAME LIKE PRI_PARAMS-PLIST C_CHAR_UNKNOWN Default for 'spool request name'
LIST_TEXT LIKE PRI_PARAMS-PRTXT C_CHAR_UNKNOWN Default for 'spool request text'
NEW_LIST_ID LIKE PRI_PARAMS-PRNEW C_CHAR_UNKNOWN Default for 'New spool request'
RECEIVER LIKE PRI_PARAMS-PRREC C_CHAR_UNKNOWN Default for 'recipient'
RELEASE LIKE PRI_PARAMS-PRREL C_CHAR_UNKNOWN Default for 'retention period'
SAP_COVER_PAGE LIKE PRI_PARAMS-PRSAP C_CHAR_UNKNOWN Default for the output of the SAP cover sheet
SAP_OBJECT LIKE ARC_PARAMS-SAP_OBJECT C_CHAR_UNKNOWN Name of the application for the archiving
TYPE LIKE PRI_PARAMS-PTYPE C_CHAR_UNKNOWN Default 'Spool request type'

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.