‎2009 Sep 10 4:48 AM
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!
‎2009 Sep 10 5:02 AM
You can get these values in F4 help.
you can do Validation on selection screen.
‎2009 Sep 10 5:11 AM
Hi
You dont need to validate the input, the system automatically takes care of it.
and ofcourse you get F4 help
Cheers
Ram
‎2009 Sep 10 5:17 AM
As I checked, system does not check the input automatically. I input an invalid value and hit F8 it still passes. Thanks!
‎2009 Sep 10 5:55 AM
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
‎2009 Sep 10 11:07 AM
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
‎2009 Sep 10 11:25 AM