Functionality This BAPI is used to add a version to an existing warranty claim(business object BUS2222). An entitlement to warranty services isdetermined and documented via the warranty claim. A claim version and the related items can be created with the BAPI. Theitems are assigned to the versions by numbering the versions (handle)and entering the handle in the item field HANDLE_VERSION. Long texts, measurement data, and price information are also assigned tothe version or item using a handle. To create the version, a claim number must be specified. The function modules SAVE_TEXT, COMMIT_TEXT (long text),MEASUREM_DOCUM_RFC_SINGLE_001, MEASUREM_DIALOG_UPDATE (measurementdocuments), and RV_MESSAGES_UPDATE (message determination) of otherdevelopment classes are called from this BAPI. Customer-specific data can be transferred using table EXTENSIONIN.Specific data assignment is carried out using the BAdI WTY_BAPI_CREATE. The BAPI does not contain a COMMIT-WORK command and buffers the data. After the COMMIT-WORK command has been triggered, the temporary buffershould be deleted using the function module WTY12_REFRESH_BUFFER_RFC. |