Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Poll

What area of ABAP are you interested in?
 
Home arrow Tips and Tricks arrow ABAP Reports arrow MIGO - Passing Parameter ID for PO
MIGO - Passing Parameter ID for PO PDF Print E-mail
User Rating: / 1
PoorBest 
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
 
< Prev   Next >

Google Search

Statistics

Contribution Activity
Utilities: 41
Tips and Tricks: 362
Sample Code: 174
Total Contributions: 592

Member Activity
Members: 6795 since 2/1/2007!
New: 2 since yesterday!
Visitors: 2163949
We have 2 guests online

Newest Members

Welcome our newest members:

Google Ads