SAP ABAP Class CL_DPR_TASKS (Development Projects: Collection for Tasks)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-STR (Application Component) Structure
     DEVELOPMENT_PROJECTS_TASK (Package) Project Management - Tasks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_COLLECTION Abstract Super Class Interface of all Collections 20041103
Properties
Class CL_DPR_TASKS  
Short Description Development Projects: Collection for Tasks    
Super Class CL_DPR_COLLECTION Abstract Super Class Interface of all Collections 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class DPR_TASK    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_TASK   Project Management - Tasks 
Created 20011211   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_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DPR_TASKS has no interface implemented.
Friends
Class CL_DPR_TASKS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_PARENT Instance attribute Private Attribute reference (LIKE) Object Type (Template) 20041103
2 MR_SORT_NUMBER_FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_DPR_SORT_NUMBER_FACTORY Development Projects: Services for Sort nimbers 20090327
3 MT_DELETED_ITEMS Instance attribute Private Attribute reference (LIKE) Object Type (Template) 20041103
4 MV_CLASSNAME_ITEM Instance attribute Private Attribute reference (LIKE) 20041103
5 MV_IS_HIER_NODE Instance attribute Private Attribute reference (LIKE) 20041104
6 MV_OBJECT_TYPE Instance attribute Private Attribute reference (LIKE) Object Type (Template) 20041103
7 SV_OBJECT_TYPE Static Attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Object Category 20020103
8 SV_OBJECT_TYPE_T Static Attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Object Type (Template) 20020103
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add Object 20011211
2 ADD_DELETED_ITEM Instance method Private Event handling method Handling Method FREED: IF_DPR_COMMON 20041103
3 ADD_DETAILED_TASK Instance method Public Method Give Details for a Task 20041029
4 ADD_MIRRORED_TASK Instance method Public Method Add Mirrored Task 20031029
5 BUILD_ALL_TASKS_COMPLETELY Instance method Public Method Create All Phases Completely 20041122
6 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20011211
7 CONSTRUCTOR Instance method Public Constructor Constructor 20011211
8 COPY Instance method Public Method Copy Object 20011211
9 CREATE Static method Public Method Create Collection 20011211
10 DELETE Instance method Public Method Delete Object 20011211
11 DELETE_ALL Instance method Public Method Delete All Objects 20011211
12 FREE Instance method Private Method Destructor 20020104
13 FREE_NATIVES Instance method Private Method Destroys CGPL Projects of Non-Instantiated Tasks 20061117
14 GET_ALL Instance method Public Method Access Method to All Objects (Reading) 20011211
15 GET_ALL_EXISTING Instance method Public Method Zugriffsmethode auf alle Objekte (lesend) 20100817
16 GET_ALL_SORTED Instance method Public Method Access Method to All Objects Sorted According to Sort Number 20021023
17 GET_ALL_UNLOCKED Instance method Public Method Access Method to Editing Mode for All Tasks (Internal) 20050419
18 GET_BY_GUID Instance method Public Method Access Method with GUID (Reading) 20011228
19 GET_BY_INDEX Instance method Public Method Access Method with Index (Reading) 20011211
20 IS_ADD_ALLOWED Instance method Public Method Allowed to Add Task 20041103
21 IS_ADD_DETAILED_TASK_ALLOWED Instance method Public Method Allowed to Give Details for a Task 20041102
22 MOVE Instance method Public Method Copy Object 20090820
23 MOVE_OLD Instance method Public Method Copy Object 20090820
24 ON_PARENT_FREED Instance method Private Event handling method Handling Method FREED: IF_DPR_COMMON 20041119
25 REMOVE_DELETED_ITEM Instance method Private Event handling method Handling Method FREED: IF_DPR_COMMON 20041103
26 SET_EDIT_MODE_FOR_ALL_TASKS Instance method Public Method Access Method to Processing Mode of All Tasks (Internal) 20041122
Events
Class CL_DPR_TASKS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TASK_SORTED Private See coding Row with Reference to Task and Sort Number 20021024 BEGIN OF TY_TASK_SORTED, REFERENCE TYPE REF TO CL_DPR_TASK, SORT_NUMBER TYPE DPR_TV_SORT_NUMBER, END OF TY_TASK_SORTED
2 TY_TASK_SORTED_TAB Private See coding Table via TY_TASK_SORTED 20021024 TY_TASK_SORTED_TAB TYPE STANDARD TABLE OF TY_TASK_SORTED
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_AS_COPY Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Anlegen als Kopie 20050602
2 Importing IV_NO_PARENT_CHECK Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE keine Prüfung der übergeordneten Anwendungsobjekte 20030522
3 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20020103
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_CREATION_ERROR Development Projects: Fehler beim Anlegen Anwendungsobjekt 20020103

Method ADD_DELETED_ITEM Signature

Method ADD_DELETED_ITEM on class CL_DPR_TASKS has no parameter.
Method ADD_DELETED_ITEM on class CL_DPR_TASKS has no exception.

Method ADD_DETAILED_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20041029
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_CREATION_ERROR Development Projects: Fehler beim Anlegen Anwendungsobjekt 20041029

Method ADD_MIRRORED_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO_PARENT_CHECK Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE keine Prüfung der übergeordneten Anwendungsobjekte 20031029
2 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20031029
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_CREATION_ERROR Development Projects: Fehler beim Anlegen Anwendungsobjekt 20031029

