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

Solution needed: ALV GRID and POPUP

Former Member
0 Likes
995

hi all,

i have a requirement where i need to display the alv grid inside a popup window,

i know how to display a list using 'REUSE_ALV_POPUP_TO_SELECT', but how to use it to display ALV GRID, and that too without using OOPS !!

i saw a way in the program 'BCALV_GRID_AND_POPUP', but is there any other way to solve it,as it was using OOPS...

any other way.. any FM.. to help me out would be great??

thanks in advance

Rohan

Edited by: Rohan Malik on Jan 28, 2008 5:06 PM

hi all,

i have a requirement where i need to display the alv grid inside a popup window,

i know how to display a list using 'REUSE_ALV_POPUP_TO_SELECT', but how to use it to display ALV GRID, and that too without using OOPS !!

i saw a way in the program 'BCALV_GRID_AND_POPUP', but is there any other way to solve it,as it was using OOPS...

any other way.. any FM.. to help me out would be great??

thanks in advance

Rohan

Edited by: Rohan Malik on Jan 28, 2008 5:06 PM

3 REPLIES 3
Read only

Former Member
0 Likes
739

Hi,

Why don't you create a screen and call with limits and do the call to the alv FM in the pbo modules?

You can put the code to do the call in a button or something like that

Regards

Jaime

Read only

0 Likes
739

hi,

actually i have an alv grid on the first page, and double clikcing a field value WERKS will result in opening of another popup window with the alv grid of WERKS, description of plant , storage location and descritpion, but all this on &IC1 event of double click,

any reference code ??

Read only

Former Member
0 Likes
739

resolved... actuslly we can define a window inside 'RESUE_ALV_GRID_DISPLAY' to open a custom window by setting lines and column and alv grid will be shwn inside that custom window...