‎2008 Nov 08 11:45 AM
Hi all,
i need to stop the program flow control without entering into the start-of-selection.
i am using some manual conditions for validating some parameter fields...
i used Leave list-processing--->but it dosint works
call selection-screen 1000--->it works but when i click the back button the control goes inside the start-of-selection can any one help me with this....
‎2008 Nov 08 12:02 PM
‎2008 Nov 08 12:04 PM
HI,
in order to check your paramaters, before it enters into start-of-selection you can work using break-point and then run the program.
to know details of working on break-point you can type break-point and press F1 and you will get details of using it.
may be this can help you.
‎2008 Nov 08 12:06 PM
If you want to stop the program flow in case one condition is satisfied, you can use STOP or EXIT command. Else, if you want to stop the program and debug it just but BREAK command where ever you want to stop the program. Also, if you want to validate the program selection at the time of entering the selection before the start of selection, you need to add AT SELECTION-SCREEN event block before the start of selection.
‎2008 Nov 08 12:52 PM
give error message if parameters does not contain appropriate values in event at selection-screen.
‎2008 Nov 08 2:11 PM
Hi Vino,
You can use the Exit Satement. This will take you out from the program.
Thanks,
Chidanand