‎2010 Oct 17 11:55 PM
Hello,
I have custom container and alv_grid.
I create both objects and display alv in modal window. When modal window close, I free both objects.
Then I add one row to internal table, which I'm displaying in alv, create object again and display. However, system display the same content and don't display new row in internal table. When I press standard button refresh, new row is displayed in ALV.
I tried to run methon refresh_table_display, but it doesn't help, only standard button refresh helps.
Could you pls advice me, what to do to be able to display correct data?
Thanks®ards,
Jirka
‎2010 Oct 18 12:54 AM
Try to call method CHECK_CHANGED_DATA before calling REFRESH_TABLE_DISPLAY.
Hope this will solve your problem.
‎2010 Oct 18 4:53 AM
Hi Jirka,
For the second time create the object for container and ALV with new names and try. I have not faced this kind of problem before, but I think this will solve your problem....
Regards,
Amitava
‎2010 Oct 18 5:16 AM