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

Sets - GS01, using them in a program

Former Member
0 Likes
751

How can I use sets in a program? I need to check to see if a value is in a set. I found table GB903 but that only gives me the object ID. Where can I use that ID to get the ranges?

Regards,

Davis

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
667

You can use the FM G_SET_GET_ALL_VALUES to read all the nodes of the SET.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
668

You can use the FM G_SET_GET_ALL_VALUES to read all the nodes of the SET.

Regards,

Naimesh Patel

Read only

0 Likes
667

Naimesh, thank you very much for that quick solution!

Regards,

Davis