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

validations against a domain

Former Member
0 Likes
586

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.

3 REPLIES 3
Read only

Former Member
0 Likes
555

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

Read only

Former Member
0 Likes
555

CHECK_DOMAIN_VALUES is the FM that can directly be used to check the values are in the domain or not.

THank you

Read only

Former Member
0 Likes
555

Hi,

Yes .. you found better FM

Regards,

Ferry Lianto