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

Problem with Custom Control in screen

Former Member
0 Likes
657

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 ?

1 REPLY 1
Read only

Former Member
0 Likes
409

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.

http://www.sourceveda.com/