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

Exiting events.

Former Member
0 Likes
672

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.

4 REPLIES 4
Read only

hymavathi_oruganti
Active Contributor
0 Likes
651

<b>STOP</b> will solve ur problem

Read only

Former Member
0 Likes
651

Hi,

or else u can also set flag after every perform and depending on that u can continue.

Regards

Nilesh

Read only

santhosh_patil
Contributor
0 Likes
651

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

Read only

former_member196280
Active Contributor
0 Likes
651

Hi Sandeep,

Use STOP, It will directly takes you to END-OF-SELECTION.

Reward point to all answers.

Regards,

SaiRam