cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with batch processing using OData service API_SALES_ORDER_SRV

cfewfwdwd
Explorer
0 Kudos

Dear experts,

I am currently facing a problem of using the batch processing of the OData service API_SALES_ORDER_SRV to patch multiple sale order item texts.

I am using following batch request to patch specific sales order item texts in the S/4 system:

Unfortunately I am receiving the following error message:

It seems that my own user, which is used for sending the batch request, is blocking further processing steps.

I also checked in the system that I do not block the order.

Many thanks for your help!

Best Regards,

Timo

Accepted Solutions (0)

Answers (2)

Answers (2)

cfewfwdwd
Explorer
0 Kudos

Hello Ryan,

thank you for your help.

I tried to submit the two PATCH request in the same changeset, but it seems that the OData service process only the first PATCH request.

Best Regards,

Timo

Ryan-Crosby
Active Contributor
0 Kudos

Hi Timo,

You have the same sales order object existing in multiple changsets for the different lines. Based on how the LUW is going to play out on the back-end I suspect the only way this would work is if you submit the two PATCH requests for the long text updates in the same changeset.

Regards,

Ryan Crosby