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 is useful for mb1b plnt to plnt mat transfer

Former Member
0 Kudos

Dear Experts,

i want to transfer material through mb1b movement type 301 following BAPI can i use following bapi or go for bdc program.

if bapi then how can i use this to transfer material from one plant to another plant. please suggest me

BAPI_GOODSMVT_CREATE

3 REPLIES 3

Former Member
0 Kudos

Hi Yogesh,

We are using that BAPI for transfer material with movement type 311.

Teresa

Former Member
0 Kudos

Hi,

Yes you can use this BAPI for goods movement between plants. Check the FM documentation for a better understanding on the Goods movement codes etc. What fields needs to be populated are also given in there.

Go to the below link for reference :

How To Goods Movements with BAPI - ERP SCM - SCN Wiki

Sample code BAPI_GOODSMVT_CREATE - ABAP Development - SCN Wiki

Hope this helps.

raymond_giuseppi
Active Contributor
0 Kudos

Read the BAPI documentation, as well as the already available document at scn,  how-to guide, code samples and discussions. There is also a FAQ OSS Note  520813 - FAQ: BAPIs for goods movements

Hint: look for GOODSMVT_CODE and MOVE_TYPE in documentation.

Regards,

Raymond