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: 

validations on selection screen

Former Member
0 Kudos

on the selection screen i should provide validations on some fields.for example if invalid position is entered in the position field, a warning message that 'invalid position' should be displayed.i used the event AT SELECTION SCREEN ON FIELDNAME.it was working but after the warning message is displayed all the fields except position field becomes uneditable or output only.so iam not able to enter the values in rest of the fields.can i use chain and endchain statement here or is there some other way.please provide some sample code.

thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi Murthy,

That is the standard behaviour.

Why don't you use an information message / success message in your case ?

Regards,

Anand Mandalika.

0 Kudos

Also refer to this link in the documentation.

http://help.sap.com/saphelp_nw04/helpdata/en/91/dec863880411d194cb0000e8353423/content.htm

Regards,

Anand Mandalika.