2012 May 10 11:03 PM
Hi Experts,
I am trying to call transaction MIGO with PO number. I am using below code for it. But it is calling MIGO transaction with parameters values.
PARAMETERS p_ebeln type ekko-ebeln.
SET PARAMETER ID: 'BES' FIELD p_ebeln,
'BEP' FIELD '00010'.
CALL TRANSACTION 'MIGO'.
what is the wrong in the above code?
Thanks in advance.
Regards,
Suresh.
2012 May 11 5:09 AM
Hi Suresh ,
You can not use in a simple way like this for this transaction.Try to use
1. SUBMIT MB_CALL_MIGO_DIALOG ,2. CALL FUNCTION 'MIGO_DIALOG'
Regards,
Madhu.
2012 May 11 5:07 AM
HI,
http://scn.sap.com/thread/651112 i hope this link wii help to you.
or
http://scn.sap.com/thread/710645
http://scn.sap.com/thread/1464781
http://scn.sap.com/thread/1361863
Regards
Mahesh
2012 May 11 5:09 AM
Hi Suresh ,
You can not use in a simple way like this for this transaction.Try to use
1. SUBMIT MB_CALL_MIGO_DIALOG ,2. CALL FUNCTION 'MIGO_DIALOG'
Regards,
Madhu.
2012 May 11 5:43 PM