SAP ABAP Class CL_CNV_MBT_PROCESS_PHASE (Process Phase)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_PROCESS_ELEMENT | Abstract class for process element | 20100730 |
Properties
| Class | CL_CNV_MBT_PROCESS_PHASE | |
| Short Description | Process Phase | |
| Super Class | CL_CNV_MBT_PROCESS_ELEMENT | Abstract class for process element |
| 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) |
Interfaces
Class CL_CNV_MBT_PROCESS_PHASE has no interface implemented.
Friends
Class CL_CNV_MBT_PROCESS_PHASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CNV_MBT_PROCESS_STRUCTURE | Process Structure | 20100819 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_CL_PROCESS_STEP_T | Process Step Objects in correct sequence | 20100820 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CNVMBTPROCTREE_T | Process Tree (IMG, Activity/T, State combined) | 20100819 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | '-' | Is phase active | 20100819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100730 | ||
| 2 | Instance method | Private | Method | Create Process Steps | 20100820 | |
| 3 | Instance method | Private | Method | Load data from database and store it locally | 20100817 | |
| 4 | Instance method | Public | Method | Get duration as string | 20100824 | |
| 5 | Instance method | Public | Method | Get end date | 20100823 | |
| 6 | Instance method | Public | Method | Get end time | 20100823 | |
| 7 | Instance method | Private | Method | Get status of phase | 20100812 | |
| 8 | Instance method | Public | Method | Get process steps assigned to phase | 20100811 | |
| 9 | Instance method | Public | Method | get runtime information | 20100824 | |
| 10 | Instance method | Public | Method | Get Start date | 20100823 | |
| 11 | Instance method | Public | Method | Get Starttime | 20100823 | |
| 12 | Instance method | Public | Method | Return iconname for overall phase status | 20101208 | |
| 13 | Instance method | Public | Method | Return Process View Mode | 20100824 | |
| 14 | Instance method | Public | Method | Check wether phase is active | 20100811 | |
| 15 |