Application Development 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: 

Return two first screen (pass 2 screens)

0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

Yes, it is possible to jump to the initial ALV

sathyags
Active Participant

It think, you could try.

SET SCREEN 0.
PERFORM <alv_display> .

0 Kudos

Could you help me please?

Sandra_Rossi
Active Contributor
0 Kudos

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.