SAP ABAP Class CL_DPR_STATUS_CHANGE_OBSERVER (Development Projects: Observer for Status Changes)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO (Application Component) Project Management
     DEVELOPMENT_PROJECTS_SHARED (Package) Project Management - Shared Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_APPL_BOOTSTRAP_MEMBER Development Projects: Classes to Be Initialized at Start 20020815
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_APPL_OBJECT_OBSERVER Development Projects: Interface of All Appl. Objcts Observer 20020815
Properties
Class CL_DPR_STATUS_CHANGE_OBSERVER  
Short Description Development Projects: Observer for Status Changes    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class DPR_SHARED    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_SHARED   Project Management - Shared Objects 
Created 20020815   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DPR_STATUS_CHANGE_OBSERVER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DPR_APPL_BOOTSTRAP_MEMBER Development Projects: Classes to Be Initialized at Start 20020815
2 IF_DPR_APPL_OBJECT_OBSERVER Development Projects: Interface of All Appl. Objcts Observer 20020815
Friends
Class CL_DPR_STATUS_CHANGE_OBSERVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_STATUS_CHANGE_OBSERVER Development Projects: Observer for Status Changes 20020815
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020815
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020815
3 FREE Instance method Private Method Destructor 20020815
4 GET_INSTANCE Static method Private Method Access Method to Singleton (Reading) 20020815
5 ON_CHECKLIST_ACC_COMPLETE Instance method Private Event handling method ACCOUNTING_COMPLETE:CL_DPR_CHECKLIST_O Event 20050207
6 ON_CHECKLIST_ITEM_ACC_COMPLETE Instance method Private Event handling method ACCOUNTING_COMPLETE:CL_DPR_CHECKLIST_ITEM_O Event 20050207
7 ON_CHECKLIST_ITEM_RELEASED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_CHECKLIST_ITEM_O 20020815
8 ON_CHECKLIST_RELEASED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_CHECKLIST_O 20020815
9 ON_INDIVIDUAL_APPROVAL_DECIDED Instance method Private Event handling method Event Handler DECIDED:CL_DPR_INDIVIDUAL_APPROVAL_O 20020817
10 ON_PHASE_ACC_COMPLETE Instance method Private Event handling method ACCOUNTING_COMPLETE:CL_DPR_PHASE_O Event 20050207
11 ON_PHASE_APPROVAL_GRANTED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_PHASE_O 20020815
12 ON_PHASE_COMPLETED_WO_APPROVAL Instance method Private Event handling method Event Handler RELEASED:CL_DPR_PHASE_O 20030820
13 ON_PHASE_RELEASED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_PHASE_O 20020815
14 ON_PROJECT_ACC_COMPLETE Instance method Private Event handling method ACCOUNTING_COMPLETE:CL_DPR_PROJECT_O Event 20050207
15 ON_PROJECT_CANCELLED Instance method Private Event handling method Event Handler CANCELLED:CL_DPR_PROJECT_O 20030324
16 ON_PROJECT_COMPLETED Instance method Private Event handling method Event Handler COMPLETED:CL_DPR_PROJECT_O 20030324
17 ON_PROJECT_RELEASED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_PROJECT_O 20020815
18 ON_TASK_ACC_COMPLETE Instance method Private Event handling method ACCOUNTING_COMPLETE:CL_DPR_TASK_O Event 20050207
19 ON_TASK_COMPLETED Instance method Private Event handling method Event Handler COMPLETED:CL_DPR_TASK_O 20100701
20 ON_TASK_RELEASED Instance method Private Event handling method Event Handler RELEASED:CL_DPR_TASK_O 20020815
21 SET_HANDLER Instance method Private Method Register/Deregister Handler Method 20020815
Events
Class CL_DPR_STATUS_CHANGE_OBSERVER has no event.
Types
Class CL_DPR_STATUS_CHANGE_OBSERVER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_DPR_STATUS_CHANGE_OBSERVER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DPR_STATUS_CHANGE_OBSERVER has no parameter.
Method CONSTRUCTOR on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method FREE Signature

Method FREE on class CL_DPR_STATUS_CHANGE_OBSERVER has no parameter.
Method FREE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_STATUS_CHANGE_OBSERVER Development Projects: Observer für Statusänderungen 20020815

Method GET_INSTANCE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_CHECKLIST_ACC_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PARTIALLY_COMPLETE Value transfer Attribute reference (LIKE) 20050207
2 Importing EV_PREVIOUS_STATUS Value transfer Attribute reference (LIKE) 20050207
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050208

Method ON_CHECKLIST_ACC_COMPLETE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_CHECKLIST_ITEM_ACC_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PARTIALLY_COMPLETE Value transfer Attribute reference (LIKE) 20050208
2 Importing EV_PREVIOUS_STATUS Value transfer Attribute reference (LIKE) 20050208
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050208

Method ON_CHECKLIST_ITEM_ACC_COMPLETE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_CHECKLIST_ITEM_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_CHECKLIST_ITEM_RELEASED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_CHECKLIST_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_CHECKLIST_RELEASED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_INDIVIDUAL_APPROVAL_DECIDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_DECISION Call by reference Attribute reference (LIKE) 20020817
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020817

Method ON_INDIVIDUAL_APPROVAL_DECIDED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PHASE_ACC_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PARTIALLY_COMPLETE Value transfer Attribute reference (LIKE) 20050207
2 Importing EV_PREVIOUS_STATUS Value transfer Attribute reference (LIKE) 20050207
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050208

Method ON_PHASE_ACC_COMPLETE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PHASE_APPROVAL_GRANTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_APPROVAL Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_PHASE_APPROVAL_GRANTED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PHASE_COMPLETED_WO_APPROVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20030820

Method ON_PHASE_COMPLETED_WO_APPROVAL on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PHASE_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_PHASE_RELEASED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PROJECT_ACC_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PARTIALLY_COMPLETE Call by reference Attribute reference (LIKE) 20050207
2 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20050207
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050207

Method ON_PROJECT_ACC_COMPLETE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PROJECT_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20030324
2 Importing SENDER Call by reference Attribute reference (LIKE) 20030324

Method ON_PROJECT_CANCELLED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PROJECT_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20030324
2 Importing SENDER Call by reference Attribute reference (LIKE) 20030324

Method ON_PROJECT_COMPLETED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_PROJECT_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_PROJECT_RELEASED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_TASK_ACC_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PARTIALLY_COMPLETE Call by reference Attribute reference (LIKE) 20050207
2 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20050207
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050207

Method ON_TASK_ACC_COMPLETE on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_TASK_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20100701

Method ON_TASK_COMPLETED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method ON_TASK_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_PREVIOUS_STATUS Call by reference Attribute reference (LIKE) 20020815
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020815

Method ON_TASK_RELEASED on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.

Method SET_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVATION Call by reference Type reference (TYPE) BOOLE_D Boole'scher Wert: Behandler registrieren/deregistrieren 20020815

Method SET_HANDLER on class CL_DPR_STATUS_CHANGE_OBSERVER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200