The Function Module GET_PRINT_PARAMETERS (Read, determine, change 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 | GET_PRINT_PARAMETERS |
Short Text | Read, determine, change 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 |
---|---|---|---|---|
ABAP_LIST | LIKE | SPACE | Print ABAP List | |
ARCHIVE_ID | LIKE | ARC_PARAMS-ARCHIV_ID | C_CHAR_UNKNOWN | Archive 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_REPORT | LIKE | ARC_PARAMS-REPORT | C_CHAR_UNKNOWN | Archiving Report |
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 | |
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 |
DEFAULT_SPOOL_SIZE | LIKE | C_CHAR_UNKNOWN | Max. Width of Spool Request: 255 Characters | |
DEPARTMENT | LIKE | PRI_PARAMS-PRABT | C_CHAR_UNKNOWN | Default for 'department' |
DESTINATION | LIKE | PRI_PARAMS-PDEST | C_CHAR_UNKNOWN | Default for 'output device' |
DRAFT | LIKE | PRIPAR_EXT-TEXT | C_CHAR_UNKNOWN | Print text only |
EXPIRATION | LIKE | PRI_PARAMS-PEXPI | C_NUM1_UNKNOWN | Default for 'retention period' |
HOST_COVER_PAGE | LIKE | PRI_PARAMS-PRUNX | C_CHAR_UNKNOWN | Template for Printing Operating System Cover Sheet |
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 | |
LINE_COUNT | LIKE | PRI_PARAMS-LINCT | C_INT_UNKNOWN | Default for 'Rows' |
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' |
MODE | LIKE | SY-CALLR | SPACE | |
NEW_LIST_ID | LIKE | PRI_PARAMS-PRNEW | C_CHAR_UNKNOWN | Default for 'New spool request' |
NO_DIALOG | LIKE | C_FALSE | Suppress dialog | |
NO_FRAMES | LIKE | C_CHAR_UNKNOWN | No Frame Characters | |
PO_FAX_STORE | LIKE | PRI_PARAMS-PRIMM | SPACE | Print parameters, print immediately |
PRIORITY | LIKE | PRI_PARAMS-PRIOT | C_NUM1_UNKNOWN | Template for Priority |
PROTECT_LIST | LIKE | PRI_PARAMS-PRNEW | C_CHAR_UNKNOWN | Cannot Append Any More to Generated Spool Request |
RECEIVER | LIKE | PRI_PARAMS-PRREC | C_CHAR_UNKNOWN | Default for 'recipient' |
RELEASE | LIKE | PRI_PARAMS-PRREL | C_CHAR_UNKNOWN | |
REPORT | LIKE | SY-REPID | C_CHAR_UNKNOWN | REPORT name |
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 |
SUPPRESS_SHADING | LIKE | C_CHAR_UNKNOWN | Suppress Colors/Shading | |
TYPE | LIKE | PRI_PARAMS-PTYPE | C_CHAR_UNKNOWN | |
UC_DISPLAY_MODE | LIKE | C_CHAR_UNKNOWN | Unicode Print Layout | |
USE_ARCHIVENAME_DEF | LIKE | SPACE | Note %_ARCHIVE-REPORT | |
USE_OLD_LAYOUT | LIKE | SPACE | Use Old List Format | |
WITH_STRUCTURE | LIKE | C_CHAR_UNKNOWN | Print with Structure Information |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OUT_ARCHIVE_PARAMETERS | LIKE | ARC_PARAMS | List of the called up archiving parameters | |
OUT_PARAMETERS | LIKE | PRI_PARAMS | List of the called print parameter | |
VALID | LIKE | |||
VALID_FOR_SPOOL_CREATION | LIKE | Print parameters in OUT_PARAMETERS are valid for creation of spool request |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ARCHIVE_INFO_NOT_FOUND | Incorrect entries for archive or archive objects |
INVALID_ARCHIVE_PARAMS | no longer used |
INVALID_PRINT_PARAMS | no longer used |