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: 

MIGO BDC not working

Former Member
0 Kudos

I have created one RFC Function in that i have called the MIGO BDC.

When i execute the RFC in SAP with the parametres the MIGO BDC works perfectly.

But when i call the RFC through Legacy System with the same data it is not working.

Can you pls. let me know if something has to be done, so that the BDC will also works from Legacy?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

BDC isn't recommended for MIGO.

You should use BAPI_GOODSMVMT_CREATE for MIGO in background.

4 REPLIES 4

Former Member
0 Kudos

BDC isn't recommended for MIGO.

You should use BAPI_GOODSMVMT_CREATE for MIGO in background.

0 Kudos

I am also using the same BAPI BAPI_GOODSMVMT_CREATE , but the Print via ourput control is not checked throgh this BAPI, that is why i have called the BDC to check the check box.

Is there any way to check the Check Box.

0 Kudos

go for mb01 instead of migo.

or else.

check the last two posts in this source

Former Member
0 Kudos

and There is bapi that you can use instead of using a bdc on MIGO.check out bapi -> INCOMINGINVOICE.