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: 

Inbound delivery and BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi experts,

If I know PO#, I can call BAPI_GOODSMVT_CREATE to post GR.

Now I know inbound delivery only, how to call BAPI_GOODSMVT_CREATE?

Thanks in advance!

1 ACCEPTED SOLUTION

former_member226234
Contributor
0 Kudos

The Function Module Documentation describes accurately what fields are required to be populated when the PO is unknown.

4 REPLIES 4

former_member226234
Contributor
0 Kudos

The Function Module Documentation describes accurately what fields are required to be populated when the PO is unknown.

0 Kudos

Thanks.

How to get all items infomation by inbound delivery?

0 Kudos

Extract the Inbounde delivery Item information from Table "LIPS" and Header information from "LIKP"

Regards

Vinod

0 Kudos

Hello Vinod

I have the same kind of requirement, for me i am having PO number and i need to get the inbound delivery number from SAP for that PO and substitute the PO number with that inbound delivery document number and create a IDOC. i have copied the FM into 'ZIDOC_INPUT_MBGMCR' and wrote a code to get the inbound delivery document number and done the mapping to the item segment PO field also. IDOC is geting created but that PO number only is displaying in the IDOC, so please suggest me how to change the PO field value in the idoc segments and create a idoc.

Regards

Sree