Application Development 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: 

can we do validation in START-OF-SELECTION event?

Former Member
0 Kudos

Hi All,

I got a thought can we do validation in START-OF-SELECTION event?

I know we can do validations in AT SELECTION-SCREEN but can we do the same in start of selection?

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Yes you can do , the problem is you have to code to skip the other events in the prorgram ( like end of selection ) .

Former Member
0 Kudos

Yes we can do validation in START-OF-SELECTION event..

former_member585060
Active Contributor
0 Kudos

You can do validations in Start-of-Selection also,

At Selection-screen is used for Selection screen validations, i e the Input we give, so that it will not allow to process further and give a valid input. If you give validations in Start-of-Selection event, it will through error message and not return to Selection screen.