2017 Nov 17 1:42 PM
I want to developt the following logic:
With LEAVE TO SCREEN 0 I can't pass direct to DISPLAY ALV. It is possible?
Thank you.
2017 Nov 17 2:29 PM
2017 Nov 17 2:39 PM
It think, you could try.
SET SCREEN 0.
PERFORM <alv_display> .
2017 Nov 17 3:38 PM
2017 Nov 17 8:40 PM
So, you first set a "LEAVE_ALV" global variable = 'X' and you leave the screen 300 (LEAVE TO SCREEN 0 or SET SCREEN 0, up to you), and that returns after CALL SCREEN 300. If LEAVE_ALV is 'X' then you leave the ALV.