SAP DPWTY_CL_WD_COMMON OO Class - Assistance Class for DPWTY_OVERVIEW
DPWTY_CL_WD_COMMON 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 DPWTY_CL_WD_COMMON including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for DPWTY_CL_WD_COMMON is CL_WD_COMPONENT_ASSISTANCEMethod list of DPWTY_CL_WD_COMMON 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 |
| ADD_CONV_SYMESSAGE | Public | |
| CALL METHOD dpwty_cl_wd_common=>ADD_CONV_SYMESSAGE...more details | ||
| GET_LPD_CONTENT | Get Launchpad Content | Public |
| CALL METHOD dpwty_cl_wd_common=>GET_LPD_CONTENT...more details | ||
| GET_OTR_TEXT | Public | |
| CALL METHOD dpwty_cl_wd_common=>GET_OTR_TEXT...more details | ||
| GET_OVS_MESSAGE_TAB | Get OVS specific Message Table | Public |
| CALL METHOD dpwty_cl_wd_common=>GET_OVS_MESSAGE_TAB...more details | ||
| GET_PERSONALIZE | Read the Personalization options | Public |
| CALL METHOD dpwty_cl_wd_common=>GET_PERSONALIZE...more details | ||
| NAVIGATE | Public | |
| CALL METHOD dpwty_cl_wd_common=>NAVIGATE...more details | ||
|
| ||
| SET_PERSONALIZE | Save the personalization settings | Public |
| CALL METHOD dpwty_cl_wd_common=>SET_PERSONALIZE...more details | ||
| SET_UIBBS_CONFIGURATION_NAME | Set the configuration name of the UIBBs | Public |
| CALL METHOD dpwty_cl_wd_common=>SET_UIBBS_CONFIGURATION_NAME...more details | ||
DPWTY_CL_WD_COMMON 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 |
| GC_A_CAT_DEFCT | Constant | Catalog for Defect Code | 'CAT_DEFCT' | LIKE DPWTY_WDACTION | Public |
| GC_A_CAT_FR | Constant | Catalog for Labor Values | 'CAT_FR' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_COPY | Constant | Copy Claim | 'CLM_COPY' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_DET | Constant | Claim Detail | 'CLM_DET' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_LOAD_DRAFT | Constant | Load draft Claim | 'CLM_LOAD_DRAFT' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_NEW | Constant | New Claim | 'CLM_NEW' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_NEW_PART | Constant | New part Claim | 'CLM_NEW_PART' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_NEW_VEHICLE | Constant | New vehicle Claim | 'CLM_NEW_VEHICLE' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_PRINT | Constant | Print Claim | 'CLM_PRINT' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_REFRESH | Constant | Refresh Claim | 'CLM_REFRESH' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_RESUBMIT | Constant | Resubmit Claim | 'CLM_RESUBMIT' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_SAVE | Constant | Save Claim | 'CLM_SAVE' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_SAVE_DRAFT | Constant | Save draft Claim | 'CLM_SAVE_DRAFT' | LIKE DPWTY_WDACTION | Public |
| GC_A_CLM_SIM | Constant | Simulate Claim | 'CLM_SIM' | LIKE DPWTY_WDACTION | Public |
| GC_A_CNT_DET | Constant | Contract Detail | 'CNT_DET' | LIKE DPWTY_WDACTION | Public |
| GC_A_RCL_DET | Constant | Recall Detail | 'RCL_DET' | LIKE DPWTY_WDACTION | Public |
| GC_A_RCL_NEW_CLM | Constant | New Claim from Recall | 'RCL_NEW_CLM' | LIKE DPWTY_WDACTION | Public |
| GC_A_RETPA_CHANGE_STATUS | Constant | Change Return Part Status | 'RETPA_CHANGE_STATUS' | LIKE DPWTY_WDACTION | Public |
| GC_A_RETPA_PRINT_TAG | Constant | Print Tag for Return Parts | 'RETPA_PRINT_TAG' | LIKE DPWTY_WDACTION | Public |
| GC_A_RETPA_SAVE | Constant | Save Return Part Item | 'RETPA_SAVE' | LIKE DPWTY_WDACTION | Public |
| GC_A_WTY_OBJ_DET | Constant | Warranty Object Detail | 'WTY_OBJ_DET' | LIKE DPWTY_WDACTION | Public |
| GC_BO_CLAIM | Constant | Business Object Claim | 'dpwty_claim' | LIKE WDK_OBN_OBJ | Public |
| GC_CAT_DUMMY_URL | Constant | Dummy URL for catalogs | 'http://url-to-your-catalog.com' | LIKE STRING | Public |
| GC_NAMESPACE | Constant | Dealer Portal Warranty Namespace | 'DPWTY' | LIKE STRING | Public |
| GC_NAV_ENV_FLPM | Constant | WTY DP: Navigation Environment | 'FLPM' | LIKE DPWTY_NAVIGATION_ENVIRONMENT | Public |
| GC_NAV_ENV_NONE | Constant | WTY DP: Navigation Environment | 'NONE' | LIKE DPWTY_NAVIGATION_ENVIRONMENT | Public |
| GC_NAV_ENV_POWL | Constant | WTY DP: Navigation Environment | 'POWL' | LIKE DPWTY_NAVIGATION_ENVIRONMENT | Public |
Links to Related Class(s)
DPWTY_CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects