2007 Oct 18 7:12 PM
Hi , I have a domain with a set of possible entries.
Now I am populating an internal table form what there is in a text file. After I have the values in the internal table I want to validate them agianst the possible values in the domain , How can I achieve this.
Hi , I have a domain with a set of possible entries.
Now I am populating an internal table form what there is in a text file. After I have the values in the internal table I want to validate them agianst the possible values in the domain , How can I achieve this.
2007 Oct 18 7:17 PM
Hi,
You can use FM GET_DOMAIN_VALUES to get domain values.
Then use the output result againts your internal table for validation value.
Regards,
Ferry Lianto
2007 Oct 18 7:27 PM
CHECK_DOMAIN_VALUES is the FM that can directly be used to check the values are in the domain or not.
THank you
2007 Oct 18 7:30 PM