SAP ABAP Class CL_IM_OLC_MULTILEVEL_LIST (Example Implementation of BAdI BADI_EAM_MULTILEVEL_LIST)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CO (Application Component) Controlling
⤷
ERP_CO_OLC_SWITCHED (Package) Operative Level Costing Switched Class
⤷
⤷
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 | 20091019 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_BADI_EAM_MULTILEVEL_LIST | Interface for BAdI: BADI_EAM_MULTILEVEL_LIST | 20091019 |
Properties
| Class | CL_IM_OLC_MULTILEVEL_LIST | |
| Short Description | Example Implementation of BAdI BADI_EAM_MULTILEVEL_LIST | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_CO_OLC_SWITCHED | Operative Level Costing Switched Class |
| Created | 20091019 | SAP |
| Last change | 20100310 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20091019 | ||
| 2 | IF_EX_BADI_EAM_MULTILEVEL_LIST | Interface for BAdI: BADI_EAM_MULTILEVEL_LIST | 20091019 |
Friends
Class CL_IM_OLC_MULTILEVEL_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR04 | 'OLC_' | Object Type for Operation Level Costing | 20091019 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | OLC Enabled:Yes/No | 20091019 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091019 |
Events
Class CL_IM_OLC_MULTILEVEL_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_OBJECT_EQUI | Private | See coding | Structure for Equipment Object Key | 20091019 | BEGIN OF gty_s_object_equi,
objty(4) TYPE c,
equnr TYPE equnr,
filler(12) TYPE c,
END OF gty_s_object_equi
|
|
| 2 | GTY_S_OBJECT_KEY | Private | See coding | Structure for Object Key | 20091019 | BEGIN OF gty_s_object_key ,
objty(4) TYPE c,
filler(50) TYPE c,
END OF gty_s_object_key
|
|
| 3 | GTY_S_OBJECT_PMCO_OP | Private | See coding | Structure for Operation Costs | 20091019 | BEGIN OF gty_s_object_pmco_op,
objty(4) TYPE c,
aufpl TYPE co_aufpl,
aplzl TYPE co_aplzl,
sumnr TYPE sumkntnr,
END OF gty_s_object_pmco_op
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_IM_OLC_MULTILEVEL_LIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_IM_OLC_MULTILEVEL_LIST has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |