SAP ABAP Class CL_DPR_PRO_ASSIGNMENT (Development Projects: Abstract Project - Attributes)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-STR (Application Component) Structure
     DEVELOPMENT_PROJECTS_PROJECT (Package) Project Management - Projects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_ASSIGNMENT Development Projects: Interface for All Assignments 20011214
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_PRO_O_ASSIGNMENT Development Projects: Project - Attributes 20011214
2 Inheritance (c INHERITING FROM c_ref)  CL_DPR_PRO_T_ASSIGNMENT Development Projects: Project Template - Attributes 20011214
Properties
Class CL_DPR_PRO_ASSIGNMENT  
Short Description Development Projects: Abstract Project - Attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class DPR_PROJECT    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_PROJECT   Project Management - Projects 
Created 20011214   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_ASSIGNMENT_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_DPR_LANGUAGE_BUFFER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_DPR_NUMBERING_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DPR_ASSIGNMENT Development Projects: Interface for All Assignments 20011214
Friends
# Friend Modeled only Created on Description
1 CL_DPR_PROJECT 20020205 Development Projects: Abstract Project
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_ATTRIBUTES Instance attribute Protected Type reference (TYPE) DPR_PROJECT Project Definition Assignment Attributes 20020114
2 MS_ATTRIBUTES_OLD Instance attribute Protected Type reference (TYPE) DPR_PROJECT Project Definition Assignment Attributes (Old DB Status) 20020114
3 MT_DELETED_PHASES Instance attribute Protected Type reference (TYPE) DPR_TT_GUIDS Deleted Phases (GUIDs) 20020807
4 MT_INSERTED_PHASES Instance attribute Protected Type reference (TYPE) DPR_TT_GUIDS Added Phases (GUIDs) 20020807
5 MV_COPY_TYPE Instance attribute Protected Type reference (TYPE) DPR_TV_COPY_TYPE Type of copy 20031008
6 MV_IS_DELETED Instance attribute Protected Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Assignment was deleted 20020716
7 MV_IS_FREED Instance attribute Protected Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Assignment Is Destroyed 20020123
8 ST_CATEGORIES Static Attribute Protected Type reference (TYPE) TY_CATEGORIES Table of Allowed Values for Project Categories 20020426
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ATTRIBUTES Instance method Protected Method Check Attributes 20020219
2 CHECK_CAUSE Instance method Protected Method Check Whether Reason Exists 20020219
3 CHECK_PROJECT_TYPE Instance method Protected Method Check Whether Project Type Exists 20020219
4 CHECK_PROJECT_TYPE_ACTIVE Instance method Protected Method Check Whether Project Type Is Set to Active 20060818
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20011214
6 CONSTRUCTOR Instance method Public Constructor Constructor 20011214
7 GET_ATTRIBUTES Instance method Public Method Access Method to Attributes (Reading) 20020114
8 GET_CATEGORY_BY_TYPE Static method Protected Method Access Meth. to Project Category for Project Type (Reading) 20020426
9 GET_GUID Instance method Public Method 20011214
10 GET_MODIFIED_PHASES Instance method Protected Method Read Modified (Added or Deleted) Phases 20020807
11 GET_OBJECT_TYPE Instance method Public Method 20020205
12 INITIALIZE Instance method Protected Method Access Method to Attribute (Writing) 20020205
13 IS_DELETED Instance method Public Method 20020716
14 IS_FREED Instance method Public Method 20011214
15 SET_ADMINISTRATIVE_ATTRIBUTES Instance method Protected Method Access Method to Administration Data/Internal Data (Reading) 20020409
16 SET_ATTRIBUTES Instance method Protected Method Access Method to Attribute (Writing) 20020122
17 SET_MODIFIED_PHASES Instance method Protected Method Flag Modified (Added or Deleted) Phases 20020807
Events
Class CL_DPR_PRO_ASSIGNMENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CATEGORIES Protected See coding Table for Project Categories 20020426
Method Signatures

Method CHECK_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) CHAR1 Ergebnis der Prüfung (entspricht IF_CGPL_ASSIGNMENT~CHECK) 20020219

