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: 

Batch input transaction MIGO

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

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

Use BAPI_GOODSMVT_CREATE instead.

Regards,

Christian

former_member188685
Active Contributor
0 Kudos

Hi,

use this bapi BAPI_GOODSMVT_CREATE instead of batch input.

thanks

vijay