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

ALV Grid does not refresh

Former Member
0 Likes
400

Hi everybody,

I use an ALV Grid on a Dynpro screen, go on to other screens and later jump back to the first screen. When jumping back I clear all reference variables to the ALV Grid, container and internal table. I build everything up from scratch again and even call Refresh_Table_Display again. Strangely enough, I still see old data in the "new" ALV grid on the screen (including marked checkboxes) - although I can see in the debugger that the internal table holds the correct updated data. The only help is pushing the "Refresh" button of the ALV grid. As this may confuse users, I am looking for a better solution - does anyone have a hint for me?

Thanks a lot,

Ringo

1 REPLY 1
Read only

Former Member
0 Likes
327

Done - It works if I do _not_ clear the reference variables, but do re-use the old grid and refresh it.