Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

migo + interactive report

Former Member
0 Likes
394

hi all

how can i open a migo display through my report

plz help with call transaction

thanx

points wil b rewarded.

2 REPLIES 2
Read only

Former Member
0 Likes
359

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

Read only

Former Member
0 Likes
359

Hi,

Let me be more specific .Use it this way.

call transaction 'MIGO'.

get parameter id 'BES' field lv_ebeln.

rewards as promised,

kavitha