SAP ABAP Class /BDL/LOG (Log functionality)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/BDL/TASKMANAGER (Package) Task Manager

⤷

⤷

Properties
Class | /BDL/LOG | |
Short Description | Log functionality | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BDL/TASKMANAGER | Task Manager |
Created | 20080521 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /BDL/LOG has no interface implemented.
Friends
Class /BDL/LOG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR12 | 'ERROR' | Message type: Error | 20080526 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR12 | 'HEADER' | Message type: Header | 20080526 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR12 | 'INFO' | Message type: Info | 20080526 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR12 | 'LEAF' | Message type: Leaf | 20080526 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR12 | 'NEW_ENTRY' | Message type: New entry | 20080526 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | ICON_CHECKED | Done | 20080521 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | ICON_FAILURE | Error | 20080521 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | ICON_SPACE | Info | 20080521 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | ICON_LED_YELLOW | Warning | 20080521 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Initialize message log | 20080526 |
2 | ![]() |
Static method | Public | Method | Write message | 20080526 |
3 | ![]() |
Static method | Public | Method | Write message log entry | 20080526 |
4 | ![]() |
Static method | Public | Method | Write task log entry | 20080521 |
Events
Class /BDL/LOG has no event.
Types
Class /BDL/LOG has no local type.
Method Signatures
Method INIT_MSGLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_CLIENT | Call by reference | Type reference (TYPE) | /BDL/MSGLOG-MANDANT | 3-Byte field | 20080526 | ||
2 | ![]() |
IF_SESSIONNR | Call by reference | Type reference (TYPE) | /BDL/MSGLOG-SESSIONNR | General flag | 20080526 |
Method INIT_MSGLOG on class /BDL/LOG has no exception.
Method WRITE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_TEXT | Call by reference | Type reference (TYPE) | /BDL/MSGLOG-TEXT | Message text | 20080526 | ||
2 | ![]() |
IF_TYPE | Call by reference | Type reference (TYPE) | CHAR12 | Message format | 20080527 |
Method WRITE_MESSAGE on class /BDL/LOG has no exception.
Method WRITE_MSG_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_TEXT | Call by reference | Type reference (TYPE) | /BDL/MSGLOG-TEXT | Log entry text | 20080526 | ||
2 | ![]() |
IF_TYPE | Call by reference | Type reference (TYPE) | FLAG | Log entry type | 20080526 |
Method WRITE_MSG_LOG on class /BDL/LOG has no exception.
Method WRITE_TASK_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_REPORT | Call by reference | Type reference (TYPE) | SYREPID | Report ID | 20080521 | ||
2 | ![]() |
IF_TASKNAME | Call by reference | Type reference (TYPE) | /BDL/TASKS-TASKNAME | Technical name of task | 20080521 | ||
3 | ![]() |
IF_TASK_ID | Call by reference | Type reference (TYPE) | /BDL/TASKS-ID | ID of task | 20080521 | ||
4 | ![]() |
IF_TEXT | Call by reference | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TEXT | Log entry text | 20080521 | ||
5 | ![]() |
IF_TYPE | Call by reference | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | AC_TYPE_INFORMATION | Log entry type | 20080521 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Insertion of entry into log failed | 20080521 | |
2 | ![]() |
No text was provided | 20080521 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 2005_1_46C |