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

reg:custom container

Former Member
0 Likes
275

hi gurus,

i have created an alv using custom conatiner,but when i press back button the contents remain unchanged...

how to clear the the contents in the custom container as well as the container.......

plz help...

regards,

balaji.s

1 REPLY 1
Read only

Hannes_Kerber
Product and Topic Expert
Product and Topic Expert
0 Likes
260

If I understand you correctly, you want to destruct those two objects.

You can simply manage that by calling the method "FREE" for each of these objects.

CALL METHOD name_of_reference->free.

If this is not what you meant, please explain your problem in more detail.

Hope this works.

Edited by: Hannes Kerber on Feb 15, 2008 11:24 AM