SAP ABAP Class CL_SEA_SEW_LOG_HELPER (Used to create log handles and log messages)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SEW (Application Component) Service Extension Workbench
     SEA_SEW_CORE (Package) Core component of SEW
Properties
Class CL_SEA_SEW_LOG_HELPER  
Short Description Used to create log handles and log messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEA_SEW_CORE   Core component of SEW 
Created 20100519   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SEA_SEW_LOG_HELPER has no interface implemented.
Friends
Class CL_SEA_SEW_LOG_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_LOG_OBJECT Constant Public Type reference (TYPE) STRING 'SEA_SEW' 20100519
2 GC_MSG_ID Constant Public Type reference (TYPE) SY-MSGID 'CL_SEA_MESSAGES' 20100519
Methods
# Method Level Visibility Method type Description Created on
1 GET_LOG_HANDLE Static method Public Method Creates a new log handle 20100519
2 LOG_ENTRY Static method Private Method Logs a message 20100519
3 LOG_ERROR Static method Public Method Logs an error message 20100519
4 LOG_ERROR_DESC Static method Public Method Logs an error description as an error message 20101020
5 LOG_EXCEPTION Static method Public Method Reads the description of the exception and logs it as error 20100520
6 LOG_INFO Static method Public Method Logs an info message 20100519
7 LOG_MESSAGE Static method Public Method Logs BAL message 20101014
8 LOG_STATUS Static method Public Method Logs a status message 20100519
9 LOG_TERMINATION Static method Public Method Logs a termination message 20100519
10 LOG_WARNING Static method Public Method Logs a warning message 20100519
Events
Class CL_SEA_SEW_LOG_HELPER has no event.
Types
Class CL_SEA_SEW_LOG_HELPER has no local type.
Method Signatures

Method GET_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOG_SUBOBJECT Call by reference Type reference (TYPE) SEA_SEW_LOG_SUBOBJECT Log subobject 20100519
2 Returning RV_LOG_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL A new log handle 20100519

Method GET_LOG_HANDLE on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519
7 Importing IV_PROBLCLASS Call by reference Type reference (TYPE) BALPROBCL Problem class- 1 - very important, 2 - impotant, etc. 20100519
8 Importing IV_TYPE Call by reference Type reference (TYPE) SYMSGTY Type of the message - status, warning, error, etc. 20100519

Method LOG_ENTRY on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519

Method LOG_ERROR on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_ERROR_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERROR_DESC Call by reference Type reference (TYPE) STRING 20101020
2 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20101020
3 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Message Number 20101020

Method LOG_ERROR_DESC on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20100520
2 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100520
3 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) STRING Method where the exception is caught-'classname->methodname' 20100520

Method LOG_EXCEPTION on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519

Method LOG_INFO on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BAL_MSG Call by reference Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20101014
2 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20101014

Method LOG_MESSAGE on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519

Method LOG_STATUS on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_TERMINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519

Method LOG_TERMINATION on class CL_SEA_SEW_LOG_HELPER has no exception.

Method LOG_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG1 Call by reference Type reference (TYPE) STRING First argument of the message 20100519
2 Importing IV_ARG2 Call by reference Type reference (TYPE) STRING Second argument of the message 20100519
3 Importing IV_ARG3 Call by reference Type reference (TYPE) STRING Third argument of the message 20100519
4 Importing IV_ARG4 Call by reference Type reference (TYPE) STRING Fourth argument of the message 20100519
5 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20100519
6 Importing IV_MSG_NUM Call by reference Type reference (TYPE) SY-MSGNO Number of the message in message class CL_SEA_MESSAGES 20100519

Method LOG_WARNING on class CL_SEA_SEW_LOG_HELPER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730