SAP CL_DPR_UI_WD_SERVICES OO Class - Service Class for UI - PPM4.0









CL_DPR_UI_WD_SERVICES 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_WD_SERVICES 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_WD_SERVICES 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
CHECK_MANDATORY_ATTR_ON_VIEWPrivate
CALL METHOD cl_dpr_ui_wd_services=>CHECK_MANDATORY_ATTR_ON_VIEW...more details

FILL_ATTRIBUTE_DDKFills DDK Default Values for a Certain AttributePrivate
CALL METHOD cl_dpr_ui_wd_services=>FILL_ATTRIBUTE_DDK...more details

GET_ELEMENTReturns ElementPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_ELEMENT...more details

GET_FIELD_LABELGets Label for a FieldPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_FIELD_LABEL...more details

GET_FIELD_TOOLTIPGets Tooltip/Quick Info for a FieldPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_FIELD_TOOLTIP...more details

GET_NEW_GUIDCreates a new unique GUIDPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_NEW_GUID...more details

GET_NODEReturns Ref to Context Node from ContextPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_NODE...more details

GET_TAB_POSITIONGet tab positionPrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_TAB_POSITION...more details

GET_USAGE_CLONEReturns name (ID) of usagePrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_USAGE_CLONE...more details

GET_USAGE_NAMEReturns name (ID) of usagePrivate
CALL METHOD cl_dpr_ui_wd_services=>GET_USAGE_NAME...more details

MOVE_TABMove a tab to a new position in a tabstripPrivate
CALL METHOD cl_dpr_ui_wd_services=>MOVE_TAB...more details

SWITCH_ORIG_LANGU_DISPDetail Screens: Show/Hide Original LanguagePrivate
CALL METHOD cl_dpr_ui_wd_services=>SWITCH_ORIG_LANGU_DISP...more details




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!