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 ABAP 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 PR_PROCESS_STRUCTURE Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PROCESS_STRUCTURE Process Structure 20100819
2 PT_STEPS Instance attribute Private Type reference (TYPE) CNV_MBT_CL_PROCESS_STEP_T Process Step Objects in correct sequence 20100820
3 PT_STEPS_DATA Instance attribute Private Type reference (TYPE) CNVMBTPROCTREE_T Process Tree (IMG, Activity/T, State combined) 20100819
4 PV_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL '-' Is phase active 20100819
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100730
2 CREATE_PROCESS_STEPS Instance method Private Method Create Process Steps 20100820
3 GET_DATA_FROM_DB Instance method Private Method Load data from database and store it locally 20100817
4 GET_DURATION Instance method Public Method Get duration as string 20100824
5 GET_ENDDATE Instance method Public Method Get end date 20100823
6 GET_ENDTIME Instance method Public Method Get end time 20100823
7 GET_PHASE_STATUS Instance method Private Method Get status of phase 20100812
8 GET_PROCESS_STEPS Instance method Public Method Get process steps assigned to phase 20100811
9 GET_RUNTIME_INFORMATION Instance method Public Method get runtime information 20100824
10 GET_STARTDATE Instance method Public Method Get Start date 20100823
11 GET_STARTTIME Instance method Public Method Get Starttime 20100823
12 GET_STATUS_ICON Instance method Public Method Return iconname for overall phase status 20101208
13 GET_VIEW_MODE Instance method Public Method Return Process View Mode 20100824
14 IS_ACTIVE Instance method Public Method Check wether phase is active 20100811
15