hi all,
I was using modify screen in my program to change some fields in at selection-screen.
when my program flow encounters any error in the code then it has to stop execution and display the selection screen content.
without using the "EXIT" statement is there any way to do that.
i even tried "LEAVE TO SCREEN 0" but it doesint worked.