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: 

BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi SAP Gurus,

In bapi BAPI_GOODSMVT_CREATE what is GOODSMVT_CODE field.

Is it is 03 for goods issue.

Is there is any field in this bapi to pass material slip no.

Thanks,

Krishna

7 REPLIES 7

Former Member
0 Kudos

Check whether this sample program is of any help..

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

Former Member
0 Kudos

yes

goodsmvt_code = 03. "goods mmvt goods issue

goodsmvt_code = 05. "goods mmvt other good receipt

GOODSMVT_HEADER-GR_GI_SLIP_NO is the Goods Receipt/Issue Slip Number.

Is that one u r looking for?

Rhea.

0 Kudos

For GOODSMVT_CODE you can below codes for respective transaction

01 - MB01

02 - MB31

03 - MB1A

04 - MB1B

05 - MB1C

06 - MB11

07 - MB04

Hope this will resolve your problem.

0 Kudos

HI Yesilaesh,

Thanks great info, helped me to fix the issue.

kannan

Former Member
0 Kudos

Hi,

I got from BAPI documentation, I was correct 03 for 'goods issue'

Can we pass material slip no in BAPI ?

Thanks,

Krishna..

0 Kudos

Yes, you can pass Goods Receipt/Issue Slip Number in GOODSMVT_HEADER-GR_GI_SLIP_NO.

Former Member
0 Kudos

Every thing is written in the document of BAPI.