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

Call select screen from dynpro screen

k_gjergja
Participant
0 Likes
608

Hi ,

I have question abot flow control. i have raport with selection screen and one aditional screen to present data in alv OO grid .

When the lits is displayed and user hits the Back button  the statement leave program is executed in PAI module of the same screen

Ineed to change that and when user click on bthe back I want to display first ( selection screen) .

I did try with call selection-screen ,  leave list-processing ...  the result is the error message sayinf that selection screen was nat called with statement

call selection-screen. But when I add the line " call selection screen" at PAI ( back)  i have sintax error - the field "selection is unknown.

please  advice

Chris

1 ACCEPTED SOLUTION
Read only

k_gjergja
Participant
0 Likes
566

set screen

2 REPLIES 2
Read only

k_gjergja
Participant
0 Likes
567

set screen

Read only

RaymondGiuseppi
Active Contributor
0 Likes
566

I suppose you called LEAVE TO SCREEN 0. or SET SCREEN 0. LEAVE SCREEN.

Regards,

Raymond