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
460

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
259

Yes, it is possible to jump to the initial ALV

Sathya_Gunasekaran
Active Participant
259

It think, you could try.

SET SCREEN 0.
PERFORM <alv_display> .

0 Kudos
259

Could you help me please?

Sandra_Rossi
Active Contributor
0 Kudos
259

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.