Bulk Load (SAP IS Adapter)

This operation allows users to load records.

  1. Configure the exchange property in Content Modifier:

     

  2. Configure the message body in Content Modifier. All the fields of the target table have to be specified in the header array. Any field not specified will be treated as empty. The data array contains the list of multiple records to be inserted to the target table. The order of the data fields must be the same as the order of the header. 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 .

    Sample bulk load request
    { "header": [ "customerId", "name", "attribute1", "attribute3" ], "data": [ [ "CUSTOMER3", "CUSTOMER3", 1,"m" ], [ "CUSTOMER4", "CUSTOMER4", 2,"m" ] ] }

     

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

     

  4. For Product Extensions, Customer Extensions, Data Source, Datamart and Data Feeds, specify the name of the table as well.

     

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

Response Message

The number of processed records is returned.