SAP ABAP Class CL_BANK_PP_EMSG_LOGGER (Adapter for EMSG Message Concept)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
     BANK_PP_JOBCTRL (Package) Parallel Processing and Job Control
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BANK_PP_LOGGER Message Collector in PPF 20051031
Properties
Class CL_BANK_PP_EMSG_LOGGER  
Short Description Adapter for EMSG Message Concept    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BANK_PP_JOBCTRL   Parallel Processing and Job Control 
Created 20051031   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 EEMSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BANK_PP_LOGGER Message Collector in PPF 20051031
Friends
Class CL_BANK_PP_EMSG_LOGGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_ACTION_BREAK_POINT_OFF Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '0172' 20051114
2 CON_ACTION_BREAK_POINT_ON Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '0171' 20051114
3 CON_ACTION_DELAY_OFF Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017Y' 20051114
4 CON_ACTION_DLT_ALL Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017A' 20051114
5 CON_ACTION_DSPL Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017D' 20051114
6 CON_ACTION_DSPL_POPUP Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017P' 20051114
7 CON_ACTION_GET_ALL Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017G' 20051114
8 CON_ACTION_LAST Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017L' 20051114
9 CON_ACTION_LOG_OFF Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017F' 20051114
10 CON_ACTION_LOG_ON Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017N' 20051114
11 CON_ACTION_NUMBERS Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017R' 20051114
12 CON_ACTION_SAVE Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017S' 20051114
13 CON_ACTION_SWTC Constant Public Type reference (TYPE) EMSG_GEN-OKCODE '017W' 20051114
14 CO_MSG_BIG_ERROR Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'Y' 20051116
15 CO_MSG_ERROR Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'E' 20051116
16 CO_MSG_INFORMATION Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'I' 20051116
17 CO_MSG_PROGRAMMING_ERROR Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'A' 20051116
18 CO_MSG_STATISTICS Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'Z' 20051116
19 CO_MSG_SUCCESS Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'S' 20051116
20 CO_MSG_UPDATE_ERROR Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'X' 20051116
21 CO_MSG_WARNING Constant Public Type reference (TYPE) EMSG_GEN-MSGTY 'W' 20051116
22 REF_STDLOG Instance attribute Private Object reference (TYPE REF TO) LCL_LOG 20051111
23 STR_LAST_MSG Instance attribute Private Type reference (TYPE) EEMSG_MSG_SINGLE 20051116
24 TAB_LOGS Instance attribute Private Type reference (TYPE) TYP_TAB_LOGS 20051111
25 TAB_PARAMS Instance attribute Private Type reference (TYPE) BANK_TAB_JC_APPL_LOG_DATA Data for Opening Message Objects in a Process 20051111
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_LAST_MSG_TYPE Instance method Public Method Change Type of Last Message 20051116
2 CLEAR_MESSAGES Instance method Public Method Delete Messages (from Main Memory) 20051111
3 GET_APPLLOGS Instance method Public Method Get Generated Application Logs 20051111
4 GET_LAST_MESSAGE Instance method Public Method Get Last Message 20051116
5 GET_STANDARD_HANDLE Instance method Public Method Get Handle of Standard Log 20051111
6 GET_STANDARD_LOGOBJ Instance method Public Method Get Application Log Object of Standard Log 20051111
7 OPEN_LOGS Instance method Public Method Generate Log Instances 20051111
8 PERFORM_MSG_ACTION Instance method Public Method Execute General Action as per Code 20051114
9 SAVE_MESSAGES Instance method Public Method Save Messages on DB 20051111
10 S_CREATE Static method Public Method Generate Logger 20051031
11 S_IS_EMSG_LOGGER Static method Public Method Check if Logger Is an EMSG Logger 20051031
Events
Class CL_BANK_PP_EMSG_LOGGER has no event.
Types
Class CL_BANK_PP_EMSG_LOGGER has no local type.
Method Signatures

Method CHANGE_LAST_MSG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_MSGTY Call by reference Type reference (TYPE) EMSG_GEN-MSGTY 20051116
2 Importing I_OLD_MSGTY Call by reference Type reference (TYPE) EMSG_GEN-MSGTY Nachrichtentyp 20051116
3 Importing I_STR_LAST_MSG Call by reference Type reference (TYPE) EEMSG_MSG_SINGLE 20051116

Method CHANGE_LAST_MSG_TYPE on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method CLEAR_MESSAGES Signature

Method CLEAR_MESSAGES on class CL_BANK_PP_EMSG_LOGGER has no parameter.
Method CLEAR_MESSAGES on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method GET_APPLLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAS_LOG_HANDLES Value transfer Type reference (TYPE) BAL_T_LOGH Anwendungs-Log: Tabelle mit Protokoll-Handles 20051111

Method GET_APPLLOGS on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method GET_LAST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STR_LAST Value transfer Type reference (TYPE) EEMSG_MSG_SINGLE 20051116

Method GET_LAST_MESSAGE on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method GET_STANDARD_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HANDLE Value transfer Type reference (TYPE) EMSG_GEN-HANDLE Idendifikation eines MESSAGE-Objektes 20051111

Method GET_STANDARD_HANDLE on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method GET_STANDARD_LOGOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LOGOBJ Value transfer Type reference (TYPE) BALOBJ_D Anwendungs-Log: Objektname (Applikationskürzel) 20051111

Method GET_STANDARD_LOGOBJ on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method OPEN_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAXCNT Call by reference Type reference (TYPE) I 20051111

Method OPEN_LOGS on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method PERFORM_MSG_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_CODE Call by reference Type reference (TYPE) EMSG_GEN-OKCODE OK-Code für Nachrichtenobjekt 20051114

Method PERFORM_MSG_ACTION on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method SAVE_MESSAGES Signature

Method SAVE_MESSAGES on class CL_BANK_PP_EMSG_LOGGER has no parameter.
Method SAVE_MESSAGES on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_LOGPARAMS Call by reference Type reference (TYPE) BANK_TAB_JC_APPL_LOG_DATA Daten zum Öffnen von Nachrichtenobjekten in einem Prozeß 20051111
2 Returning R_REF_LOGGER Value transfer Object reference (TYPE REF TO) IF_BANK_PP_LOGGER Nachrichtensammler im PPF 20051031

Method S_CREATE on class CL_BANK_PP_EMSG_LOGGER has no exception.

Method S_IS_EMSG_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_LOGGER Call by reference Object reference (TYPE REF TO) IF_BANK_PP_LOGGER Nachrichtensammler im PPF 20051031
2 Returning R_FLG_TRUE Value transfer Type reference (TYPE) OS_BOOLEAN Boolean 20051031

Method S_IS_EMSG_LOGGER on class CL_BANK_PP_EMSG_LOGGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710