SAP IF_DP_WTY_UI_BACKEND_CALLS OO Class - Interface for BAdI: DP_WTY_UI_BACKEND_CALLS









IF_DP_WTY_UI_BACKEND_CALLS 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 IF_DP_WTY_UI_BACKEND_CALLS 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 IF_DP_WTY_UI_BACKEND_CALLS 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
CLAIM_CHANGEChange a claimPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_CHANGE...more details

CLAIM_COPYCopy claim data to new claimPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_COPY...more details

CLAIM_CREATECreate a new claimPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_CREATE...more details

CLAIM_DETAILGet full claim with guidPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_DETAIL...more details

CLAIM_LISTGet a claim list for dealer / personalizationPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_LIST...more details

CLAIM_RESUBMITCreate new claim version with new itemsPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_RESUBMIT...more details

CLAIM_RETPA_STATUS_CHANGEChange return part status and item textPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_RETPA_STATUS_CHANGE...more details

CLAIM_SET_ACTIONStart action for claimPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_SET_ACTION...more details

CLAIM_SIMULATECreate claim and start action without database updatePublic
CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_SIMULATE...more details

CONTRACT_LISTGet a contract listPublic
CALL METHOD if_dp_wty_ui_backend_calls=>CONTRACT_LIST...more details

ENDCUList of Business PartnersPublic
CALL METHOD if_dp_wty_ui_backend_calls=>ENDCU...more details

FINANCIAL_STATEMENTList of FI itemsPublic
CALL METHOD if_dp_wty_ui_backend_calls=>FINANCIAL_STATEMENT...more details

MASTER_WARRANTY_REGISTRATIONAssign and /or start master warranty for objectPublic
CALL METHOD if_dp_wty_ui_backend_calls=>MASTER_WARRANTY_REGISTRATION...more details

OBJECT_INFO_GETGet detailed information for the claim objectPublic
CALL METHOD if_dp_wty_ui_backend_calls=>OBJECT_INFO_GET...more details

RECALL_DETAILGet a recall detailPublic
CALL METHOD if_dp_wty_ui_backend_calls=>RECALL_DETAIL...more details

RECALL_LISTGet a recall listPublic
CALL METHOD if_dp_wty_ui_backend_calls=>RECALL_LIST...more details

RETURN_PART_LISTGet return parts listPublic
CALL METHOD if_dp_wty_ui_backend_calls=>RETURN_PART_LIST...more details




Links to Related Class(s)

IF_DP_WT...
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!