SAP ABAP Class CL_CNV_MBT_PROCESS_ELEMENT (Abstract class for process element)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_PCL_CL (Package) PCL Class Layer
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_PROCESS_PEM | Process Execution manager Element | 20111124 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_PROCESS_PHASE | Process Phase | 20100730 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_PROCESS_STEP | Process Step | 20100730 |
Properties
| Class | CL_CNV_MBT_PROCESS_ELEMENT | |
| Short Description | Abstract class for process element | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_PCL_CL | PCL Class Layer |
| Created | 20100730 | SAP |
| Last change | 20141030 | |
| 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CNV_MBT_PROCESS_ELEMENT has no interface implemented.
Friends
Class CL_CNV_MBT_PROCESS_ELEMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CNV_MBT_PEM_LEVEL | 'B' | PEM Block | 20111212 | ||
| 2 | Constant | Public | Type reference (TYPE) | CNV_MBT_PROCESS_ELEMENT_TYPE | 'G' | PEM Group | 20111212 | ||
| 3 | Constant | Public | Type reference (TYPE) | CNV_MBT_PROCESS_ELEMENT_TYPE | 'P' | PEM plan | 20111212 | ||
| 4 | Constant | Public | Type reference (TYPE) | CNV_MBT_PROCESS_ELEMENT_TYPE | 'S' | PEM stop block | 20111212 | ||
| 5 | Constant | Public | Type reference (TYPE) | CNV_MBT_PROCESS_ELEMENT_TYPE | 'H' | Process Phase | 20111212 | ||
| 6 | Constant | Public | Type reference (TYPE) | CNV_MBT_PROCESS_ELEMENT_TYPE | 'T' | Process step | 20111212 | ||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_MBT_ACTIVITY | Activity | 20100819 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CNVMBTPROCTREE_STR | Process Tree (IMG, Activity/T, State combined) | 20100819 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | CNV_MBT_ACTIVITY | Unique ID for all activities to be executed | 20100819 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | CNV_MBT_PACKID | Package Number to Specify CMIS and TDMS Packages | 20100819 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | CNV_MBT_PHASE | Phase of the Migration Project | 20100819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Set internal data | 20110217 | |
| 2 | Instance method | Public | Constructor | Constructor | 20100730 | |
| 3 | Instance method | Public | Method | Returns the Instance of the Associated Activity | 20140219 | |
| 4 | Instance method | Public | Method | Return Activity ID | 20100818 | |
| 5 | Instance method | Public | Method | Return Autorestart Settings | 20101028 | |
| 6 | Instance method | Public | Method | return context ID | 20110309 | |
| 7 |