|
MIGO - Passing Parameter ID for PO |
|
|
|
|
Written by Pavan Rachamalla
|
|
Sunday, 21 January 2007 |
You can't do a set parameter id for the MIGO transaction like you can with VA02 for example. Instead you need to use the following function modules:
1. SUBMIT MB_CALL_MIGO_DIALOG WITH I_ACTION = 'A01' WITH I_REFDOC = 'R01' WITH I_EBELN = w_po AND RETURN. 2. CALL FUNCTION 'MIGO_DIALOG' EXPORTING I_ACTION = 'A01' I_REFDOC = 'R01' I_EBELN = w_pono EXCEPTIONS ILLEGAL_COMBINATION = 1 OTHERS = 2 |