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 Name | Description | Visability |
| CONSTRUCTOR | Constructor | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>CONSTRUCTOR...more details | ||
| FILL_DISTRIBUTION_LABEL_COLUMN | Fills 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_DATA | Reads Detailed Data for Project Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DETAIL_DATA...more details | ||
| GET_DISTRIBUTION | Reads the Distribution of a Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DISTRIBUTION...more details | ||
| GET_DIST_WORK_UNITS | Delivers Units for Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_DIST_WORK_UNITS...more details | ||
| GET_FIELD_CONTROL | Supplies Field Control Information for Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_FIELD_CONTROL...more details | ||
|
| ||
| GET_INSTANCE | Delivers Instance (Singleton) | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_INSTANCE...more details | ||
| GET_NODE_NAME_ROLE | Delivers the Name for Role Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_NODE_NAME_ROLE...more details | ||
| GET_ROLES_CUSTOMIZING | Reads Customizing Information for All Project Role Types | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLES_CUSTOMIZING...more details | ||
| GET_ROLE_LONGTEXT | Delivers Long Text for Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLE_LONGTEXT...more details | ||
| GET_ROLE_SHORTTEXT | Delivers Short Text for Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_ROLE_SHORTTEXT...more details | ||
| GET_RTA_TABLES | Supply Role task assignments tables | Public |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_RTA_TABLES...more details | ||
| GET_STAFFING_EFFORT_SUM | Supplies Total Staffings for Role (Required Capacity) | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_STAFFING_EFFORT_SUM...more details | ||
| GET_TASK_ASSIGNMENT_INFO | Delivers Information for Role-Task Assignment | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_TASK_ASSIGNMENT_INFO...more details | ||
| GET_VALUE_SETS | Reads Name-Value Pairs | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>GET_VALUE_SETS...more details | ||
| INITIALIZE_ATTRIBUTES | Initializes Attributes of Class | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>INITIALIZE_ATTRIBUTES...more details | ||
| IS_DISTRIBUTION_RELEVANT | Is Distribution to the Role Active? | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>IS_DISTRIBUTION_RELEVANT...more details | ||
| IS_ROLE_EXIST | Role Exists | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>IS_ROLE_EXIST...more details | ||
| IS_WFM_RELEVANT | Indicator for the Project Role Type in Customizing | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>IS_WFM_RELEVANT...more details | ||
| REPORT_ACTIONS | Send Actions to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>REPORT_ACTIONS...more details | ||
| REPORT_DISTRIBUTIONS | Send Distribution Data to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_rol_gen=>REPORT_DISTRIBUTIONS...more details | ||
| REPORT_UPDATES | Send Changes to Back-End | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MR_CHANGE_MANAGER | Instance Attribute | Functions for Back-End Communication | LIKE | Private | |
| MR_SESSION_STATE | Instance Attribute | In-Process Memory | LIKE | Private | |
| MT_ROLES_CUSTOMIZING | Instance Attribute | Customizing for All Project Role Types | LIKE | Private | |
| MV_CHART_EXPANDED | Instance Attribute | 'X': Chart f. Req.Capacity Distr. over Periods Is Displayed | LIKE | Private | |
| SC_LOIO_HELP_DISTRIBUTION | Instance Attribute | LOIO: Help for Distribution | LIKE | Private | |
| SC_LOIO_HELP_ROL_GENERAL | Instance Attribute | LOIO: Help for Role | LIKE | Private | |
| SR_DPR_UI_LOG_ROL_GEN | Instance Attribute | UI 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