Application Development and Automation 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: 
Read only

MIGO BDC

Former Member
0 Likes
2,236

Hi

I'm doing BDC on MIGO.

My problem is MIGO screen is remembering previous activity (i.e. GR-Order or GI-Order or GR-Purchase order) and it is not taking values from my BDC input. Values are alway defaults to previous MIGO transaction..

Can any one help me in this regard.?

Thanks a Lot..

Venkat.

8 REPLIES 8
Read only

Former Member
0 Likes
1,179

Hi ,

I think we can't use BDC for MIGO,MIRO,MR8M etc these transactions...

try to use the BAPI ...

BAPI_GOODSMVT_CREATE

check the Rich Heilman solution to solve your probelm...

regards,

Edited by: ram reddy on Jul 14, 2009 8:48 PM

Edited by: ram reddy on Jul 14, 2009 8:50 PM

Read only

Former Member
0 Likes
1,179

Hi,

BAPI_GOODSMVT_CREATE

check the Rich Heilman solution to solve your probelm...

regards,

Rama reddy

Read only

0 Likes
1,179

Here I am doing Goods Receipts -- Production Order

Goods Receipts -- Purchase Order

Goods Issue -- Production Order

Can I use BAPI for this case also..?

Read only

Former Member
0 Likes
1,179

solved by self

Read only

0 Likes
1,179

Hi Venkat,

i am also facing with similar problem, how did you solve yours. for my sake BDC is only one option i cannot use the Function modules of BAPI's

Regards,

Kumar M.

Read only

0 Likes
1,179

MIGO has table control (alv grid)in it. If you run BDC in back ground, that will cause the dumps. you have to use BAPI for that.

If you need code give me ur mail id , I'll email you.

Thanks,

Venkat

Read only

0 Likes
1,179

Hi Venkat,

I am also working on MIGO BDC for Transfer Posting and facing a similar issue, can you please provide me the code for reference and let me know how to resolve the issue.

I am unable to provide the email id here in forum as it raising an error. Please post the code here.

Thanks & Regards,

Rayan

Read only

0 Likes
1,179

Rayan,

Please use BAPI insted of BDC. I used BAPI and solved my problem.

reason for this problem is -- t-code MIGO consists of alv grid in it. if you call that bdc in back ground that will cause the fetal error. so try to avoid the MIGO bdc in back ground or use BAPI.

Thanks,

Venkat