SAP CL_DPR_UI_LOG_ROL_GEN OO Class - UI Logic for Role Tab Element 'General'









CL_DPR_UI_LOG_ROL_GEN 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_ROL_GEN 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_ROL_GEN 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
CONSTRUCTORConstructorPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>CONSTRUCTOR...more details

FILL_DISTRIBUTION_LABEL_COLUMNFills the First Column of the Distribution Table ('Labels')Private
CALL METHOD cl_dpr_ui_log_rol_gen=>FILL_DISTRIBUTION_LABEL_COLUMN...more details

GET_DETAIL_DATAReads Detailed Data for Project RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DETAIL_DATA...more details

GET_DISTRIBUTIONReads the Distribution of a RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DISTRIBUTION...more details

GET_DIST_WORK_UNITSDelivers Units for RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DIST_WORK_UNITS...more details

GET_FIELD_CONTROLSupplies Field Control Information for RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_FIELD_CONTROL...more details

GET_INSTANCEDelivers Instance (Singleton)Private
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_INSTANCE...more details

GET_NODE_NAME_ROLEDelivers the Name for Role Object (Operational/Template)Private
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_NODE_NAME_ROLE...more details

GET_ROLES_CUSTOMIZINGReads Customizing Information for All Project Role TypesPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLES_CUSTOMIZING...more details

GET_ROLE_LONGTEXTDelivers Long Text for RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLE_LONGTEXT...more details

GET_ROLE_SHORTTEXTDelivers Short Text for RolePrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLE_SHORTTEXT...more details

GET_RTA_TABLESSupply Role task assignments tablesPublic
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_RTA_TABLES...more details

GET_STAFFING_EFFORT_SUMSupplies Total Staffings for Role (Required Capacity)Private
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_STAFFING_EFFORT_SUM...more details

GET_TASK_ASSIGNMENT_INFODelivers Information for Role-Task AssignmentPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_TASK_ASSIGNMENT_INFO...more details

GET_VALUE_SETSReads Name-Value PairsPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>GET_VALUE_SETS...more details

INITIALIZE_ATTRIBUTESInitializes Attributes of ClassPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>INITIALIZE_ATTRIBUTES...more details

IS_DISTRIBUTION_RELEVANTIs Distribution to the Role Active?Private
CALL METHOD cl_dpr_ui_log_rol_gen=>IS_DISTRIBUTION_RELEVANT...more details

IS_ROLE_EXISTRole ExistsPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>IS_ROLE_EXIST...more details

IS_WFM_RELEVANTIndicator for the Project Role Type in CustomizingPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>IS_WFM_RELEVANT...more details

REPORT_ACTIONSSend Actions to Back-EndPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>REPORT_ACTIONS...more details

REPORT_DISTRIBUTIONSSend Distribution Data to Back-EndPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>REPORT_DISTRIBUTIONS...more details

REPORT_UPDATESSend Changes to Back-EndPrivate
CALL METHOD cl_dpr_ui_log_rol_gen=>REPORT_UPDATES...more details



CL_DPR_UI_LOG_ROL_GEN 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
MR_CHANGE_MANAGERInstance AttributeFunctions for Back-End CommunicationLIKE
Private
MR_SESSION_STATEInstance AttributeIn-Process MemoryLIKE
Private
MT_ROLES_CUSTOMIZINGInstance AttributeCustomizing for All Project Role TypesLIKE
Private
MV_CHART_EXPANDEDInstance Attribute'X': Chart f. Req.Capacity Distr. over Periods Is DisplayedLIKE
Private
SC_LOIO_HELP_DISTRIBUTIONInstance AttributeLOIO: Help for DistributionLIKE
Private
SC_LOIO_HELP_ROL_GENERALInstance AttributeLOIO: Help for RoleLIKE
Private
SR_DPR_UI_LOG_ROL_GENInstance AttributeUI Logic for Role Tab Element 'General'LIKE
Private




CL_DPR_UI_LOG_ROL_GEN types

TT_ROLE_DATA -

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!