‎2006 Jan 05 11:48 AM
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
‎2006 Jan 05 11:55 AM
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
‎2006 Jan 05 11:55 AM
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
‎2006 Jan 05 11:55 AM
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
‎2006 Jan 05 11:55 AM
Hi!
MIGO (as an enjoy-transaction) can't be used with call transaction.
Use BAPI_GOODSMVT_CREATE instead.
Regards,
Christian
‎2006 Jan 05 12:02 PM
Hi,
use this bapi BAPI_GOODSMVT_CREATE instead of batch input.
thanks
vijay