SAP Knowledge Base Article - Public

3401834 - API Outbound Delivery (A2X) update partner ID - SAP S/4HANA Cloud Public Edition

Symptom

The API Outbound Delivery (A2X) doesn't update the partner ID number of an outbound delivery (partner function, header data).
Only the description and/or address can be updated. This activity is carried out with an EWM system.

Environment

SAP S/4HANA Cloud Public Edition

Resolution

An EWM API can be used for the outbound delivery order (Overview | Warehouse Outbound Delivery Order - Read, Update (A2X) | SAP Business Accelerator Hub). This API provides a PATCH operation for switching the carrier via the business partner number.

Example:
PATCH https://{{host}}/sap/opu/odata4/sap/api_warehouse_odo_2/srvd_a2x/sap/warehouseoutbdeliveryorder/0001/WhseOutboundDeliveryOrderHead('xyz')

{

    "Carrier": "12345678"

}

Keywords

API, EWM, partner function, partner ID, Warehouse Outbound Delivery Order, outbound delivery, update, patch. , KBA , SCM-EWM-API-2CL , Remote APIs (Public Cloud) , Problem

Product

SAP S/4HANA Cloud Public Edition all versions