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 NameDescriptionVisability
ACTION_EXISTSCheck Action ExistsPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>ACTION_EXISTS...more details

CHECK_MANDATORY_FIELDSRequired Entry Field Check for CostingPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>CHECK_MANDATORY_FIELDS...more details

CLEAR_ACTIONDelete Action from Action ListPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_ACTION...more details

CLEAR_ALL_ACTIONSDelete All Actions from Action ListPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_ALL_ACTIONS...more details

CLEAR_OBJECTSReset Object ValuesPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>CLEAR_OBJECTS...more details

CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>CONSTRUCTOR...more details

GET_ACTIONRead Action from Action ListPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ACTION...more details

GET_ALL_RATESRead All Cost and Revenue RatesPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ALL_RATES...more details

GET_FIELD_ATTRIBUTE_UIDelivers the Field Attributes in 'UI Format'Private
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_FIELD_ATTRIBUTE_UI...more details

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

GET_RATE4ROLERead Default Revenue Rate of Current RolePrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_RATE4ROLE...more details

GET_RATE_VALUE_SETGet All Relevant Cost Rate NamesPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_RATE_VALUE_SET...more details

GET_ROLE_DATARead Data of a Role Incl. Cost/Revenue RatePrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_ROLE_DATA...more details

GET_SESSION_STATEGet Change Mode of Current SessionPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>GET_SESSION_STATE...more details

SET_ACTIONInclude Action for Role Costs in Action ListPrivate
CALL METHOD cl_dpr_ui_log_rol_cst=>SET_ACTION...more details

SET_ROLE_DATAChange Data of a Role Incl. Cost/Revenue RatePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ACT_GET_RATEInstance AttributeAction: Read Default Cost Rate of a RoleLIKE
Private
MC_ACT_OTHER_REVENUEInstance AttributeAction: Set Different Revenue Rate as a DefaultLIKE
Private
MC_RATEInstance AttributeAttributes for Cost RatesLIKE
Private
MC_STEP_1Instance AttributeStep 1 of an ActionLIKE
Private
MC_STEP_2Instance AttributeStep 2 of an ActionLIKE
Private
MS_ROLE_RATEInstance AttributeCost/Revenue Records for Project RolesLIKE
Private
MT_ACTION_ROLE_COSTInstance AttributeActions for Editing Cost/Revenue RateLIKE
Private
MT_ALL_RATESInstance AttributeCost/Revenue Types for Project RolesLIKE
Private
MT_RATE_NAMESInstance AttributeName-Value PairLIKE
Private
MV_PARTICIPANT_GUIDInstance AttributeUnique Object KeyLIKE
Private
MV_PARTICIPANT_NODEInstance AttributeNode Name for RolesLIKE
Private
SC_LOIO_HELP_ROL_COSTInstance AttributeLOIO for Calling HelpLIKE
Private
SR_INSTANCEInstance AttributeUI 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



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!