cancel
Showing results for 
Search instead for 
Did you mean: 

Goods Movment reversal changing Purc, Order status

Former Member
0 Kudos

Hello All, here is our issue,

We have an external Warehouse system sending 101 and 102 Prod. Order movements to SAP. The problem is when using BAPI_GOODSMVT_CREATE the 101 NO_MORE_GR field is populated and thus the Prod. Order status changes to DELV, when the 102 does the same thing the NO_MORE_GR flag is ignored and the Prod. Order goes back into PRC status and thus we cannot do our nightly settlement.

So our question is, is there a way to do individual 102 movements when the NO_MORE_GR flag is correctly considered.

Thanks for any help ahead of time!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can consider implementing the logic to set the NO_MORE_GR flag value as the Delivery completion in purchase order using BADI "MB_DOCUMENT_BADI ".

You can also check with SAP if they can incorporate this functionality in the standard BAPI.

Best Regards

Vishnu