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

Multiple ALV with user interaction on same screen

Former Member
0 Likes
647

Hi folks,

Requirement is to have two ALVs on same screen. One contains total sale value at plant level. 2nd alv initially contains days wise sale at all the plants.

Now user wants If he clicks on one row of first ALV, then details of only that plant should appear on the second ALV. Dashboard kind of requirement.

I am able to achieve two ALV using 'CL_GUI_ALV_GRID' and 'CL_GUI_SPLITTER_CONTAINER' class but unable to achieve that user interaction. Though I tried achiving that using double_click event of 'CL_GUI_ALV_GRID' class. Control is coming to that method also but unable to clear the content of 2nd ALV.

Please guide.

Regards,

Pankaj

2 REPLIES 2
Read only

Former Member
0 Likes
548

Issue Resolved..

Used  below method :

if grid2 is not initial .

   call method grid2->refresh_table_display .  " for refreshing table content

   endif.

However I am not much clear about functionality of this method..

Regards,

Pankaj

Read only

0 Likes
548

Hi,

Get the book:

An Easy Reference for ALV Grid Control.pdf

From here

By

Regard.