SAP ABAP Class CL_DPR_TASK (Development Projects: Abstract Task)
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_ENTITY Development Projects: Abstract Class for DPR Entities 20041105
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20030114
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_AUTHORIZATION_ELEMENT Development Projects: Objects with Authorizations 20030114
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_COLLECTION_ITEM Development Projects: Interface of All Collection Entries 20020227
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_FORM_ELEMENT Development Projects: Objects That Are Displayed As Forms 20020311
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_HOST Development Projects: Interface of All Visited by Visitor 20041105
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_SCHEDULING_OBJECT Development Projects: Interface Object with Sched. Functions 20020516
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PPM_SCHEDULE_HOST Scheduling Objects Interface 20040914
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_TASK_O Development Projects: Task 20011213
2 Inheritance (c INHERITING FROM c_ref)  CL_DPR_TASK_T Development Projects: Task in Template 20011213
Properties
Class CL_DPR_TASK  
Short Description Development Projects: Abstract Task    
Super Class CL_DPR_ENTITY Development Projects: Abstract Class for DPR Entities 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class DPR_TASK    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_TASK   Project Management - Tasks 
Created 20011213   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)
2 CL_DPR_OBL_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACO_COMMON Common Interface for Authorization Check 20030114
2 IF_DPR_AUTHORIZATION_ELEMENT Development Projects: Objects with Authorizations 20030114
3 IF_DPR_COLLECTION_ITEM Development Projects: Interface of All Collection Entries 20020227
4 IF_DPR_FORM_ELEMENT Development Projects: Objects That Are Displayed As Forms 20020311
5 IF_DPR_HOST Development Projects: Interface of All Visited by Visitor 20041105
6 IF_DPR_SCHEDULING_OBJECT Development Projects: Interface Object with Sched. Functions 20020516
7 IF_PPM_SCHEDULE_HOST Scheduling Objects Interface 20040914
Friends
# Friend Modeled only Created on Description
1 CL_DPR_APPL_OBJECT_FACTORY 20040910 Development Projects: Factory for Application Objects
2 CL_DPR_BADI_SERVICES 20040910 Development Projects: Services for BAdI Calls
3 CL_DPR_FILTER_TASK 20040910 Development Projects: Filter for Task
4 CL_DPR_ITERATOR_TASK 20040910 Development Projects: Task Iterator
5 CL_DPR_TASKS 20040910 Development Projects: Collection for Tasks
6 CL_DPR_VISITOR 20040910 Development Projects: Abstract Visitor
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_AUTHORIZATION Instance attribute Protected Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Authorization 20030114
2 MR_DOCUMENTS Instance attribute Public Object reference (TYPE REF TO) CL_DPR_DOCUMENTS Development Projects: Collection for Documents 20011217
3 MR_OBJECT_LINKS Instance attribute Public Object reference (TYPE REF TO) CL_DPR_OBJECT_LINKS Development Projects: Collection for Object Links 20011217
4 MR_PARTICIPANT_LINKS Instance attribute Public Object reference (TYPE REF TO) CL_DPR_PARTICIPANT_LINKS Development Projects: Collection for Linked Project Roles 20020325
5 MR_SCHEDULE_OBJECT Instance attribute Private Attribute reference (LIKE) 20041011
6 MR_SCHEDULE_REGISTRY Instance attribute Public Object reference (TYPE REF TO) CL_PPM_SCHEDULE_REGISTRY Store Scheduling Objects 20040922
7 MR_SKILLS Instance attribute Public Object reference (TYPE REF TO) CL_DPR_SKILLS Development Projects: Collection for Skills 20020527
8 MR_TASKS Instance attribute Public Object reference (TYPE REF TO) CL_DPR_TASKS Development Projects: Collection for Tasks 20020222
9 MS_TASK_ATTR_EXT Instance attribute Private Type reference (TYPE) DPR_TS_TASK_EXT Task in External Display 20091026
10 MT_RATES Instance attribute Private Type reference (TYPE) DPR_TT_RATES Cost/Revenue Rates 20060620
11 MV_BUILT_COMPLETELY Instance attribute Public Type reference (TYPE) BOOLE_D 'X': Task Is Fully Loaded 20050419
12 MV_MILESTONE Instance attribute Protected Type reference (TYPE) CGPL_MILESTONE Milestone indicator 20070621
13 MV_MIRRORED_TASK Instance attribute Protected Type reference (TYPE) BOOLE_D 'Mirrored Task' Indicator 20031113
14 MV_ON_CHANGES_COMMITED_ACTIVE Instance attribute Private Type reference (TYPE) BOOLE_D Execution Method ON_CHANGES_COMMITED:IF_DPR_COMMON Active 20041215
15 MV_RATE_DATE Instance attribute Private Type reference (TYPE) SY-DATUM Date for Cost/Revenue Rate 20060620
16 MV_RATE_ORG_UNIT Instance attribute Private Type reference (TYPE) HROBJID Organizational Unit for Cost/Revenue Rate 20060620
17 SR_BADI_DEACTIVATE_TYPES Static Attribute Private Object reference (TYPE REF TO) DPR_DEACTIVATE_TYPES BADI DPR_DEACTIVATE_TYPES 20090420
18 SR_BADI_SCHEDULING Static Attribute Protected Object reference (TYPE REF TO) DPR_SCHEDULING DPR_SCHEDULING 20061117
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PREDECESSOR_TASK Instance method Public Method Create Link to Predecessor Task 20020320
2 ADD_SUCCESSOR_TASK Instance method Public Method Create Link to Successor Task 20020320
3 AGGREGATE_SUMMARY_TASK_ATTR Instance method Protected Method Aggregate Data from Subtasks for Summary Task 20051103
4 BUILD_COMPLETELY Instance method Public Method Create Complete Task (Internal Usage) 20040829
5 CAST_SCHEDULING_CHANGE Instance method Public Method Read Generic Data of Application Object in External Display 20020516
6 CHECK_FOR_COMPONENT_DELETION Instance method Public Method Checks Whether Deleting a Subobject Is Allowed 20020412
7 CHECK_FOR_TASK_DELETION Instance method Protected Method Checks Whether Deleting a Task Is Allowed 20020411
8 CHECK_PARENT_FOR_DELETION Instance method Protected Method Check Whether Superior Object Allows Deleting the Task 20020124
9 CHECK_TASK_TYPE4PRO_TYPE Instance method Protected Method Check Whether Task Type is allowed 20110629
10 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20011213
11 CLEAR_TASK_DATA_BUFFER Instance method Public Method Cleaar the buffered task data 20091109
12 CONSTRUCTOR Instance method Public Constructor Constructor 20011213
13 COPY Instance method Protected Method Copy Task 20020107
14 DELETE_TASK Instance method Protected Method Delete Task 20020124
15 DETECT_SCHEDULING_RELEVANCE Instance method Public Method Read Generic Data of Application Object in External Display 20020516
16 FIX_LOWERLEVEL_SCHED_BEHAVIOUR Instance method Public Method 20050119
17 GET_ALL_DOCUMENTS Instance method Public Method Access Method to All Documents (Reading) 20011228
18 GET_ALL_OBJECT_LINKS Instance method Public Method Access Method to All Object Links (Reading) 20011228
19 GET_ALL_PROCESSES Instance method Public Method Access Method to All Processes (Reading) 20020522
20 GET_ALL_SKILLS Instance method Public Method Access Method to All Skills (Reading) 20020527
21 GET_ALL_TASKS Instance method Public Method Access Method to All Sub-Tasks (Reading) 20020222
22 GET_ATTRIBUTES Instance method Protected Method Access Method to Attributes (Internal Format) (Reading) 20020124
23 GET_ATTRIBUTE_ASSIGNMENT Instance method Protected Method Access Method to Attribute Assignement (Reading) 20020124
24 GET_DATA_EXT Instance method Public Method Read Task Data in External Display 20020403
25 GET_PREDECESSOR_TASKS Instance method Public Method Access Method to Predecessor Tasks (Reading) 20020320
26 GET_PROCESS Instance method Public Method Access Method to Process (Reading) 20020522
27 GET_SORT_NUMBER Instance method Public Method Access Method to Sort Number (Reading) 20020220
28 GET_SUCCESSOR_TASKS Instance method Public Method Access Method to Successor Tasks (Reading) 20020320
29 GET_TASK_LEVEL Instance method Public Method Task Level 20021118
30 GET_TASK_TYPE Instance method Public Method Access Method to Task Category (Reading) 20020817
31 HAS_EXECUTION_RELEVANT_DATA Instance method Public Method Task with Target/Actual Data or Role Assignment? 20041102
32 INHERIT_SCHEDULE_INDICATOR Instance method Private Method 20041011
33 IS_APPROVAL_RELEVANT Instance method Public Method Is the task approval-relevant? 20020813
34 IS_BUILT_COMPLETELY Instance method Public Method Was phase created completely? (Internal Use) 20040829
35 IS_CHECKLIST_TASK Instance method Public Method Does task belong to a checklist? 20021118
36 IS_MILESTONE Instance method Public Method Milestone? 20070621
37 IS_OBLIGATORY Instance method Public Method Is the task mandatory? 20020813
38 IS_PHASE_APPROVED Instance method Public Method 'X' : Superior Phase with Approval 20030808
39 IS_SUMMARY_TASK Instance method Public Method Is Task a Summary Task? 20041102
40 MERGE_ATTRIBUTES Instance method Protected Method Merge Attributes from CGPL and Development Projects 20020124
41 MOVE_CHECK Instance method Public Method Check Whether Task Can Be Moved 20050711
42 ON_TASK_SAVED Instance method Private Event handling method Event Handler AFTER_SAVE:CL_CGPL_PROJECTS 20100319
43 PROPOSE_WORK_EFFORT Instance method Public Method Default Value for Required Capacity for New Entity Links 20050228
44 REMOVE_PREDECESSOR_TASK Instance method Public Method Delete Link to Predecessor Task 20020320
45 REMOVE_SUCCESSOR_TASK Instance method Public Method Delete Link to Successor Task 20020320
46 SCHEDULE Instance method Public Method Read Generic Data of Application Object in External Display 20020516
47 SET_ADMINISTRATIVE_ATTRIBUTES Instance method Protected Method Access Method to Administration Data/Internal Data (Reading) 20020410
48 SET_ATTRIBUTES Instance method Protected Method Access Method to Attributes (Internal Format) (Reading) 20020124
49 SET_DATA_EXT Instance method Public Method Convert and Set Data from External Format 20020403
50 SET_EDIT_MODE_INTERN Instance method Protected Method Access Method to Processing Mode (Writing) (Internal) 20041122
51 SET_SORT_NUMBER Instance method Public Method Set Sort Number 20090313
52 SET_SUMMARY_TASK Instance method Protected Method Sets or Deletes "Summary Task" Indicator 20041103
53 SPLIT_ATTRIBUTES Instance method Protected Method Separate Attributes in CGPL and Development Projects 20020124
54 VERIFY_ATTRIBUTES Instance method Protected Method Verify Task Attributes 20020502
Events
# Event Type Visibility Description Created on
1 SCHEDULING_CHANGE Instance Event
(0)
Public
(2)
20020516
Types
Class CL_DPR_TASK has no local type.
Method Signatures

Method ADD_PREDECESSOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PREDECESSOR_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Vorgänger-Aufgabe 20020320
2 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) WFCID Factory Calendar 20120221
3 Importing IV_EXT_CALL Call by reference Type reference (TYPE) BOOLEAN 'X' - externer Aufruf 20080704
4 Importing IV_RELATIONSHIP_TYPE Call by reference Type reference (TYPE) CGPL_RELATION_TYPE '1' Verknüpfungsart 20050425
5 Importing IV_TIME_LAG Call by reference Type reference (TYPE) CGPL_TIME_LAG Time Lag Between Project Elements 20120221
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020320

Method ADD_SUCCESSOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SUCCESSOR_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Nachfolger-Aufgabe 20020320
2 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) WFCID Factory Calendar 20120221
3 Importing IV_EXT_CALL Call by reference Type reference (TYPE) BOOLEAN 'X' - externer Aufruf 20080704
4 Importing IV_RELATIONSHIP_TYPE Call by reference Type reference (TYPE) CGPL_RELATION_TYPE '1' Verknüpfungsart 20050425
5 Importing IV_TIME_LAG Call by reference Type reference (TYPE) CGPL_TIME_LAG Time Lag Between Project Elements 20120221
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020320

Method AGGREGATE_SUMMARY_TASK_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TASK_EXT Call by reference Type reference (TYPE) DPR_TS_TASK_EXT Attribute Aufgabe (extern) 20051103
2 Importing IS_TASK_EXT Call by reference Type reference (TYPE) DPR_TS_TASK_EXT Attribute Aufgabe (extern) 20051103

Method AGGREGATE_SUMMARY_TASK_ATTR on class CL_DPR_TASK has no exception.

Method BUILD_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': Task bei Bedarf sperren 20040829

Method BUILD_COMPLETELY on class CL_DPR_TASK has no exception.

Method CAST_SCHEDULING_CHANGE Signature

Method CAST_SCHEDULING_CHANGE on class CL_DPR_TASK has no parameter.
Method CAST_SCHEDULING_CHANGE on class CL_DPR_TASK has no exception.

Method CHECK_FOR_COMPONENT_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Zu löschendes Komponentenobjekt 20020412
2 Returning RV_DELETION_POSSIBLE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Löschen der Komponente ist erlaubt 20020412

Method CHECK_FOR_COMPONENT_DELETION on class CL_DPR_TASK has no exception.

Method CHECK_FOR_TASK_DELETION 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 Zu löschende Aufgabe 20020412
2 Returning RV_DELETION_POSSIBLE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Löschen der Aufgabe ist erlaubt 20020411

Method CHECK_FOR_TASK_DELETION on class CL_DPR_TASK has no exception.

Method CHECK_PARENT_FOR_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DELETION_POSSIBLE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Löschen der Aufgabe erlaubt (True = 'X') 20020124

Method CHECK_PARENT_FOR_DELETION on class CL_DPR_TASK has no exception.

Method CHECK_TASK_TYPE4PRO_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_TYPE Call by reference Type reference (TYPE) DPR_TV_TSK_TYPE Task Type 20110629
2 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLE_D Boolean Value: Type Exists (True = 'X') 20110629

Method CHECK_TASK_TYPE4PRO_TYPE on class CL_DPR_TASK has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_TASK_DATA_BUFFER Signature

Method CLEAR_TASK_DATA_BUFFER on class CL_DPR_TASK has no parameter.
Method CLEAR_TASK_DATA_BUFFER on class CL_DPR_TASK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NATIVE_OBJECT Call by reference Object reference (TYPE REF TO) CL_CGPL_HIERARCHY_NODE Native Objekt 20011228

Method CONSTRUCTOR on class CL_DPR_TASK has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKS Call by reference Object reference (TYPE REF TO) CL_DPR_TASKS Collection, in die die neue Aufgabe eingefügt wird 20020418
2 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_DPR_TASK Aufgabe 20020107
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_CREATION_ERROR Development Projects: Fehler beim Anlegen Anwendungsobjekt 20020107

Method DELETE_TASK Signature

Method DELETE_TASK on class CL_DPR_TASK has no parameter.
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_DELETION_ERROR Development Projects: Fehler beim Löschen Anwendungsobjekt 20020208

Method DETECT_SCHEDULING_RELEVANCE Signature

Method DETECT_SCHEDULING_RELEVANCE on class CL_DPR_TASK has no parameter.
Method DETECT_SCHEDULING_RELEVANCE on class CL_DPR_TASK has no exception.

Method FIX_LOWERLEVEL_SCHED_BEHAVIOUR Signature

Method FIX_LOWERLEVEL_SCHED_BEHAVIOUR on class CL_DPR_TASK has no parameter.
Method FIX_LOWERLEVEL_SCHED_BEHAVIOUR on class CL_DPR_TASK has no exception.

Method GET_ALL_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DOCUMENTS Value transfer Type reference (TYPE) DPR_TT_DOCUMENTS Dokumente 20011228

Method GET_ALL_DOCUMENTS on class CL_DPR_TASK has no exception.

Method GET_ALL_OBJECT_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CATEGORY Call by reference Type reference (TYPE) DPR_TV_OBL_CATEGORY CL_DPR_OBL_REPOSITORY=>SC_CATEGORY_ALL Kategorie der Objektart der Objektverknüpfung 20050830
2 Returning RT_OBJECT_LINKS Value transfer Type reference (TYPE) DPR_TT_OBJECT_LINKS Tabellentyp für Tasks 20011228

Method GET_ALL_OBJECT_LINKS on class CL_DPR_TASK has no exception.

Method GET_ALL_PROCESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROCESSES Value transfer Type reference (TYPE) DPR_TT_PROCESSES Prozesse 20020522

Method GET_ALL_PROCESSES on class CL_DPR_TASK has no exception.

Method GET_ALL_SKILLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SKILLS Value transfer Type reference (TYPE) DPR_TT_SKILLS Skills 20020527

Method GET_ALL_SKILLS on class CL_DPR_TASK has no exception.

Method GET_ALL_TASKS 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 Tabellentyp für Tasks 20020222

Method GET_ALL_TASKS on class CL_DPR_TASK 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_TS_TASK_INT Attribute Aufgabe (intern) 20020124
2 Exporting ES_ATTRIBUTES_OLD Call by reference Type reference (TYPE) DPR_TS_TASK_INT Attribute Aufgabe (intern) (alter Datenbank-Stand) 20020124

Method GET_ATTRIBUTES on class CL_DPR_TASK has no exception.

Method GET_ATTRIBUTE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ATTRIBUTE_ASSIGNMENT Value transfer Object reference (TYPE REF TO) CL_DPR_TSK_ASSIGNMENT Development Projects: Abstrakte Aufgabe - Attribute 20020124

Method GET_ATTRIBUTE_ASSIGNMENT on class CL_DPR_TASK has no exception.

Method GET_DATA_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TASK_CHG Call by reference Type reference (TYPE) DPR_TS_TASK_CHG Änderbare Attribute Aufgabe 20020620
2 Exporting ES_TASK_EXT Call by reference Type reference (TYPE) DPR_TS_TASK_EXT Attribute Aufgabe (extern) 20020403
3 Exporting ES_TASK_INT Call by reference Type reference (TYPE) DPR_TS_TASK_INT Attribute Aufgabe (intern) 20020620
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20020403

Method GET_DATA_EXT on class CL_DPR_TASK has no exception.

Method GET_PREDECESSOR_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PREDECESSOR_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Vorgänger-Aufgaben 20020320

Method GET_PREDECESSOR_TASKS on class CL_DPR_TASK has no exception.

Method GET_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PROCESS Value transfer Object reference (TYPE REF TO) CL_DPR_PROCESS Prozess 20020522

Method GET_PROCESS on class CL_DPR_TASK has no exception.

Method GET_SORT_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SORT_NUMBER Value transfer Type reference (TYPE) DPR_TV_SORT_NUMBER Sortiernummer 20020220

Method GET_SORT_NUMBER on class CL_DPR_TASK has no exception.

Method GET_SUCCESSOR_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SUCCESSOR_TASKS Value transfer Type reference (TYPE) DPR_TT_TASKS Nachfolger-Aufgaben 20020320

Method GET_SUCCESSOR_TASKS on class CL_DPR_TASK has no exception.

Method GET_TASK_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TASK_LEVEL Value transfer Type reference (TYPE) CGPL_LEVEL Stufe der Aufgabe 20021118

Method GET_TASK_LEVEL on class CL_DPR_TASK has no exception.

Method GET_TASK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TASK_TYPE Value transfer Type reference (TYPE) DPR_TV_TSK_TYPE Aufgabenart 20020817

Method GET_TASK_TYPE on class CL_DPR_TASK has no exception.

Method HAS_EXECUTION_RELEVANT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXECUTION_RELEVANT_DATA Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Soll-/Ist-Daten auf Aufgabe? (True = 'X') 20041102

Method HAS_EXECUTION_RELEVANT_DATA on class CL_DPR_TASK has no exception.

Method INHERIT_SCHEDULE_INDICATOR Signature

Method INHERIT_SCHEDULE_INDICATOR on class CL_DPR_TASK has no parameter.
Method INHERIT_SCHEDULE_INDICATOR on class CL_DPR_TASK has no exception.

Method IS_APPROVAL_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_APPROVAL_RELEVANT Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Aufgabe ist abnahmerelevant (True = 'X') 20020813

Method IS_APPROVAL_RELEVANT on class CL_DPR_TASK has no exception.

Method IS_BUILT_COMPLETELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_BUILT_COMPLETELY Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Phase vollständig erstellt (True = 'X') 20040829

Method IS_BUILT_COMPLETELY on class CL_DPR_TASK has no exception.

Method IS_CHECKLIST_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_CHECKLIST_TASK Value transfer Type reference (TYPE) BOOLE_D 'X' = gehört zu einer Checkliste 20021118

Method IS_CHECKLIST_TASK on class CL_DPR_TASK has no exception.

Method IS_MILESTONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MILESTONE Value transfer Type reference (TYPE) CGPL_MILESTONE Meilensteinkennzeichen 20070621

Method IS_MILESTONE on class CL_DPR_TASK has no exception.

Method IS_OBLIGATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_OBLIGATORY Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Aufgabe ist obligatorisch (True = 'X') 20020813

Method IS_OBLIGATORY on class CL_DPR_TASK has no exception.

Method IS_PHASE_APPROVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_PHASE_APPROVED Value transfer Type reference (TYPE) BOOLE_D 'X': Übergeordnete Phase mit Abnahme 20030808

Method IS_PHASE_APPROVED on class CL_DPR_TASK has no exception.

Method IS_SUMMARY_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SUMMARY_TASK Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Aufgabe ist Sammelaufgabe? (True = 'X') 20041102

Method IS_SUMMARY_TASK on class CL_DPR_TASK has no exception.

Method MERGE_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_TS_TASK_INT Attribute Aufgabe (intern) 20020124
2 Importing IS_CGPL_ATTRIBUTES Call by reference Type reference (TYPE) CGPL_TASK Attribute CGPL-Vorgang 20020124
3 Importing IS_DPR_ATTRIBUTES Call by reference Type reference (TYPE) DPR_TASK Attribute DPR-Aufgabe 20020124

Method MERGE_ATTRIBUTES on class CL_DPR_TASK has no exception.

Method MOVE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INCLUDE_DEPENDENCIES Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_FALSE Bool'scher Wert: Abhängige Objekte mit berücksichtigen 20050711
2 Returning RV_DELETION_POSSIBLE Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Aufgabe kann verschoben werden (True = 'X') 20050711

Method MOVE_CHECK on class CL_DPR_TASK has no exception.

Method ON_TASK_SAVED Signature

Method ON_TASK_SAVED on class CL_DPR_TASK has no parameter.
Method ON_TASK_SAVED on class CL_DPR_TASK has no exception.

Method PROPOSE_WORK_EFFORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DEFAULT_EFFORT Call by reference Type reference (TYPE) DPR_TV_WORK Arbeit 20050228
2 Exporting EV_DEFAULT_UNIT Call by reference Type reference (TYPE) DPR_TV_WORK_UNIT Einheit für Arbeit 20050228
3 Exporting EV_EFFORT_OVERLOAD Call by reference Type reference (TYPE) BOOLE_D Zugeordnete Arbeit überschreitet Planwert 20070411

Method PROPOSE_WORK_EFFORT on class CL_DPR_TASK has no exception.

Method REMOVE_PREDECESSOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PREDECESSOR_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Vorgänger-Aufgabe 20020320
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020320

Method REMOVE_SUCCESSOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SUCCESSOR_TASK Call by reference Object reference (TYPE REF TO) CL_DPR_TASK Nachfolger-Aufgabe 20020320
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020320

Method SCHEDULE Signature

Method SCHEDULE on class CL_DPR_TASK has no parameter.
Method SCHEDULE on class CL_DPR_TASK 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_TASK_ADM Attribute Aufgabe (Verwaltungsdaten/interne Daten) 20020410

Method SET_ADMINISTRATIVE_ATTRIBUTES on class CL_DPR_TASK 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_TS_TASK_INT Attribute Aufgabe (intern) 20020124
2 Importing IV_NO_SORTING Call by reference Type reference (TYPE) XFELD No new sorting 20090227
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020208

Method SET_DATA_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CONVERSION_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_DPR_CONVERSION_PROTOCOL Protokollierung von Fehlern bei Konvertierung 20020429
2 Importing IS_TASK_CHG Call by reference Type reference (TYPE) DPR_TS_TASK_CHG Änderbare Attribute Aufgabe 20020620
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20020403
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_UPDATE_ERROR Development Projects: Fehler beim Ändern Anwendungsobjekt 20020702

Method SET_EDIT_MODE_INTERN 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_INTERN on class CL_DPR_TASK has no exception.

Method SET_SORT_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SORT_NUMBER Value transfer Type reference (TYPE) DPR_TV_SORT_NUMBER Sort Number 20090313

Method SET_SORT_NUMBER on class CL_DPR_TASK has no exception.

Method SET_SUMMARY_TASK Signature

Method SET_SUMMARY_TASK on class CL_DPR_TASK has no parameter.
Method SET_SUMMARY_TASK on class CL_DPR_TASK has no exception.

Method SPLIT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CGPL_ATTRIBUTES Call by reference Type reference (TYPE) CGPL_TASK Attribute CGPL-Vorgang 20020124
2 Exporting ES_DPR_ATTRIBUTES Call by reference Type reference (TYPE) DPR_TASK Attribute DPR-Aufgabe 20020124
3 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) DPR_TS_TASK_INT Attribute Aufgabe (intern) 20020124

Method SPLIT_ATTRIBUTES on class CL_DPR_TASK has no exception.

Method VERIFY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ATTRIBUTES_NEW Call by reference Type reference (TYPE) DPR_TASK Aufgabe 20020502
2 Importing IS_ATTRIBUTES_OLD Call by reference Type reference (TYPE) DPR_TASK Aufgabe 20020502

Method VERIFY_ATTRIBUTES on class CL_DPR_TASK has no exception.
Event Signatures

Event SCHEDULING_CHANGE Signature
Event SCHEDULING_CHANGE on class CL_DPR_TASK has no parameter.
History
Last changed by/on SAP  20141109 
SAP Release Created in 100