The Function Module APPL_LOG_DISPLAY (Application Log: Display log) is a standard Function Module in SAP ERP and is part of the function group SLG3 within the package SZAL.
Function Module | APPL_LOG_DISPLAY |
Short Text | Application Log: Display log |
Function Group | SLG3 |
Package | SZAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COLUMN_SELECTION | LIKE | BALDISP | '11112221122 ' | Selection of columns in the header list |
COLUMN_SELECTION_MSG_JUMP | LIKE | BALDISP2-MSG_JUMP | '1' | |
DATE_FROM | LIKE | BALHDR-ALDATE | SY-DATUM | Date: Lower limit |
DATE_TO | LIKE | BALHDR-ALDATE | SY-DATUM | Date: Upper limit |
EXTERNAL_NUMBER | LIKE | BALHDR-EXTNUMBER | SPACE | external number |
EXTERNAL_NUMBER_ATTRIBUTE | LIKE | 0 | 0 - ready for input, 1 - display, 2 - hide | |
OBJECT | LIKE | BALHDR-OBJECT | SPACE | Object name |
OBJECT_ATTRIBUTE | LIKE | 0 | 0 - ready for input, 1 - display, 2 - hide | |
SUBOBJECT | LIKE | BALHDR-SUBOBJECT | SPACE | Subobject name |
SUBOBJECT_ATTRIBUTE | LIKE | 0 | 0 - ready for input, 1 - display, 2 - hide | |
SUPPRESS_SELECTION_DIALOG | LIKE | SPACE | Suppress selection screen | |
TIME_FROM | LIKE | BALHDR-ALTIME | '000000' | Time: Lower limit |
TIME_TO | LIKE | BALHDR-ALTIME | SY-UZEIT | Time: Upper limit |
TITLE_LIST_SCREEN | LIKE | SPACE | Log display title | |
TITLE_SELECTION_SCREEN | LIKE | SPACE | Selection screen title |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER_OF_PROTOCOLS | LIKE | SY-DBCNT | Number of logs read |
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 |
---|---|
NO_AUTHORITY | no authorization for displaying the logs |