cancel
Showing results for 
Search instead for 
Did you mean: 

Change PROD Order Quantity from MII

Former Member
0 Kudos
257

Hi Experts

I am trying to update the Production order quantity from MII transaction using BAPI_PRODORD_CHANGE. I am passing below input paramter:

1) /BAPI_PRODORD_CHANGE_/INPUT/NUMBER== Order number

2) /BAPI_PRODORD_CHANGE_/INPUT/ORDERDATA/QUANTITY==New quantity

upon checking the response of BAPI it shows me new quantity, however its not getting updated in ECC order (CO03)

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185280
Active Contributor
0 Kudos

According to the documentation you have to mark the field you want to change in the ORDERDATAX with an X. I would recommend taking another look at the function module documentation as well as the individual parameter docs. It looks like this bapi has some odd commit work requirements as well as error handling limitations.

Regards,
Christian