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

Back button coding in OOPs ALV

Former Member
0 Likes
476

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

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
381

what is your code at "back" button.

Leave to screen 0 or leave program ?

Read only

0 Likes
381

I am using LEAVE TO SCREEN 0, after freeingall the alv grids and containers.

Read only

Former Member
0 Likes
381

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