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

Batch input transaction MIGO

Former Member
0 Likes
1,571

Hi,

I want to call transaction MIGO twice in a report using batch input:

once with Goods Receipt acition(A01) AND

once with Goods issue action(A07).

My problem is that MIGO remebers the last MIGO transaction and does not accept new batch input fields for antother action.

Does anyone know how to refresh the MIGO memory or something?

Best Regards

Anne M Johannessen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
960

Try with the code b4 batch input is called.

Delete from Esdus where uname = sy-uname.

This will delete the user settings for that user.

Tharani

4 REPLIES 4
Read only

Former Member
0 Likes
960

Dear,

MIGO is enjoy sap transaction. So please don't use it for batch input or recording. Instead use BAPI or other function module to achive ur purpose.

Regards,

Vikas Madaan

Read only

Former Member
0 Likes
961

Try with the code b4 batch input is called.

Delete from Esdus where uname = sy-uname.

This will delete the user settings for that user.

Tharani

Read only

christian_wohlfahrt
Active Contributor
0 Likes
960

Hi!

MIGO (as an enjoy-transaction) can't be used with call transaction.

Use BAPI_GOODSMVT_CREATE instead.

Regards,

Christian

Read only

Former Member
0 Likes
960

Hi,

use this bapi BAPI_GOODSMVT_CREATE instead of batch input.

thanks

vijay