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

refreshing alv container

Former Member
0 Likes
500

I have editable alv container in a module pool which runs through transaction code.the problem is each time the editabale alv is displayed the old values remain....How can i refresh my alv container?

I have editable alv container in a module pool which runs through transaction code.the problem is each time the editabale alv is displayed the old values remain....How can i refresh my alv container?

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi ,

Use

CALL METHOD cl_gui_cfw=>flush.

Regards,

Nandha

Read only

0 Likes
470

Hi Priya,

you can try with --

CALL METHOD grid->refresh_table_display.

CLEAR: gh_index.

Thanks,

Venkat