Method CHECK_ATTRIBUTES on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method CHECK_CAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CAUSE Call by reference Type reference (TYPE) DPR_TV_CAUSE Anlaß des Projektes 20020219
2 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Anlaß existiert (True = 'X') 20020219

Method CHECK_CAUSE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method CHECK_PROJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Art des Projektes 20020219
2 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Art existiert (True = 'X') 20020219

Method CHECK_PROJECT_TYPE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method CHECK_PROJECT_TYPE_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJ_TYPE_TRG Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20060818
2 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Art des Projektes 20060818
3 Importing IV_VERSION_TYPE_TRG Call by reference Type reference (TYPE) CGPL_TV_VERSION_TYPE Versionsart 20060818
4 Returning RV_IS_ACTIVE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Art active(True = 'X') 20060818

Method CHECK_PROJECT_TYPE_ACTIVE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ASSIGNMENTS Call by reference Object reference (TYPE REF TO) CL_CGPL_ASSIGNMENTS Verwaltungsklasse für Assignments 20011214
2 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) DPR_PROJECT Projektdefinition 20011214
3 Importing IV_COPY_TYPE Call by reference Type reference (TYPE) DPR_TV_COPY_TYPE CL_DPR_CO=>SC_COPY_TYPE_NO_COPY Art der Kopie 20031008
4 Importing IV_IS_NEW Call by reference Type reference (TYPE) BOOLE_D Bool'scher Wert: Neu angelegtes Objekt ('X' = True) 20020102

Method CONSTRUCTOR on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTES Call by reference Type reference (TYPE) DPR_PROJECT Projektdefinition 20020114
2 Exporting ES_ATTRIBUTES_OLD Call by reference Type reference (TYPE) DPR_PROJECT Projektdefinition (alter Datenbank-Stand) 20020114

Method GET_ATTRIBUTES on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method GET_CATEGORY_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Art des Projekts 20020426
2 Returning RV_PROJECT_CATEGORY Value transfer Type reference (TYPE) DPR_TV_PRO_CATEGORY Projekttyp 20020426

Method GET_CATEGORY_BY_TYPE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method GET_GUID Signature

Method GET_GUID on class CL_DPR_PRO_ASSIGNMENT has no parameter.
Method GET_GUID on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method GET_MODIFIED_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETED_PHASES Call by reference Type reference (TYPE) DPR_TT_GUIDS Gelöschte Phasen (GUIDs) 20020807
2 Exporting ET_INSERTED_PHASES Call by reference Type reference (TYPE) DPR_TT_GUIDS Hinzugefügte Phase (GUIDs) 20020807

Method GET_MODIFIED_PHASES on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method GET_OBJECT_TYPE Signature

Method GET_OBJECT_TYPE on class CL_DPR_PRO_ASSIGNMENT has no parameter.
Method GET_OBJECT_TYPE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_DPR_PRO_ASSIGNMENT has no parameter.
Method INITIALIZE on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method IS_DELETED Signature

Method IS_DELETED on class CL_DPR_PRO_ASSIGNMENT has no parameter.
Method IS_DELETED on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method IS_FREED Signature

Method IS_FREED on class CL_DPR_PRO_ASSIGNMENT has no parameter.
Method IS_FREED on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method SET_ADMINISTRATIVE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADMINISTRATIVE_ATTRIBUTES Call by reference Type reference (TYPE) DPR_TS_PROJECT_ADM Attribute Projektdefinition (Verwaltungsdaten/interne Daten) 20020409

Method SET_ADMINISTRATIVE_ATTRIBUTES on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) DPR_PROJECT Projektdefinition 20020122
2 Returning RV_ATTRIBUTES_CHANGED Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Attribute geändert 20020419

Method SET_ATTRIBUTES on class CL_DPR_PRO_ASSIGNMENT has no exception.

Method SET_MODIFIED_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DELETED_PHASES Call by reference Type reference (TYPE) DPR_TT_GUIDS Gelöschte Phasen (GUIDs) 20020807
2 Importing IT_INSERTED_PHASES Call by reference Type reference (TYPE) DPR_TT_GUIDS Hinzugefügte Phase (GUIDs) 20020807

Method SET_MODIFIED_PHASES on class CL_DPR_PRO_ASSIGNMENT has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 100