SAP CL_DPR_UI_LOG_TASK_DETAIL OO Class - Data Retrieval: Detailed Data for Task
CL_DPR_UI_LOG_TASK_DETAIL is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_DPR_UI_LOG_TASK_DETAIL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DPR_UI_LOG_TASK_DETAIL is CL_DPR_UI_LOG_DETAILMethod list of CL_DPR_UI_LOG_TASK_DETAIL SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| BUILD_PROJECT_TREE | Builds a project tree | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>BUILD_PROJECT_TREE...more details | ||
| BUILD_TREE | Project Tree | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>BUILD_TREE...more details | ||
| CHECK_RTA_CHANGES | Check if RTA work changed | Public |
| CALL METHOD cl_dpr_ui_log_task_detail=>CHECK_RTA_CHANGES...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_task_detail=>CONSTRUCTOR...more details | ||
| GET_BUTTONS_4_MIRRORED_TASK | Get copy buttons property of mirrored task | Public |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_BUTTONS_4_MIRRORED_TASK...more details | ||
| GET_DESCRIPTION | Fills Short Text of Project Element | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_DESCRIPTION...more details | ||
|
| ||
| GET_ICON_AND_TOOLTIP | Fills Icon and Text for Object Category | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_ICON_AND_TOOLTIP...more details | ||
| GET_INSTANCE | Get Instance (Singleton) | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_INSTANCE...more details | ||
| GET_NEXT_LEVEL | Delivers Project Elements of Next Hierarchy Level | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_NEXT_LEVEL...more details | ||
| GET_ORIGINAL_TASK_EXT | Get date changes from original task | Public |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_ORIGINAL_TASK_EXT...more details | ||
| GET_SEL_ELEMENT_GUID | Returns GUID of Selected Object | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_SEL_ELEMENT_GUID...more details | ||
| GET_SESSION_ATTRIBUTES | Gets Mode, Language and so on from session_state | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_SESSION_ATTRIBUTES...more details | ||
| GET_SEVERITY | Gets Icon and Text of Severity | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_SEVERITY...more details | ||
| GET_VISIBLE_TREE_ELEMENTS | Returns the Project Elements Currently Displayed for Tree | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>GET_VISIBLE_TREE_ELEMENTS...more details | ||
| INSERT_NEXT_LEVEL_INTO_TABLES | Updates Tables After Loading Next Level | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>INSERT_NEXT_LEVEL_INTO_TABLES...more details | ||
| IS_RTA_WORK_NEEDED | Public | |
| CALL METHOD cl_dpr_ui_log_task_detail=>IS_RTA_WORK_NEEDED...more details | ||
| RETRIEVE | Reads Object in Specified Mode | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>RETRIEVE...more details | ||
| RETRIEVE_MILESTONE_FLAG | get milestone flag of Task | Public |
| CALL METHOD cl_dpr_ui_log_task_detail=>RETRIEVE_MILESTONE_FLAG...more details | ||
| RETRIEVE_TASK_SORTNR | Get Sort Number of Task | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>RETRIEVE_TASK_SORTNR...more details | ||
| SET_ADD_FIELDS | Set Fields from Additional Data Tab Page | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>SET_ADD_FIELDS...more details | ||
| SET_FC_WD_FIELDNAME | Sets Field Name from Node Name | Private |
| CALL METHOD cl_dpr_ui_log_task_detail=>SET_FC_WD_FIELDNAME...more details | ||
CL_DPR_UI_LOG_TASK_DETAIL attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MR_BADI_ATTRIBUTES | Instance Attribute | BAdI DPR_ATTRIBUTES | LIKE | Private | |
| MR_BADI_SCHEDULING | Instance Attribute | BAdI: DPR_SCHEDULING | LIKE DPR_SCHEDULING | Public | |
| MT_ADD_FIELDS | Instance Attribute | Additional Data Fields | LIKE | Private | |
| MT_MAND_TEXTS | Instance Attribute | Required Entry Fields | LIKE | Private | |
| MT_TREE_DATA | Instance Attribute | Table of Displayed Objects | LIKE | Private | |
| MT_TREE_DATA_LOADED | Instance Attribute | Table of Loaded but Possibly Collapsed Objects | LIKE | Private | |
| MV_HELP_URL_ADD | Instance Attribute | Help Link Add. Data | LIKE | Private | |
| MV_HELP_URL_BAS | Instance Attribute | Help Link Basic Data | LIKE | Private | |
| MV_HELP_URL_DAW | Instance Attribute | Help Link Dates+Work | LIKE | Private | |
| MV_LANGUAGE | Instance Attribute | External Language Key | LIKE | Private | |
| MV_SEL_ELEMENT_GUID | Instance Attribute | Currently Selected Project Element | LIKE | Private | |
| MV_SUBPROJECT_UNASSIGNED_FLAG | Instance Attribute | Subproject is unassigned, but not saved yet | LIKE BOOLE_D | Public | |
| SR_TTO_DETAIL | Instance Attribute | Data Retrieval: Project Detailed Data | LIKE | Private |
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects