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

CL_SALV_TABLE method REFRESH has no effect

Former Member
0 Likes
481

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
323

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