cancel
Showing results for 
Search instead for 
Did you mean: 

MIGO and BAPI

0 Kudos

Good day.

I'm looking for a BAPI to be used instead of the a transaction MIGO. The most appropriate that I now have, it BAPI_GOODSMVT_CREATE, but I am concerned codes list with transactions:

GMCODETCODE
01MB01
02MB31
03MB1A
04MB1B
05MB1C
06MB11
07MB04

I need to transfer posting and following the logic of BAPI I have to choose 04, but I do not need a transaction MB1B, I want to see that the transfer posting was completed transaction MIGO.

Help me please find the right BAPI.

Regards,

Marat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think BAPI_GOODSMVT_CREATE is the right one.

It will support both goods issue as well as goods receipt.

Try to use the MB11.

K.

0 Kudos

Hi Kevin,

I wanted to answer you with a link to a note 1804812, but before sending it decided to re-read this note, and that's what is written in the solution.

You can still use the MB transactions in the ERP 6.xx releases. However, it is advisable to replace them with transaction MIGO.

The BAPI "BAPI_GOODSMVT_CREATE" is provided as a replacement for background processing via batch input.

I guess I'm not very carefully read the text for the first time.

Thanks for the help.

Regards,

Marat.

jagdeepsingh83
Active Contributor
0 Kudos

Hi Kevin

Also read the documentation available in SAP System on BAPI in BAPI T-code. For FAQ- please read

520813 - FAQ: BAPIs for goods movements

Answers (1)

Answers (1)

0 Kudos

Thank you all for participating, I think I got the answer.