‎2010 Aug 30 3:45 PM
I have created an OOPs ALV using multiple containers. On double clicking in one container, data gets updated in other three containers. Now when i am clicking on BACK buttton, it is showing a blank screen, the no. of times i trigger the double click event. << Removed >>
Edited by: Rob Burbank on Aug 30, 2010 10:51 AM
‎2010 Aug 30 3:49 PM
what is your code at "back" button.
Leave to screen 0 or leave program ?
‎2010 Aug 31 11:03 AM
I am using LEAVE TO SCREEN 0, after freeingall the alv grids and containers.
‎2010 Aug 31 2:19 PM
Hi,
Try Like this..
case Sy-ucomm.
When 'back'.
perform free_objects.
set screen '0'.
leave screen
endcase.
in the form Free_objects, Free all the container using Free Method..
Hope this will help you.
Regards,
Kiran