SAP ABAP Class CL_EAM_TL_CX_LOG (Exception log for task list)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM-PRM-TL (Application Component) Maintenance Task Lists
⤷
EAM_TL_API (Package) EAM Task List API
⤷
⤷
Properties
| Class | CL_EAM_TL_CX_LOG | |
| Short Description | Exception log for task list | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EAM_TL_API | EAM Task List API |
| Created | 20090805 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_EAM_TL_CX_LOG has no interface implemented.
Friends
Class CL_EAM_TL_CX_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | C | 'A' | Type message abort | 20090909 | ||
| 2 | Constant | Private | Type reference (TYPE) | C | 'E' | Type error message | 20090827 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | GTY_LOG_TAB | Global table containing all messages in current environment | 20090806 | |||
| 4 | Instance attribute | Protected | Attribute reference (LIKE) | SY-LANGU | Language Key of Current Text Environment | 20090814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090806 | |
| 2 | Instance method | Public | Method | Gets Messages in BAPIRET2 format | 20090807 | |
| 3 | Instance method | Public | Method | Gets the exception data information | 20090806 | |
| 4 | Instance method | Protected | Event handling method | Appends log entry to log | 20090813 | |
| 5 | Instance method | Protected | Event handling method | Appends messages originating from mm service class | 20091005 | |
| 6 | Instance method | Protected | Event handling method | Logs exception from incoming event | 20090805 | |
| 7 | Instance method | Public | Method | Returns if the log has error messages or not | 20090827 | |
| 8 | Instance method | Public | Method | Returns boolean value if log is empty | 20090807 |
Events
Class CL_EAM_TL_CX_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_LOG_TAB | Protected | See coding | 20090806 | gty_log_tab TYPE STANDARD TABLE OF REF TO cl_eam_tl_cx_log_entry
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_EAM_TL_CX_LOG has no parameter.
Method CONSTRUCTOR on class CL_EAM_TL_CX_LOG has no exception.
Method GET_BAPIRETTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BAPIRET2 | Value transfer | Type reference (TYPE) | BAPIRETTAB | Return Parameter | 20091005 |
Method GET_BAPIRETTAB on class CL_EAM_TL_CX_LOG has no exception.
Method GET_EXCEPTION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXCEPTION_STRING | Value transfer | Type reference (TYPE) | STRING | 20091005 |
Method GET_EXCEPTION_INFO on class CL_EAM_TL_CX_LOG has no exception.
Method HANDLE_APPEND_ENTRY_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_LOG_ENTRY | Value transfer | Attribute reference (LIKE) | 20090813 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20090813 |
Method HANDLE_APPEND_ENTRY_TO_LOG on class CL_EAM_TL_CX_LOG has no exception.
Method HANDLE_APPEND_MMSRV_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_LOG_ENTRY | Value transfer | Attribute reference (LIKE) | >INVALID< | 20091117 |
Method HANDLE_APPEND_MMSRV_MESSAGES on class CL_EAM_TL_CX_LOG has no exception.
Method HANDLE_LOG_TL_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_LOG_ENTRY | Value transfer | Attribute reference (LIKE) | >INVALID< | 20090811 | ||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20090806 |
Method HANDLE_LOG_TL_EXCEPTION on class CL_EAM_TL_CX_LOG has no exception.
Method HAS_ERROR_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HAS_ERROR | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20090827 |
Method HAS_ERROR_MESSAGE on class CL_EAM_TL_CX_LOG has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091005 |
Method IS_EMPTY on class CL_EAM_TL_CX_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |