SAP ABAP Class CL_DPR_UI_LOG_TASK_DETAIL (Data Retrieval: Detailed Data for Task)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO (Application Component) Project Management
     DEVELOPMENT_PROJECTS_UI_LOGIC (Package) Project Management UI Data Formatting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_UI_LOG_DETAIL Cross-Object Data Retrieval 20041014
Properties
Class CL_DPR_UI_LOG_TASK_DETAIL  
Short Description Data Retrieval: Detailed Data for Task    
Super Class CL_DPR_UI_LOG_DETAIL Cross-Object Data Retrieval 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_UI_LOGIC   Project Management UI Data Formatting 
Created 20041014   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DPR_UI_LOG_TASK_DETAIL has no forward declaration.
Interfaces
Class CL_DPR_UI_LOG_TASK_DETAIL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DPR_UI_LOG_DETAIL 20041014 Cross-Object Data Retrieval
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_BADI_ATTRIBUTES Instance attribute Private Object reference (TYPE REF TO) DPR_ATTRIBUTES BAdI DPR_ATTRIBUTES 20110622
2 MT_ADD_FIELDS Instance attribute Public Type reference (TYPE) DPR_TT_API_NAME_VALUE_PAIR Additional Data Fields 20060407
3 MT_MAND_TEXTS Instance attribute Public Type reference (TYPE) DPR_TT_API_NAME_VALUE_PAIR Required Entry Fields 20060801
4 MT_TREE_DATA Instance attribute Private Type reference (TYPE) DPR_TT_UI_TREE_DATA Table of Displayed Objects 20080723
5 MT_TREE_DATA_LOADED Instance attribute Private Type reference (TYPE) DPR_TT_UI_TREE_DATA Table of Loaded but Possibly Collapsed Objects 20080723
6 MV_HELP_URL_ADD Instance attribute Public Type reference (TYPE) STRING Help Link Add. Data 20091124
7 MV_HELP_URL_BAS Instance attribute Public Type reference (TYPE) STRING Help Link Basic Data 20091124
8 MV_HELP_URL_DAW Instance attribute Public Type reference (TYPE) STRING Help Link Dates+Work 20091124
9 MV_LANGUAGE Instance attribute Private Type reference (TYPE) DPR_TV_LANGU_EXT External Language Key 20080723
10 MV_SEL_ELEMENT_GUID Instance attribute Private Type reference (TYPE) DPR_TV_GUID_BAPI Currently Selected Project Element 20080723
11 SR_TTO_DETAIL Static Attribute Private Object reference (TYPE REF TO) CL_DPR_UI_LOG_TASK_DETAIL Data Retrieval: Project Detailed Data 20041014
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROJECT_TREE Instance method Public Method Builds a project tree 20080723
2 BUILD_TREE Instance method Public Method Project Tree 20080723
3 CONSTRUCTOR Instance method Public Constructor 20041014
4 GET_DESCRIPTION Instance method Public Method Fills Short Text of Project Element 20080723
5 GET_ICON_AND_TOOLTIP Instance method Public Method Fills Icon and Text for Object Category 20080723
6 GET_INSTANCE Static method Public Method Get Instance (Singleton) 20041014
7 GET_NEXT_LEVEL Instance method Public Method Delivers Project Elements of Next Hierarchy Level 20080723
8 GET_SEL_ELEMENT_GUID Instance method Public Method Returns GUID of Selected Object 20080723
9 GET_SESSION_ATTRIBUTES Instance method Private Method Gets Mode, Language and so on from session_state 20080723
10 GET_SEVERITY Instance method Private Method Gets Icon and Text of Severity 20080723
11 GET_VISIBLE_TREE_ELEMENTS Instance method Public Method Returns the Project Elements Currently Displayed for Tree 20080723
12 INSERT_NEXT_LEVEL_INTO_TABLES Instance method Private Method Updates Tables After Loading Next Level 20080723
13 RETRIEVE Instance method Private Method Reads Object in Specified Mode 20080723
14 RETRIEVE_TASK_SORTNR Instance method Public Method Get Sort Number of Task 20050607
15 SET_ADD_FIELDS Instance method Private Method Set Fields from Additional Data Tab Page 20060407
16 SET_FC_WD_FIELDNAME Instance method Private Method Sets Field Name from Node Name 20060519
Events
Class CL_DPR_UI_LOG_TASK_DETAIL has no event.
Types
Class CL_DPR_UI_LOG_TASK_DETAIL has no local type.
Method Signatures

Method BUILD_PROJECT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TREE_DATA Call by reference Type reference (TYPE) DPR_TT_UI_TREE_DATA Current Tree Data Table 20080723
2 Exporting EV_SEL_ELEMENT_GUID Call by reference Type reference (TYPE) DPR_TV_GUID_BAPI GUID of Currently Selected Element 20080723
3 Importing IT_OBJ_EVENT Call by reference Type reference (TYPE) DPR_TT_OBJ_EVENT Table of Entry Objects 20080723
# Exception Resumable Description Created on
1 OPEN_FAILED Project could not be opened 20080723

Method BUILD_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identification of Object 20080723
2 Returning RT_TREE_DATA Value transfer Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723
# Exception Resumable Description Created on
1 OPEN_FAILED 20080723

Method CONSTRUCTOR Signature

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

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TREE_DATA Call by reference Type reference (TYPE) DPR_TS_UI_TREE_DATA Tree: Project Element Data 20080723
2 Changing CT_TREE_DATA Call by reference Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723
3 Importing IV_DO_NOT_UPDATE_TABLE Call by reference Type reference (TYPE) BOOLE_D SPACE 'X': MT_TREE_DATA Is Not Updated 20080723
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) DPR_TV_LANGU_EXT Language (ISO, 2 Characters) 20080723

Method GET_DESCRIPTION on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_ICON_AND_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TREE_DATA Call by reference Type reference (TYPE) DPR_TS_UI_TREE_DATA Tree: Project Element Data 20080723
2 Changing CT_TREE_DATA Call by reference Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723

Method GET_ICON_AND_TOOLTIP on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TTO_DETAIL Value transfer Object reference (TYPE REF TO) CL_DPR_UI_LOG_TASK_DETAIL Datenbeschaffung Projektdetaildaten 20041014

Method GET_INSTANCE on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_NEXT_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identification of Object 20080723
2 Importing IV_DO_NOT_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D SPACE 'X': Without Icon, Description, etc (Carried out by Caller) 20080723
3 Importing IV_DO_NOT_LOCK Call by reference Type reference (TYPE) BOOLE_D SPACE 'X': Get Next Level in Display Mode Only 20080723
4 Importing IV_DO_NOT_UPDATE_TABLE Call by reference Type reference (TYPE) BOOLE_D SPACE 'X': MT_TREE_DATA Is Not Updated 20080723
5 Returning RT_TREE_DATA Value transfer Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723

Method GET_NEXT_LEVEL on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_SEL_ELEMENT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) DPR_TV_GUID_BAPI Unique Object Key (CHAR32) 20080723

Method GET_SEL_ELEMENT_GUID on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_SESSION_ATTRIBUTES Signature

Method GET_SESSION_ATTRIBUTES on class CL_DPR_UI_LOG_TASK_DETAIL has no parameter.
Method GET_SESSION_ATTRIBUTES on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TREE_DATA Call by reference Type reference (TYPE) DPR_TS_UI_TREE_DATA Tree: Project Element Data 20080723
2 Changing CT_TREE_DATA Call by reference Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723

Method GET_SEVERITY on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method GET_VISIBLE_TREE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TREE_DATA Value transfer Type reference (TYPE) DPR_TT_UI_TREE_DATA Tree: Table of Project Elements 20080723

Method GET_VISIBLE_TREE_ELEMENTS on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method INSERT_NEXT_LEVEL_INTO_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identification of Object 20080723
2 Importing IT_TREE_DATA Call by reference Type reference (TYPE) DPR_TT_UI_TREE_DATA Table of Loaded Elements of Next Level 20080723

Method INSERT_NEXT_LEVEL_INTO_TABLES on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20080723
2 Exporting EV_EDIT_MODE Call by reference Type reference (TYPE) I 0 Display, 1 Change, -1 Failed 20080723
3 Importing IV_EDIT_MODE Value transfer Type reference (TYPE) I 0 Display, 1 Change 20080723
4 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_GUID_BAPI GUID of Object 20080723
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Object Category in Project Planning 20080723

Method RETRIEVE on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method RETRIEVE_TASK_SORTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SORT_NUMBER Value transfer Type reference (TYPE) DPR_TV_SORT_NUMBER Sortiernummer 20050607
2 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050607

Method RETRIEVE_TASK_SORTNR on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method SET_ADD_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20060407

Method SET_ADD_FIELDS on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.

Method SET_FC_WD_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING Knoten 20060519
2 Returning RV_FIELDNAME Value transfer Type reference (TYPE) STRING Feldname 20060519

Method SET_FC_WD_FIELDNAME on class CL_DPR_UI_LOG_TASK_DETAIL has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400