SAP ABAP Class /IWBEP/CL_ERROR_LOG_MPC (/IWBEP/CL_ERROR_LOG_MPC)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_ERROR_LOG (Package) OData Channel - Error Log OData Service
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider | 20130318 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_ERROR_LOG_MPC_EXT | /IWBEP/CL_ERROR_LOG_MPC_EXT | 20130318 |
Properties
| Class | /IWBEP/CL_ERROR_LOG_MPC | |
| Short Description | /IWBEP/CL_ERROR_LOG_MPC | |
| Super Class | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/MGW_ERROR_LOG | OData Channel - Error Log OData Service |
| Created | 20130318 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWBEP/CL_ERROR_LOG_MPC has no forward declaration.
Interfaces
Class /IWBEP/CL_ERROR_LOG_MPC has no interface implemented.
Friends
Class /IWBEP/CL_ERROR_LOG_MPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | '/IWBEP/CL_ERROR_LOG_MPC=======CP' | 20130318 | |||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'LogErrorContext' | 20130321 | |||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'LogHeader' | 20130318 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ACTIONS | 20130426 | |
| 2 | Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130321 | |
| 3 | Instance method | Private | Method | DEFINE_LOGERRORCONTEXT | 20130321 | |
| 4 | Instance method | Private | Method | DEFINE_LOGHEADER | 20130318 | |
| 5 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130318 |
Events
Class /IWBEP/CL_ERROR_LOG_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_LOGERRORCONTEXT | Public | See coding | 20130321 |
TS_LOGERRORCONTEXT type /IWBEP/SUTIL_ERROR_CTXT_INFO. |
||
| 2 | TS_LOGHEADER | Public | See coding | 20130318 |
TS_LOGHEADER type /IWBEP/SUTIL_LOG_HEADER. |
||
| 3 | TS_TEXT_ELEMENT | Public | See coding | 20130318 |
BEGIN OF ts_text_element,
artifact_name type c length 40, " technical name
artifact_type type c length 4,
parent_artifact_name type c length 40, " technical name
parent_artifact_type type c length 4,
text_symbol type textpoolky,
END OF ts_text_element. |
||
| 4 | TT_LOGERRORCONTEXT | Public | See coding | 20130321 |
TT_LOGERRORCONTEXT type standard table of TS_LOGERRORCONTEXT. |
||
| 5 | TT_LOGHEADER | Public | See coding | 20130318 |
TT_LOGHEADER type standard table of TS_LOGHEADER. |
||
| 6 | TT_TEXT_ELEMENTS | Public | See coding | 20130318 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol. |
Method Signatures
Method DEFINE_ACTIONS Signature
Method DEFINE_ACTIONS on class /IWBEP/CL_ERROR_LOG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130426 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class /IWBEP/CL_ERROR_LOG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130321 |
Method DEFINE_LOGERRORCONTEXT Signature
Method DEFINE_LOGERRORCONTEXT on class /IWBEP/CL_ERROR_LOG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130321 |
Method DEFINE_LOGHEADER Signature
Method DEFINE_LOGHEADER on class /IWBEP/CL_ERROR_LOG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130318 |
Method LOAD_TEXT_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TEXT_ELEMENTS | Value transfer | Type reference (TYPE) | TT_TEXT_ELEMENTS | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130318 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |