cancel
Showing results for 
Search instead for 
Did you mean: 

How to Validate an input field by using the values in drop down??

Former Member
0 Kudos

Hello abap gurus:

I am creating a webdynpro abap screen in which i have a input field which is having drop down and user can enter any value with out using drop down.

So is there any way to validate the entered value after user entering the value and hitting enter button.

Thanks,

Ratna.

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

Wt is the dropdrown type you are using is it Dropdown by key or dropdown by index.

if it is dropdown by key then automatically when you fire an event it will try to check the value entered with tthe values present

in the value set.

thanks

sarbjeet