DPWTYC_REJCD_GET SAP Method Get Customizing DP Warranyt claim decision code









Below is documentation, parameters and attributes of ABAP Method DPWTYC_REJCD_GET within SAP class DPWTY_CL_UI_CUSTOMIZING. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name DPWTY_CL_UI_CUSTOMIZING into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method DPWTYC_REJCD_GET can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method DPWTYC_REJCD_GET

.

NameTypeData TypeDescriptionDefault Value
IV_DPREJCDImportingTYPE
DPWTY_DPREJCD
Decision code FE
IV_LANGUImportingTYPE
SY-LANGU
Language Key of Current Text Environment
IV_REJCDImportingTYPE
DPWTY_REJCD
Decision Code BE
ES_REJCDExportingTYPE
DPWTYC_REJCD
ES_REJCD_TXExportingTYPE
DPWTYC_REJCD_TX
ET_REJCDExportingTYPE
DPWTYC_T_REJCD
ET_REJCD_MAPExportingTYPE
DPWTYC_T_REJCD_MAP
Decision Code DP warranty mapping
ET_REJCD_TXExportingTYPE
DPWTYC_T_REJCD_TX



Exceptions of Method DPWTYC_REJCD_GET

ES_REJCDExportingTYPE
DPWTYC_REJCDES_REJCD_TXExportingTYPE
DPWTYC_REJCD_TXET_REJCDExportingTYPE
DPWTYC_T_REJCDET_REJCD_MAPExportingTYPE
DPWTYC_T_REJCD_MAPDecision Code DP warranty mappingET_REJCD_TXExportingTYPE
DPWTYC_T_REJCD_TXNOT_FOUND - No entry in table DPWTYC_CLMTY

Example ABAP coding


DATA: lv_ES_REJCD TYPE DPWTYC_REJCD,
lv_ES_REJCD_TX TYPE DPWTYC_REJCD_TX,
lv_ET_REJCD TYPE DPWTYC_T_REJCD,
lv_ET_REJCD_MAP TYPE DPWTYC_T_REJCD_MAP,
lv_ET_REJCD_TX TYPE DPWTYC_T_REJCD_TX,
lv_IV_DPREJCD TYPE DPWTY_DPREJCD,
lv_IV_LANGU TYPE SY-LANGU,
lv_IV_REJCD TYPE DPWTY_REJCD,
lv_other TYPE c.

CALL METHOD DPWTY_CL_UI_CUSTOMIZING=>DPWTYC_REJCD_GET(
EXPORTING
IV_DPREJCD = lv_IV_DPREJCD
IV_LANGU = lv_IV_LANGU
IV_REJCD = lv_IV_REJCD
IMPORTING
ES_REJCD = lv_ES_REJCD
ES_REJCD_TX = lv_ES_REJCD_TX
ET_REJCD = lv_ET_REJCD
ET_REJCD_MAP = lv_ET_REJCD_MAP
ET_REJCD_TX = lv_ET_REJCD_TX ).

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!