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

Refresh Screen

SG141
Active Participant
0 Likes
322

I am working on a ALV Report.... which has check boxes in it .

If the user selects/deselects the check boxes.... then those have to be modified and displayed again. I am able to modify the entries however having problem in refreshing the screen...

<b>The ALV is based on OOPS (Not Function Modules).

</b>Please let me know how to fix this one.

Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
301

Hi Karthik,

Since you are using OO ALV, it is easier to refresh the screen.

You can <b>free the container</b> by using an appropriate method available for ALV's.

This would solve your problem.

<b>Reward points if this helps,</b>

Kiran

Read only

former_member194669
Active Contributor
0 Likes
301

Hi,

Use the following method to refresh the grid in PBO


CALL METHOD g_grid->refresh_table_display

aRs