‎2007 Nov 29 6:36 AM
hi all
how can i open a migo display through my report
plz help with call transaction
thanx
points wil b rewarded.
‎2007 Nov 29 6:48 AM
Hi ,
CALL TRANSACTION 'MIGO' { [AND SKIP FIRST SCREEN]
| [USING bdc_tab [bdc_options]] }.
andthen u need to use
GET PARAMETER ID pid FIELD dobj.
regards,
kavitha
‎2007 Nov 29 6:59 AM
Hi,
Let me be more specific .Use it this way.
call transaction 'MIGO'.
get parameter id 'BES' field lv_ebeln.
rewards as promised,
kavitha