SAP CL_DPR_UI_LOG_ROL_CST OO Class - UI Logic for Role Tab Element 'Costing'
CL_DPR_UI_LOG_ROL_CST 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_CST 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_CST 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 |
| ACTION_EXISTS | Check Action Exists | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>ACTION_EXISTS...more details | ||
| CHECK_MANDATORY_FIELDS | Required Entry Field Check for Costing | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>CHECK_MANDATORY_FIELDS...more details | ||
| CLEAR_ACTION | Delete Action from Action List | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_ACTION...more details | ||
| CLEAR_ALL_ACTIONS | Delete All Actions from Action List | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_ALL_ACTIONS...more details | ||
| CLEAR_OBJECTS | Reset Object Values | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_OBJECTS...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_rol_cst=>CONSTRUCTOR...more details | ||
|
| ||
| GET_ACTION | Read Action from Action List | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ACTION...more details | ||
| GET_ALL_RATES | Read All Cost and Revenue Rates | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ALL_RATES...more details | ||
| GET_FIELD_ATTRIBUTE_UI | Delivers the Field Attributes in 'UI Format' | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_FIELD_ATTRIBUTE_UI...more details | ||
| GET_INSTANCE | Delivers Instance (Singleton) | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_INSTANCE...more details | ||
| GET_RATE4ROLE | Read Default Revenue Rate of Current Role | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_RATE4ROLE...more details | ||
| GET_RATE_VALUE_SET | Get All Relevant Cost Rate Names | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_RATE_VALUE_SET...more details | ||
| GET_ROLE_DATA | Read Data of a Role Incl. Cost/Revenue Rate | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ROLE_DATA...more details | ||
| GET_SESSION_STATE | Get Change Mode of Current Session | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>GET_SESSION_STATE...more details | ||
| SET_ACTION | Include Action for Role Costs in Action List | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>SET_ACTION...more details | ||
| SET_ROLE_DATA | Change Data of a Role Incl. Cost/Revenue Rate | Private |
| CALL METHOD cl_dpr_ui_log_rol_cst=>SET_ROLE_DATA...more details | ||
CL_DPR_UI_LOG_ROL_CST 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 |
| MC_ACT_GET_RATE | Instance Attribute | Action: Read Default Cost Rate of a Role | LIKE | Private | |
| MC_ACT_OTHER_REVENUE | Instance Attribute | Action: Set Different Revenue Rate as a Default | LIKE | Private | |
| MC_RATE | Instance Attribute | Attributes for Cost Rates | LIKE | Private | |
| MC_STEP_1 | Instance Attribute | Step 1 of an Action | LIKE | Private | |
| MC_STEP_2 | Instance Attribute | Step 2 of an Action | LIKE | Private | |
| MS_ROLE_RATE | Instance Attribute | Cost/Revenue Records for Project Roles | LIKE | Private | |
| MT_ACTION_ROLE_COST | Instance Attribute | Actions for Editing Cost/Revenue Rate | LIKE | Private | |
| MT_ALL_RATES | Instance Attribute | Cost/Revenue Types for Project Roles | LIKE | Private | |
| MT_RATE_NAMES | Instance Attribute | Name-Value Pair | LIKE | Private | |
| MV_PARTICIPANT_GUID | Instance Attribute | Unique Object Key | LIKE | Private | |
| MV_PARTICIPANT_NODE | Instance Attribute | Node Name for Roles | LIKE | Private | |
| SC_LOIO_HELP_ROL_COST | Instance Attribute | LOIO for Calling Help | LIKE | Private | |
| SR_INSTANCE | Instance Attribute | UI Logic for Role Tab Element 'Costing' | LIKE | Private |
CL_DPR_UI_LOG_ROL_CST types
TS_ACTION_ROLE_COST -TT_ACTION_ROLE_COST -
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