‎2008 Jul 07 11:33 AM
Hi all,
I hava a screen 100 with a custom container with SALV.
I have registered the event ON DOUBLE CLICK to transfer data to the fields above the ALV.
To make the transfer from ALV to the fields work, I had to code a LEAVE SCREEN in the ON DOUBLE CLIKC method.
But now, the REFRESH method of SALV does not work any more. I added lines in the internalt table of the ALV, but the do not show up after REFRESH.
Has anybody an idea?
Regards
Markus
‎2008 Aug 28 1:20 PM
you don't have to call LEAVE SCREEN
as the data of SALV class is a reference to your own internal table, changes to one should be reflected to the other