Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
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.
Function Module | SET_PRINT_PARAMETERS |
Short Text | Set Spool Print Parameters and Archive Parameters |
Function Group | SPRI |
Package | SABP |
Module Type | Normal Module |
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' |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.