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 Name | Description | Visability |
| CLAIM_CHANGE | Change a claim | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_CHANGE...more details | ||
| CLAIM_COPY | Copy claim data to new claim | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_COPY...more details | ||
| CLAIM_CREATE | Create a new claim | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_CREATE...more details | ||
| CLAIM_DETAIL | Get full claim with guid | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_DETAIL...more details | ||
| CLAIM_LIST | Get a claim list for dealer / personalization | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_LIST...more details | ||
| CLAIM_RESUBMIT | Create new claim version with new items | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_RESUBMIT...more details | ||
|
| ||
| CLAIM_RETPA_STATUS_CHANGE | Change return part status and item text | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_RETPA_STATUS_CHANGE...more details | ||
| CLAIM_SET_ACTION | Start action for claim | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_SET_ACTION...more details | ||
| CLAIM_SIMULATE | Create claim and start action without database update | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CLAIM_SIMULATE...more details | ||
| CONTRACT_LIST | Get a contract list | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>CONTRACT_LIST...more details | ||
| ENDCU | List of Business Partners | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>ENDCU...more details | ||
| FINANCIAL_STATEMENT | List of FI items | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>FINANCIAL_STATEMENT...more details | ||
| MASTER_WARRANTY_REGISTRATION | Assign and /or start master warranty for object | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>MASTER_WARRANTY_REGISTRATION...more details | ||
| OBJECT_INFO_GET | Get detailed information for the claim object | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>OBJECT_INFO_GET...more details | ||
| RECALL_DETAIL | Get a recall detail | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>RECALL_DETAIL...more details | ||
| RECALL_LIST | Get a recall list | Public |
| CALL METHOD if_dp_wty_ui_backend_calls=>RECALL_LIST...more details | ||
| RETURN_PART_LIST | Get return parts list | Public |
| 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