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 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGID | 'CMX_TOOLS' | Message Class 'CMX_TOOLS' | 20100317 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGNO | '008' | Configurable Message (CMX_TOOLS) | 20100317 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | 'E' | Message Type 'Error' | 20100317 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | 'I' | Message Type "Information" | 20100317 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | 'S' | Message Type 'Status' | 20100317 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | 'W' | Message Type 'Warning' | 20100317 | |
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20100317 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds Message to Application Log | 20100324 |
2 | ![]() |
Instance method | Public | Method | Adds Message to Application Log | 20100317 |
3 | ![]() |
Instance method | Public | Method | Converts XStep Exceptions into System Messages | 20100317 |
4 | ![]() |
Instance method | Public | Method | Converts XStep Messages into System Messages | 20100317 |
5 | ![]() |
Instance method | Private | Method | Generates Field Catalog | 20100317 |
6 | ![]() |
Instance method | Public | Method | Gets PF Status Dependent on System Profile (SAP/Customer) | 20100317 |
7 | ![]() |
Instance method | Public | Method | Initializes Application Logs | 20100317 |
8 | ![]() |
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 | ![]() |
IT_MSG | Call by reference | Type reference (TYPE) | CMX_TOOLS_T_SYMSG | Tabellentyp für Systemmeldungen | 20100324 | ||
2 | ![]() |
IV_APPL_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20100324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_APPL_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20100317 | ||
2 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20100317 | ||
3 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20100317 | ||
4 | ![]() |
IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20100317 | ||
5 | ![]() |
IV_MSGV1 | Call by reference | Type reference (TYPE) | CLIKE | Meldungsvariable V1 | 20100317 | ||
6 | ![]() |
IV_MSGV2 | Call by reference | Type reference (TYPE) | CLIKE | Meldungsvariable V2 | 20100317 | ||
7 | ![]() |
IV_MSGV3 | Call by reference | Type reference (TYPE) | CLIKE | Meldungsvariable V3 | 20100317 | ||
8 | ![]() |
IV_MSGV4 | Call by reference | Type reference (TYPE) | CLIKE | Meldungsvariable V4 | 20100317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CT_MSG | Call by reference | Type reference (TYPE) | CMX_TOOLS_T_SYMSG | Tabellentyp für Systemmeldungen | 20100317 | ||
2 | ![]() |
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 | ![]() |
CT_MSG | Call by reference | Type reference (TYPE) | CMX_TOOLS_T_SYMSG | Tabellentyp für Systemmeldungen | 20100317 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
EV_PF_STATUS | Call by reference | Type reference (TYPE) | SYPFKEY | PF-Status zu Systemprofil | 20100317 | ||
2 | ![]() |
IV_PF_STATUS_CUST | Call by reference | Type reference (TYPE) | SYPFKEY | PF-Status 'Kunde' | 20100317 | ||
3 | ![]() |
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 | ![]() |
EV_APPL_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20100317 | ||
2 | ![]() |
IV_EXT_NUM | Call by reference | Type reference (TYPE) | BALNREXT | 'CMX_TOOLS' | Anwendungs-Log: Externe Identifikation | 20100317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_APPL_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20100317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CMX_TOOLS | 20100317 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 605 |