Hi All,
I face the following problems in the program which has a selection screen and a normal screen.
1. when the input is given in a selection screen and executed, it calls another normal screen where it displays the output in a container. If I click on Back in output screen, to go back to selection screen, I have added the code 'call selection-screen 1000' in the PAI event of the normal screen. After going back to selection screen, if I execute again, it does not go to start-of-selection, instead the control goes to the line after 'call selection-screen 1000'. To solve this, I have called the same subroutine (which is under 'Start-of-selection') after the statement 'call selection-screen 1000'. Please suggest if there is any other method to achieve this.
2. And, by doing so, I am able to go back to selection screen and execute from there. But,if I click on 'Back' from selection screen, instead of exiting from the program, it displays the output screen again. Here, the control does not go even to PAI of the selection screen, instead it goes directly to PBO of the output screen. Here, how to go back (exit) from selection screen?
Please help me with the solution. Thanks in advance.
Regards
Vidhya