Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi All,

Am using BAPI_GOODSMVT_CREATE to post goods receipt. After posting goods, Each line item of Purchasing order should be removed from MD04 transaction.

Here in my program, when ctrl comes out of that BAPI_GOODSMVT_CREATE ,after commit work ...only first line item of purchasing order is removed ...

All other line items remaining same and they are showing as not delivered even though delivery is completed.

Please help me if you have any idea about this?

Shruthi.....

1 REPLY 1

sunil_kokane2
Explorer
0 Kudos

Check whether your are properly appending intries in FM interface table GOODSMVT_ITEM and also each line has proper reference to PO item number (PO_NUMBER and PO_ITEM)