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 using splitter flush problem

manubhutani
Active Contributor
0 Likes
318

Hi

I am using ALV splitter (having two alvs on same screen).

But the values are not getting flush, getting the same alv values, even after coming back to the same alv screen with new values.

Can anyone please tell me which objects i need to set_focus and which to free.

Thanks

Manu

1 REPLY 1
Read only

Former Member
0 Likes
283

Hi,

U need to use public method REFRESH_TABLE_DISPLAY in CL_GUI_ALV_GRID ....

Amitava