Method BUILD_ALL_TASKS_COMPLETELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENQUEUE Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_TRUE 'X': Phase bei Bedarf sperren 20041122

Method BUILD_ALL_TASKS_COMPLETELY on class CL_DPR_TASKS has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) IF_DPR_ENTITY Übergeordnetes Anwendungsobjekt 20011211
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp 20011211

Method CONSTRUCTOR on class CL_DPR_TASKS has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Quell-Aufgabe 20020103
2 Returning RR_TARGET Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Ziel-Aufgabe 20020103
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_CREATION_ERROR Development Projects: Fehler beim Anlegen Anwendungsobjekt 20020103

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) IF_DPR_ENTITY Übergeordnetes Anwendungsobjekt 20020103
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_TASKS Neue Collection-Instanz 20020103

Method CREATE on class CL_DPR_TASKS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20020103
2 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Bool'scher Wert: Nur Prüfen, ob Objekt gelöscht werden kann 20020103
3 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020103
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_DELETION_ERROR Development Projects: Fehler beim Löschen Anwendungsobjekt 20020110

Method DELETE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Bool'scher Wert: Nur Prüfen, ob Objekt gelöscht werden kann 20020103
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020103
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_DELETION_ERROR Development Projects: Fehler beim Löschen Anwendungsobjekt 20020110

Method FREE Signature

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

Method FREE_NATIVES Signature

Method FREE_NATIVES on class CL_DPR_TASKS has no parameter.
Method FREE_NATIVES on class CL_DPR_TASKS has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Aufgaben 20011217

Method GET_ALL on class CL_DPR_TASKS has no exception.

Method GET_ALL_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Aufgaben 20100817

Method GET_ALL_EXISTING on class CL_DPR_TASKS has no exception.

Method GET_ALL_SORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Aufgaben 20021023

Method GET_ALL_SORTED on class CL_DPR_TASKS has no exception.

Method GET_ALL_UNLOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRY_LOCK Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_TRUE 'X': Versuche ungesperrte Aufgaben zu sperren 20050419
2 Returning RT_UNLOCKED_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Tabellentyp Aufgaben 20050419

Method GET_ALL_UNLOCKED on class CL_DPR_TASKS has no exception.

Method GET_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_GUID GUID des Anwendungsobjekts 20011228
2 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20020103

Method GET_BY_GUID on class CL_DPR_TASKS has no exception.

Method GET_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstrakte Aufgabe 20020103
2 Exporting EV_RC Call by reference Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020103
3 Importing IV_INDEX Call by reference Type reference (TYPE) I Index 20020103

Method GET_BY_INDEX on class CL_DPR_TASKS has no exception.

Method IS_ADD_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DPR_COMMON_SOURCE Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Development Projects: Abstract Task 20130617
2 Returning RV_IS_ALLOWED Value transfer Type reference (TYPE) BOOLE_D Hinzufügen ist erlaubt 20041103

Method IS_ADD_ALLOWED on class CL_DPR_TASKS has no exception.

Method IS_ADD_DETAILED_TASK_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ALLOWED Value transfer Type reference (TYPE) BOOLE_D Detaillieren ist erlaubt 20041102

Method IS_ADD_DETAILED_TASK_ALLOWED on class CL_DPR_TASKS has no exception.

Method MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESSED_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_COMMONS Table Type for Application Objects 20090820
2 Importing IR_LEFT_TO_TARGET Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Left to given target task 20090820
3 Importing IR_RIGHT_TO_TARGET Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Right to given target task 20090820
4 Importing IR_SOURCE Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Quell-Aufgabe 20090820
5 Importing IV_CHECK_DETAILING Call by reference Type reference (TYPE) BOOLE_D Detaillierungsprüfung beim MOVE 20090820
6 Importing IV_LEFT_OR_RIGHT Call by reference Type reference (TYPE) XFELD Drag&Drop active ('X'=yes, ' '=no)) 20090820
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_MOVE_ERROR cProjects: Fehler beim Verschieben Anwendungsobjekt 20090820

Method MOVE_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESSED_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_COMMONS Table Type for Application Objects 20090820
2 Importing IR_LEFT_TO_TARGET Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Left to given target task 20090820
3 Importing IR_RIGHT_TO_TARGET Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Right to given target task 20090820
4 Importing IR_SOURCE Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Source Task 20090820
5 Importing IV_CHECK_DETAILING Call by reference Type reference (TYPE) BOOLE_D Check Details for MOVE 20090820
6 Importing IV_LEFT_OR_RIGHT Call by reference Type reference (TYPE) XFELD Drag&Drop active ('X'=yes, ' '=no)) 20090820
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_MOVE_ERROR cProjects: Error Occurred Moving Application Object 20090820

Method ON_PARENT_FREED Signature

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

Method ON_PARENT_FREED on class CL_DPR_TASKS has no exception.

Method REMOVE_DELETED_ITEM Signature

Method REMOVE_DELETED_ITEM on class CL_DPR_TASKS has no parameter.
Method REMOVE_DELETED_ITEM on class CL_DPR_TASKS has no exception.

Method SET_EDIT_MODE_FOR_ALL_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) DPR_TV_EDIT_MODE Bearbeitungsmodus (Anzeigen bzw. Ändern) 20041122
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = OK) 20041122

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