‎2008 Feb 06 6:57 AM
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..
‎2008 Feb 06 9:01 AM
Hi
please use refresh_table_display method of ALV grid class .
call method g_grid=>refresh_table_dsiplay
rewards points if helpful
‎2008 Feb 06 3:33 PM
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
‎2008 May 02 12:09 PM
hi ,
Check this standard program
BCALV_GRID_03
Reward Points if usefull
Regards
Fareedas