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

Checking a value against a BC set

gastn_jareo
Active Participant
0 Likes
470

I have a BC set with different ranges of values, and I need to check if one particular value is included on the set. Are there any function to check that?

I was searching on forum posts and I've found some answers referring to some functions, but I don't understand the interface of any of these functions. So if you'll give a function list to do it please I'll appreciate a brief explanation of what the function need to work.

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Hi,

Check FM G_SET_FETCH. You have to pass set name and it will return a table containing ranges and values that are included in your set. Most likely you have to pass set name in the following format: 0000XXXX...XXX where XXXX...XXX stands for set name.

Hi,

Check FM G_SET_FETCH. You have to pass set name and it will return a table containing ranges and values that are included in your set. Most likely you have to pass set name in the following format: 0000XXXX...XXX where XXXX...XXX stands for set name.

1 REPLY 1
Read only

Former Member
0 Likes
443

Hi,

Check FM G_SET_FETCH. You have to pass set name and it will return a table containing ranges and values that are included in your set. Most likely you have to pass set name in the following format: 0000XXXX...XXX where XXXX...XXX stands for set name.