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

Make ALV list Interactive

Former Member
0 Likes
416

Hi Experts.

I am using split container for displaying 2 different alv list on single screen. I am using cl_gui_alv_grid for displaying alv grid. I need the first list as interactive. My problem is when user double clicks on first list it calls second list on same screen, after that if user again clicks on the first list.. the contains of the second list was not refreshed...

I am using handle_double_click for event double_click of cl_gui_alv_grid importing e_row e_column.

Can any one please tell me the solution for this..

2 REPLIES 2
Read only

Former Member
0 Likes
393

Hi ruchit,

Kindly check a demo program in your sap system.

rsdemo_docking_control

Regards,

Narendra

Read only

Former Member
0 Likes
393

Thank you