BAdI for service transaction checks (SAP S/4HANA)
All objects that are designated as "service transactions" in SAP S/4HANA in the "Customer Management" module in the CRMS4D_SERV_H database table are named "service transactions" here, e.g. service contracts, service requests, service quotations, service confirmations, and repair and service orders.
Business object | BAdI name | Method name |
---|---|---|
Service transaction | ORDER_SAVE | prepare |
The following entry must be made in the method of the business add-in implementation for service transactions:
* =====================================================================
* Start: AEB Compliance Check
*----------------------------------------------------------------------
INCLUDE /AE1/CMP_START_ST_ONL_CHECK.
*----------------------------------------------------------------------*
* End: AEB Compliance Check
* =====================================================================
This business object is only available in SAP S/4HANA.