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

Reg...Interactive ALV using double click

Former Member
0 Likes
446

i have generated a ALV using OO approach, when i double click on the basic list for the first time it is displaying the corresponding interactive list correctly.

But when i go back again to basic list ,and click on the other record it is displaying the old interactive list only .. but not the one corresponding to the basic list record which is clicked.

can anyone help me ...

answers will be rewarded..

3 REPLIES 3
Read only

Former Member
0 Likes
428

Hi

please use refresh_table_display method of ALV grid class .

call method g_grid=>refresh_table_dsiplay

rewards points if helpful

Read only

Former Member
0 Likes
428

Hi Kumar,

Once you click on BACK button call the method 'REFRESH_TABLE_DISPLAY' in the user command section.

EX:

Case sy-ucomm.

WHEN 'BACK'

CALL METHOD LV_ALVGRID->REFRESH_TABLE_DISPLAY.

Thanks,

Anil

Please reward if helpful

Read only

Former Member
0 Likes
428

hi ,

Check this standard program

BCALV_GRID_03

Reward Points if usefull

Regards

Fareedas