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 NameDescriptionVisability
CHANGE_BUPA_IN_TASK_ASSIGNMENTSets Concrete Role for a Specified LinkPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>CHANGE_BUPA_IN_TASK_ASSIGNMENT...more details

CHECK_ASSIGNMENT_DELETABLEChecks Whether Entity Link Can Be DeletedPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>CHECK_ASSIGNMENT_DELETABLE...more details

CHECK_LINK_CREATIONChecks Whether Link Can Be Created for Role and TaskPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>CHECK_LINK_CREATION...more details

CREATE_TASK_ASSIGNMENTDelivers the Data Structure for a Link to Be CreatedPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>CREATE_TASK_ASSIGNMENT...more details

DELETE_ASSIGNMENTDeletes Entity LinkPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>DELETE_ASSIGNMENT...more details

FILL_TREEProcess Inbound Data TreePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>FILL_TREE...more details

GET_ABSTRACT_ROLESAlways Delivers Abstract Role for a List of RolesPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ABSTRACT_ROLES...more details

GET_ADDITIONAL_ROLE_DATADelivers Additional Data (Total Required Capacity) for RolePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ADDITIONAL_ROLE_DATA...more details

GET_BO_NAMEDelivers the BO Name for Current Access ObjectPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_BO_NAME...more details

GET_BUPAS_FOR_ROLEDelivers Business Partners for Abstract RolePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_BUPAS_FOR_ROLE...more details

GET_ENTITY_LINKDelivers Data for a Certain Entity LinkPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ENTITY_LINK...more details

GET_FIELD_PROPERTIESDelivers Field Properties of Structure Field for UIPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_FIELD_PROPERTIES...more details

GET_INSTANCEDelivers Singleton (Incl. Generation)Private
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_INSTANCE...more details

GET_LINK_DATA_TREEDelivers Data for an Entity Link for TreePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_LINK_DATA_TREE...more details

GET_NODE_NAME_BUPALINKDelivers 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_LINKDelivers 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_ROLEDelivers 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_ROOTDelivers 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_STATUSDelivers the Name for the StatusPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_STATUS...more details

GET_NODE_NAME_TASKDelivers the Name for Task Object (Operational/Template)Private
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_NODE_NAME_TASK...more details

GET_ROLE_DATADelivers Data for Role in TreePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_ROLE_DATA...more details

GET_SHORTTEXTGet Short Text for Object(s)Private
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_SHORTTEXT...more details

GET_TASK_LINKSDelivers Task Assignments for Role for TablePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TASK_LINKS...more details

GET_TASK_LINKS_GUIDSDelivers Task Assignments for Role for TablePrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TASK_LINKS_GUIDS...more details

GET_TIME_UNITSDelivers Used Time UnitsPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>GET_TIME_UNITS...more details

INITIALIZEInitializes Class - Deletes SingletonPrivate
CALL METHOD cl_dpr_ui_log_tsk_role=>INITIALIZE...more details

REPORT_CHANGED_DATAChanges via Change Manager in Back-EndPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_ROOT_EVENTInstance AttributeTable with Root ObjectLIKE
Private
MT_TASKS_WITH_DELETED_LINKSInstance AttributeTasks of Deleted LinksLIKE
Private
MT_TREE_DATAInstance AttributeTree DataLIKE
Private
SR_DPR_UI_LOG_TSK_ROLEInstance AttributeUI 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!