cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM : Change order status through RFC.

Former Member
0 Kudos

I am trying to change order status from item ordered to item inducted through RFC.

Passing order id and line item as input parameter of RFC and using CRM_ORDER_MAINTAIN for changing status.

CRM_ORDER_SAVE and BAPI_TRANSACTION_COMMIT to save and commit the changes.

RFC is working fine and changing status if passing only one order at a time but getting error if passing multiple order in Loop.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

spencer_liang
Active Contributor
0 Kudos

You may try to input all the GUID in ct_orderadm_h or ct_orderadm_i without using loop.

crm_order_maintain supports processing multiple orders within one call.