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_ASSISTANCE

Method 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 NameDescriptionVisability
ADD_CONV_SYMESSAGEPublic
CALL METHOD dpwty_cl_wd_common=>ADD_CONV_SYMESSAGE...more details

GET_LPD_CONTENTGet Launchpad ContentPublic
CALL METHOD dpwty_cl_wd_common=>GET_LPD_CONTENT...more details

GET_OTR_TEXTPublic
CALL METHOD dpwty_cl_wd_common=>GET_OTR_TEXT...more details

GET_OVS_MESSAGE_TABGet OVS specific Message TablePublic
CALL METHOD dpwty_cl_wd_common=>GET_OVS_MESSAGE_TAB...more details

GET_PERSONALIZERead the Personalization optionsPublic
CALL METHOD dpwty_cl_wd_common=>GET_PERSONALIZE...more details

NAVIGATEPublic
CALL METHOD dpwty_cl_wd_common=>NAVIGATE...more details

SET_PERSONALIZESave the personalization settingsPublic
CALL METHOD dpwty_cl_wd_common=>SET_PERSONALIZE...more details

SET_UIBBS_CONFIGURATION_NAMESet the configuration name of the UIBBsPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_A_CAT_DEFCTConstantCatalog for Defect Code'CAT_DEFCT'LIKE
DPWTY_WDACTION
Public
GC_A_CAT_FRConstantCatalog for Labor Values'CAT_FR'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_COPYConstantCopy Claim'CLM_COPY'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_DETConstantClaim Detail'CLM_DET'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_LOAD_DRAFTConstantLoad draft Claim'CLM_LOAD_DRAFT'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_NEWConstantNew Claim'CLM_NEW'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_NEW_PARTConstantNew part Claim'CLM_NEW_PART'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_NEW_VEHICLEConstantNew vehicle Claim'CLM_NEW_VEHICLE'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_PRINTConstantPrint Claim'CLM_PRINT'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_REFRESHConstantRefresh Claim'CLM_REFRESH'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_RESUBMITConstantResubmit Claim'CLM_RESUBMIT'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_SAVEConstantSave Claim'CLM_SAVE'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_SAVE_DRAFTConstantSave draft Claim'CLM_SAVE_DRAFT'LIKE
DPWTY_WDACTION
Public
GC_A_CLM_SIMConstantSimulate Claim'CLM_SIM'LIKE
DPWTY_WDACTION
Public
GC_A_CNT_DETConstantContract Detail'CNT_DET'LIKE
DPWTY_WDACTION
Public
GC_A_RCL_DETConstantRecall Detail'RCL_DET'LIKE
DPWTY_WDACTION
Public
GC_A_RCL_NEW_CLMConstantNew Claim from Recall'RCL_NEW_CLM'LIKE
DPWTY_WDACTION
Public
GC_A_RETPA_CHANGE_STATUSConstantChange Return Part Status'RETPA_CHANGE_STATUS'LIKE
DPWTY_WDACTION
Public
GC_A_RETPA_PRINT_TAGConstantPrint Tag for Return Parts'RETPA_PRINT_TAG'LIKE
DPWTY_WDACTION
Public
GC_A_RETPA_SAVEConstantSave Return Part Item'RETPA_SAVE'LIKE
DPWTY_WDACTION
Public
GC_A_WTY_OBJ_DETConstantWarranty Object Detail'WTY_OBJ_DET'LIKE
DPWTY_WDACTION
Public
GC_BO_CLAIMConstantBusiness Object Claim'dpwty_claim'LIKE
WDK_OBN_OBJ
Public
GC_CAT_DUMMY_URLConstantDummy URL for catalogs'http://url-to-your-catalog.com'LIKE
STRING
Public
GC_NAMESPACEConstantDealer Portal Warranty Namespace'DPWTY'LIKE
STRING
Public
GC_NAV_ENV_FLPMConstantWTY DP: Navigation Environment'FLPM'LIKE
DPWTY_NAVIGATION_ENVIRONMENT
Public
GC_NAV_ENV_NONEConstantWTY DP: Navigation Environment'NONE'LIKE
DPWTY_NAVIGATION_ENVIRONMENT
Public
GC_NAV_ENV_POWLConstantWTY 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



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!