If the header attributes of an application log are read, they are returned in an object which uses interface IF_BALI_HEADER_GETTER.
Public Attributes
|
Name |
Description |
|---|---|
|
OBJECT |
Object of the log |
|
SUBOBJECT |
Subobject of the log |
|
EXTERNAL_ID |
External identifier of the log |
|
LOG_TIMESTAMP |
UTC time stamp of the log (usually the creation time) |
|
LOG_USER |
Log user (usually the user who created the log) |
|
EXPIRY_DATE |
Date when the log expires and can be deleted |
|
KEEP_UNTIL_EXPIRY |
If set: It's not allowed to delete the log before the expiry date |
|
NUMBER_ALL_ITEMS |
Total number of items which are stored in the log |
|
NUMBER_ABORT_ITEMS |
Number of abort items which are stored in the log |
|
NUMBER_ERROR_ITEMS |
Number of error items which are stored in the log |
|
NUMBER_WARNING_ITEMS |
Number of warning items which are stored in the log |
|
NUMBER_INFORMATION_ITEMS |
Number of information items which are stored in the log |
|
NUMBER_STATUS_ITEMS |
Number of status items which are stored in the log |
|
CONTEXT_STRUCTURE_NAME |
Data dictionary name of the context structure |
Public Methods
Get description text of the log object in the logon language:
GET_OBJECT_DESCRIPTION
|
Name |
Description |
|---|---|
|
Returning parameter |
|
|
OBJECT_DESCRIPTION |
Description of the object in the logon language |
Get description text of log subobject in the logon language:
GET_SUBOBJECT_DESCRIPTION
|
Name |
Description |
|---|---|
|
Returning parameter |
|
|
SUBOBJECT_DESCRIPTION |
Description of the subobject in the logon language |
Get the context data of the header:
GET_CONTEXT
|
Name |
Description |
|---|---|
|
Exporting parameter |
|
|
CONTEXT |
Structure that is filled with context data |