SAP ABAP Class CL_EX_ES_MEDIATOR_TZ_IMPL (Class for BAdI Impl.: BADI_EAM_TZ_SFWS_MEDIATOR_CORE)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PM (Application Component) Plant Maintenance
⤷
PM_TZ_CORE (Package) Time Zone Support SAP_APPL Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090401 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_BADI_EAM_TZ_MEDIATOR_COR | Interface for BAdI: BADI_EAM_TZ_MEDIATOR_CORE | 20090401 |
Properties
| Class | CL_EX_ES_MEDIATOR_TZ_IMPL | |
| Short Description | Class for BAdI Impl.: BADI_EAM_TZ_SFWS_MEDIATOR_CORE | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PM_TZ_CORE | Time Zone Support SAP_APPL Layer |
| Created | 20090401 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EX_ES_MEDIATOR_TZ_IMPL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090401 | ||
| 2 | IF_EX_BADI_EAM_TZ_MEDIATOR_COR | Interface for BAdI: BADI_EAM_TZ_MEDIATOR_CORE | 20090401 |
Friends
Class CL_EX_ES_MEDIATOR_TZ_IMPL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | contains program specific times/dates | 20090407 | ||||
| 2 | Instance attribute | Private | See coding | contains flags to mediate | 20090401 | ||||
| 3 | Instance attribute | Private | See coding | Contains objects to mediate | 20090401 |
Methods
Class CL_EX_ES_MEDIATOR_TZ_IMPL has no method.
Events
Class CL_EX_ES_MEDIATOR_TZ_IMPL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DATE_TIME_TAB_STRUC | Private | Type reference (TYPE) | TY_DATE_TIME_TAB | 20090407 | |
|
| 2 | FLAG_TAB_STRUC | Private | Type reference (TYPE) | TY_FLAG_TAB | 20090401 | |
|
| 3 | OBJECT_TAB_STRUC | Private | Type reference (TYPE) | TY_OBJECT_TAB | 20090401 | |
|
| 4 | TY_DATE_TIME_TAB | Private | See coding | 20090407 | BEGIN OF ty_date_time_tab,
ID TYPE string,
DATE TYPE DATS,
TIME TYPE TIMS,
END OF ty_date_time_tab
|
||
| 5 | TY_FLAG_TAB | Private | See coding | 20090401 | BEGIN OF ty_flag_tab,
flag_ID TYPE string,
FLAG TYPE FLAG,
END OF ty_flag_tab
|
||
| 6 | TY_OBJECT_TAB | Private | See coding | 20090401 | BEGIN OF ty_object_tab,
Object_ID TYPE string,
Object TYPE REF TO OBJECT,
END OF ty_object_tab
|
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |