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 ICON 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 AC_MSG_ERROR Constant Public Type reference (TYPE) CHAR12 'ERROR' Message type: Error 20080526
2 AC_MSG_HEADER Constant Public Type reference (TYPE) CHAR12 'HEADER' Message type: Header 20080526
3 AC_MSG_INFO Constant Public Type reference (TYPE) CHAR12 'INFO' Message type: Info 20080526
4 AC_MSG_LEAF Constant Public Type reference (TYPE) CHAR12 'LEAF' Message type: Leaf 20080526
5 AC_MSG_NEW_ENTRY Constant Public Type reference (TYPE) CHAR12 'NEW_ENTRY' Message type: New entry 20080526
6 AC_TYPE_DONE Constant Public Type reference (TYPE) /BDL/TASK_LOG-MSG_TYPE ICON_CHECKED Done 20080521
7 AC_TYPE_ERROR Constant Public Type reference (TYPE) /BDL/TASK_LOG-MSG_TYPE ICON_FAILURE Error 20080521
8 AC_TYPE_INFORMATION Constant Public Type reference (TYPE) /BDL/TASK_LOG-MSG_TYPE ICON_SPACE Info 20080521
9 AC_TYPE_WARNING 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 INIT_MSGLOG Static method Public Method Initialize message log 20080526
2 WRITE_MESSAGE Static method Public Method Write message 20080526
3 WRITE_MSG_LOG Static method Public Method Write message log entry 20080526
4 WRITE_TASK_LOG 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 Importing IF_CLIENT Call by reference Type reference (TYPE) /BDL/MSGLOG-MANDANT 3-Byte field 20080526
2 Importing 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 Importing IF_TEXT Call by reference Type reference (TYPE) /BDL/MSGLOG-TEXT Message text 20080526
2 Importing 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 Importing IF_TEXT Call by reference Type reference (TYPE) /BDL/MSGLOG-TEXT Log entry text 20080526
2 Importing 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 Importing IF_REPORT Call by reference Type reference (TYPE) SYREPID Report ID 20080521
2 Importing IF_TASKNAME Call by reference Type reference (TYPE) /BDL/TASKS-TASKNAME Technical name of task 20080521
3 Importing IF_TASK_ID Call by reference Type reference (TYPE) /BDL/TASKS-ID ID of task 20080521
4 Importing IF_TEXT Call by reference Type reference (TYPE) /BDL/TASK_LOG-MSG_TEXT Log entry text 20080521
5 Importing 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 INSERT_FAILED Insertion of entry into log failed 20080521
2 TEXT_EMPTY No text was provided 20080521
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_46C