SAP ABAP Class CL_CMX_TOOLS_APPL_LOG (Application Log Functions)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PI-PMA (Application Component) Process Management
     CMX_TOOLS (Package) Manufacturing Execution: Tools
Properties
Class CL_CMX_TOOLS_APPL_LOG  
Short Description Application Log Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CMX_TOOLS   Manufacturing Execution: Tools 
Created 20100317   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CMX_TOOLS_APPL_LOG has no forward declaration.
Interfaces
Class CL_CMX_TOOLS_APPL_LOG has no interface implemented.
Friends
Class CL_CMX_TOOLS_APPL_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MSGID_CMX_TOOLS Constant Public Type reference (TYPE) SYMSGID 'CMX_TOOLS' Message Class 'CMX_TOOLS' 20100317
2 GC_MSGNO_FLEX Constant Public Type reference (TYPE) SYMSGNO '008' Configurable Message (CMX_TOOLS) 20100317
3 GC_MSGTY_ERROR Constant Public Type reference (TYPE) SYMSGTY 'E' Message Type 'Error' 20100317
4 GC_MSGTY_INFO Constant Public Type reference (TYPE) SYMSGTY 'I' Message Type "Information" 20100317
5 GC_MSGTY_STATUS Constant Public Type reference (TYPE) SYMSGTY 'S' Message Type 'Status' 20100317
6 GC_MSGTY_WARNING Constant Public Type reference (TYPE) SYMSGTY 'W' Message Type 'Warning' 20100317
7 GV_APPL_LOG_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100317
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG_TAB_TO_LOG Instance method Public Method Adds Message to Application Log 20100324
2 ADD_MSG_TO_LOG Instance method Public Method Adds Message to Application Log 20100317
3 CONV_XS_EXC_IN_SYS_MSG Instance method Public Method Converts XStep Exceptions into System Messages 20100317
4 CONV_XS_MSG_IN_SYS_MSG Instance method Public Method Converts XStep Messages into System Messages 20100317
5 CREATE_FCAT Instance method Private Method Generates Field Catalog 20100317
6 GET_PF_STATUS_SAP_CUST Instance method Public Method Gets PF Status Dependent on System Profile (SAP/Customer) 20100317
7 INIT_APPL_LOG Instance method Public Method Initializes Application Logs 20100317
8 SHOW_APPL_LOGS Instance method Public Method Displays Application Logs 20100317
Events
Class CL_CMX_TOOLS_APPL_LOG has no event.
Types
Class CL_CMX_TOOLS_APPL_LOG has no local type.
Method Signatures

Method ADD_MSG_TAB_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG Call by reference Type reference (TYPE) CMX_TOOLS_T_SYMSG Tabellentyp für Systemmeldungen 20100324
2 Importing IV_APPL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20100324
# Exception Resumable Description Created on
1 CX_CMX_TOOLS_EXC Ausnahmeklasse für CMX_TOOLS 20100324

Method ADD_MSG_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20100317
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20100317
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20100317
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20100317
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) CLIKE Meldungsvariable V1 20100317
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) CLIKE Meldungsvariable V2 20100317
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) CLIKE Meldungsvariable V3 20100317
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) CLIKE Meldungsvariable V4 20100317
# Exception Resumable Description Created on
1 CX_CMX_TOOLS_EXC Ausnahmeklasse für CMX_TOOLS 20100317

Method CONV_XS_EXC_IN_SYS_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG Call by reference Type reference (TYPE) CMX_TOOLS_T_SYMSG Tabellentyp für Systemmeldungen 20100317
2 Importing IO_XS_EXC Call by reference Object reference (TYPE REF TO) CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20100317

Method CONV_XS_EXC_IN_SYS_MSG on class CL_CMX_TOOLS_APPL_LOG has no exception.

Method CONV_XS_MSG_IN_SYS_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG Call by reference Type reference (TYPE) CMX_TOOLS_T_SYMSG Tabellentyp für Systemmeldungen 20100317
2 Importing IT_XS_MSG Call by reference Type reference (TYPE) CMX_XS_T_MESSAGE XSteps: Tabelle für Meldungen 20100317

Method CONV_XS_MSG_IN_SYS_MSG on class CL_CMX_TOOLS_APPL_LOG has no exception.

Method CREATE_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCAT_MESS Call by reference Type reference (TYPE) BAL_T_FCAT Anwendungs-Log: Feldkatalog für Protokollanzeige 20100317

Method CREATE_FCAT on class CL_CMX_TOOLS_APPL_LOG has no exception.

Method GET_PF_STATUS_SAP_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PF_STATUS Call by reference Type reference (TYPE) SYPFKEY PF-Status zu Systemprofil 20100317
2 Importing IV_PF_STATUS_CUST Call by reference Type reference (TYPE) SYPFKEY PF-Status 'Kunde' 20100317
3 Importing IV_PF_STATUS_SAP Call by reference Type reference (TYPE) SYPFKEY PF-Status 'SAP' 20100317

Method GET_PF_STATUS_SAP_CUST on class CL_CMX_TOOLS_APPL_LOG has no exception.

Method INIT_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20100317
2 Importing IV_EXT_NUM Call by reference Type reference (TYPE) BALNREXT 'CMX_TOOLS' Anwendungs-Log: Externe Identifikation 20100317
# Exception Resumable Description Created on
1 CX_CMX_TOOLS_EXC Ausnahmeklasse für CMX_TOOLS 20100317

Method SHOW_APPL_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20100317
# Exception Resumable Description Created on
1 CX_CMX_TOOLS_EXC Ausnahmeklasse für CMX_TOOLS 20100317
History
Last changed by/on SAP  20110908 
SAP Release Created in 605