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

Fixed value question

Former Member
0 Likes
729

Hi Experts,

I have a domain with three fixed values: A, B , C. Based on this domain I have a data element.

On the screen I have a field which is based on that data element.

Is that possible to check the value of that screen field based on fixed values after user inputs invalid values automatically?

Thanks!

6 REPLIES 6
Read only

Former Member
0 Likes
674

You can get these values in F4 help.

you can do Validation on selection screen.

Read only

Former Member
0 Likes
674

Hi

You dont need to validate the input, the system automatically takes care of it.

and ofcourse you get F4 help

Cheers

Ram

Read only

0 Likes
674

As I checked, system does not check the input automatically. I input an invalid value and hit F8 it still passes. Thanks!

Read only

0 Likes
674

It is surprising for me also because I also thought system will check the fixed value automatically.

Since this is not happening in your case. So you can read the domain value by using the fm

GET_DOMAIN_VALUES or DD_DOMVALUES_GET and check with your screen entry with that.

Hope it may help you

Regards

Shiba

Read only

0 Likes
674

Hi Anthony,

I was also facing same problem. If we only attach fixed values to the domain, and we have not attached any value table for that, then it will not do any validation automatically. If we attach value table with fixed values, then it will do validations automatically.

I think this will resolve your problem.

Thanks,

Avinash

Read only

Former Member
0 Likes
674

Thank you all for your helps!