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

field validation

Former Member
0 Likes
301

how do u set field validation on selection screen.

1 REPLY 1
Read only

Former Member
0 Likes
284

hi! Nagaraju

AT SELECTION-SCREEN ON <variable name>

select * ....

if sy-subrc <> 0.

message ................

endif.

Reward me if its useful.

Regards,

Nagulan