2007 May 10 10:08 AM
Hi,
I am using 5 performs in start-of-selection.My requirement is such that when any validation inside any 1 perform fails, the remaining performs will not get executed and I have to exit the start-of-selection event and go to end-of-selection.
I used exit command in the performs but it is not working.It still goes to the next perform.
Please help.
Thanks,
Sandeep.
Hi,
I am using 5 performs in start-of-selection.My requirement is such that when any validation inside any 1 perform fails, the remaining performs will not get executed and I have to exit the start-of-selection event and go to end-of-selection.
I used exit command in the performs but it is not working.It still goes to the next perform.
Please help.
Thanks,
Sandeep.
2007 May 10 10:09 AM
2007 May 10 10:10 AM
Hi,
or else u can also set flag after every perform and depending on that u can continue.
Regards
Nilesh
2007 May 10 10:11 AM
Hi,
Use STOP it will work...
<b>Info :</b>
This statement terminates a processing block in an excutable
program.
The statement is only intended for use in the INITIALIZATION,
AT SELECTION-SCREEN, START-OF-SELECTION, and GET events. It
terminates the current processing block in an executable
program and triggers the END-OF-SELECTION event. In all other
processing blocks, or when you do not want to trigger the
END-OF-SELECTION event, you must use EXIT.
-
patil
2007 May 10 10:48 AM
Hi Sandeep,
Use STOP, It will directly takes you to END-OF-SELECTION.
Reward point to all answers.
Regards,
SaiRam