‎2011 Nov 21 6:46 AM
Hi,
Could anybody please let me know if there is a standard Function Module that takes a Value and Domain name as an input and checks if the input value exists in the Fixed Values of the domain.
Thanks,
Shalabh
‎2011 Nov 21 7:00 AM
Hi,
you can use fm FM_DOMAINVALUE_CHECK. Pass parameter values for I_DOMNAME and I_DOMVALUE.
If the value is invalid, exception VALUE_NOT_ALLOWED will occur.
Regards,
Klaus
‎2011 Nov 21 7:00 AM
Hi,
you can use fm FM_DOMAINVALUE_CHECK. Pass parameter values for I_DOMNAME and I_DOMVALUE.
If the value is invalid, exception VALUE_NOT_ALLOWED will occur.
Regards,
Klaus
‎2011 Nov 21 7:02 AM
Hi,
Not aware that any standard function module available or not.
But you can write your own Z Function module to check the input values against the fixed values of a domain.
Rgs,
Lokesh