‎2008 Feb 15 11:43 PM
Hi,
i have created custom control in my custom screen.
In custom control i m printing ALV grid.
Now i want to clear or refresh custom control using push-button .
i have tried to clear it but i m nt able to clear or refresh it.
is there anyother way to clear it ?
‎2008 Feb 16 12:35 PM
Hi,
In the push button command clear the custom container's instance, like: call the free method...
obj1->free.
then clear the instance like:
clear obj1. or refresh obj1.
Regards,
Renjith Michael.