SAP CL_DPR_UI_LOG_TSK_ROLE OO Class - UI Logic for Task Tab Element 'Roles'
CL_DPR_UI_LOG_TSK_ROLE 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_TSK_ROLE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_DPR_UI_LOG_TSK_ROLE 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 |
| CHANGE_BUPA_IN_TASK_ASSIGNMENT | Sets Concrete Role for a Specified Link | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>CHANGE_BUPA_IN_TASK_ASSIGNMENT...more details | ||
| CHECK_ASSIGNMENT_DELETABLE | Checks Whether Entity Link Can Be Deleted | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>CHECK_ASSIGNMENT_DELETABLE...more details | ||
| CHECK_LINK_CREATION | Checks Whether Link Can Be Created for Role and Task | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>CHECK_LINK_CREATION...more details | ||
| CREATE_TASK_ASSIGNMENT | Delivers the Data Structure for a Link to Be Created | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>CREATE_TASK_ASSIGNMENT...more details | ||
| DELETE_ASSIGNMENT | Deletes Entity Link | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>DELETE_ASSIGNMENT...more details | ||
| FILL_TREE | Process Inbound Data Tree | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>FILL_TREE...more details | ||
|
| ||
| GET_ABSTRACT_ROLES | Always Delivers Abstract Role for a List of Roles | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ABSTRACT_ROLES...more details | ||
| GET_ADDITIONAL_ROLE_DATA | Delivers Additional Data (Total Required Capacity) for Role | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ADDITIONAL_ROLE_DATA...more details | ||
| GET_BO_NAME | Delivers the BO Name for Current Access Object | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_BO_NAME...more details | ||
| GET_BUPAS_FOR_ROLE | Delivers Business Partners for Abstract Role | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_BUPAS_FOR_ROLE...more details | ||
| GET_ENTITY_LINK | Delivers Data for a Certain Entity Link | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ENTITY_LINK...more details | ||
| GET_FIELD_PROPERTIES | Delivers Field Properties of Structure Field for UI | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_FIELD_PROPERTIES...more details | ||
| GET_INSTANCE | Delivers Singleton (Incl. Generation) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_INSTANCE...more details | ||
| GET_LINK_DATA_TREE | Delivers Data for an Entity Link for Tree | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_LINK_DATA_TREE...more details | ||
| GET_NODE_NAME_BUPALINK | Delivers the Name for the BuPa Link (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_BUPALINK...more details | ||
| GET_NODE_NAME_LINK | Delivers the Name for Entity Link Object (Operat./Template) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_LINK...more details | ||
| GET_NODE_NAME_ROLE | Delivers the Name for Role Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_ROLE...more details | ||
| GET_NODE_NAME_ROOT | Delivers the Name for Task Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_ROOT...more details | ||
| GET_NODE_NAME_STATUS | Delivers the Name for the Status | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_STATUS...more details | ||
| GET_NODE_NAME_TASK | Delivers the Name for Task Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_TASK...more details | ||
| GET_ROLE_DATA | Delivers Data for Role in Tree | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ROLE_DATA...more details | ||
| GET_SHORTTEXT | Get Short Text for Object(s) | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_SHORTTEXT...more details | ||
| GET_TASK_LINKS | Delivers Task Assignments for Role for Table | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TASK_LINKS...more details | ||
| GET_TASK_LINKS_GUIDS | Delivers Task Assignments for Role for Table | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TASK_LINKS_GUIDS...more details | ||
| GET_TIME_UNITS | Delivers Used Time Units | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TIME_UNITS...more details | ||
| INITIALIZE | Initializes Class - Deletes Singleton | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>INITIALIZE...more details | ||
| REPORT_CHANGED_DATA | Changes via Change Manager in Back-End | Private |
| CALL METHOD cl_dpr_ui_log_tsk_role=>REPORT_CHANGED_DATA...more details | ||
CL_DPR_UI_LOG_TSK_ROLE 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 |
| MT_ROOT_EVENT | Instance Attribute | Table with Root Object | LIKE | Private | |
| MT_TASKS_WITH_DELETED_LINKS | Instance Attribute | Tasks of Deleted Links | LIKE | Private | |
| MT_TREE_DATA | Instance Attribute | Tree Data | LIKE | Private | |
| SR_DPR_UI_LOG_TSK_ROLE | Instance Attribute | UI Logic for Role Tab Element 'Tasks' | 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