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 data doesn't refresh

Former Member
0 Likes
592

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&regards,

Jirka

3 REPLIES 3
Read only

Former Member
0 Likes
510

Try to call method CHECK_CHANGED_DATA before calling REFRESH_TABLE_DISPLAY.

Hope this will solve your problem.

Read only

Former Member
0 Likes
510

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

Read only

Former Member
0 Likes
510

hi jin,

look at this thread my reply

Regards,

Gaurav.