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

alv subscreen

Former Member
0 Likes
526

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 .

3 REPLIES 3
Read only

Former Member
0 Likes
484

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

Read only

Former Member
0 Likes
484

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

Read only

0 Likes
484

HI,,

this program is not availabe . please give alternative one

'BCALV_TEST_GRID_ONPOPUP'