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: 

HELP MM goods movement!

Former Member
0 Kudos

hi,all:

how to make goods receipt for inbound delivery? is any functions or bapis to do it(or other ways)?thanks

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

BAPI_GOODS_MVT_CREATE

aRs

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Hi,

BAPI_GOODS_MVT_CREATE

aRs

Former Member
0 Kudos

Use which GOODSMVT_CODE?

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this.

GMCODE Table T158G:

01 - MB01 - Goods Receipts for Purchase Order

02 - MB31 - Goods Receipts for Prod Order

03 - MB1A - Goods Issue

04 - MB1B - Transfer Posting

05 - MB1C - Enter Other Goods Receipt

06 - MB11

For sample codes, please check this link.

http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm

Regards,

Ferry Lianto

Please reward points if helpful.

former_member194669
Active Contributor
0 Kudos

Hi,

The GOODSMVT_CODE import parameter is relevant for the print version. The transaction code is derived from this code (see table T158G, for example, code 04 stands for MB1B). The BAPI uses the print version that is assigned to this transaction for the goods receipt/goods issue document. This is customized in transaction OMBR. Check your Customizing and make ensure that you have assigned a print version to this transaction and that a conditional output record exists.

aRs