‎2009 Jun 19 2:48 PM
i am having interactive ooalv . if i click on the field it shows another screen.
now i want to have further details on the subscreen or popup.
for example i have sales order numbers in the initial screen ouptut , then if i click on that it should display a pop up or sub screen showing the item details without leaving the earlier screen.
is there any demo program for this please tell or there any methods to do .
‎2009 Jun 19 2:52 PM
Hi,
generally you use to call the normal ALV report when ever you double click ..so try to avoid that
and use the below logic..
fetch the data by catching the data from user-command..and do the following..
call the Function module REUSE_ALV_POPUP_TO_SELECT(pass paramaters same as alv)to show another screen
with out leaving the earlier screen..
Regards,
Prabhudas
‎2009 Jun 19 2:55 PM
HI,
Check the program 'BCALV_TEST_GRID_EVENTS' and 'BCALV_TEST_GRID_ONPOPUP'
In the double click event you can call one more screen as a pop up screen and display your new ALV.
Regards,
Ankur Parab
‎2009 Jun 22 6:33 PM
HI,,
this program is not availabe . please give alternative one
'BCALV_TEST_GRID_ONPOPUP'