Delete (SAP IS Adapter)

This operation allows users to delete records based on a filter.

  1. Configure the exchange property in Content Modifier:

     

  2. Configure an extra exchange property in Content Modifier for deleting Product Image:

    • uniqueId – Product SKU that the image belongs to.

       

  3. Configure the message body in Content Modifier for deleting all Pricefx object types except Product Image. The full JSON schema can be found in the “Sample Artifacts for SAP S/4HANA Integration with Pricefx” integration package from SAP API Business Hub. See . In this example, all customer records with 'customerId' starting with 'CUSTOMERSAP’ will be deleted.


    Sample delete request:

    { "operator": "and", "criteria": [ { "fieldName": "customerId", "operator": "startsWith", "value": "CUSTOMERSAP" } ] }

     

  4. In the Adapter configuration, select operation and target type.

     

  5. For Product Extensions and Customer Extensions, specify the name of the table as well.

     

  6. For Price Parameters, specify the name of the table and Target Date as well.

Supported Filters

See Appendix: Supported Operators in Criteria.

Response Message

Number of deleted records will be returned.