cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to update Product master with single ODATA call for different entities

Anju_Jose
Employee
Employee
0 Kudos

When trying to update the Product Master call using ODATA, we need to call the entities separately.

 

When selected the ODATA entity for update patch, sub levels are not appearing in the drop down for the linking.

 

Odata: https://my302823-api.s4hana.ondemand.com/sap/opu/odata/sap/API_PRODUCT_SRV

 

Actually we want to update Product Header(A_Product), Product Description, Product Plant and Product Valuations at a time instead of separate calls.

 

We have got all the entity levels for the “POST” while creating, but not for the update “PATCH”.

Accepted Solutions (1)

Accepted Solutions (1)

Anju_Jose
Employee
Employee
0 Kudos

The update of multiple Entities at the same time using the API API_PRODUCT_SRV is currently not possible for a PATCH / PUT request. The Operation Patch can only be used to updated one entity.

The recommendation is to use a Batch Request instead . Please refer to KBA 2833338.

https://launchpad.support.sap.com/#/notes/2833338

Answers (0)