‎2007 Aug 11 12:26 AM
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.
‎2007 Aug 11 12:38 AM
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
‎2007 Aug 11 12:48 AM
Hi,
Use the following method to refresh the grid in PBO
CALL METHOD g_grid->refresh_table_display
aRs