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 Name | Description | Visability |
| CHECK_MANDATORY_ATTR_ON_VIEW | Private | |
| CALL METHOD cl_dpr_ui_wd_services=>CHECK_MANDATORY_ATTR_ON_VIEW...more details | ||
| FILL_ATTRIBUTE_DDK | Fills DDK Default Values for a Certain Attribute | Private |
| CALL METHOD cl_dpr_ui_wd_services=>FILL_ATTRIBUTE_DDK...more details | ||
| GET_ELEMENT | Returns Element | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_ELEMENT...more details | ||
| GET_FIELD_LABEL | Gets Label for a Field | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_FIELD_LABEL...more details | ||
| GET_FIELD_TOOLTIP | Gets Tooltip/Quick Info for a Field | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_FIELD_TOOLTIP...more details | ||
| GET_NEW_GUID | Creates a new unique GUID | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_NEW_GUID...more details | ||
|
| ||
| GET_NODE | Returns Ref to Context Node from Context | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_NODE...more details | ||
| GET_TAB_POSITION | Get tab position | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_TAB_POSITION...more details | ||
| GET_USAGE_CLONE | Returns name (ID) of usage | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_USAGE_CLONE...more details | ||
| GET_USAGE_NAME | Returns name (ID) of usage | Private |
| CALL METHOD cl_dpr_ui_wd_services=>GET_USAGE_NAME...more details | ||
| MOVE_TAB | Move a tab to a new position in a tabstrip | Private |
| CALL METHOD cl_dpr_ui_wd_services=>MOVE_TAB...more details | ||
| SWITCH_ORIG_LANGU_DISP | Detail Screens: Show/Hide Original Language | Private |
| 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