Application Development 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: 

Sets - GS01, using them in a program

Former Member
0 Kudos

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

naimesh_patel
Active Contributor
0 Kudos

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

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

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

Regards,

Naimesh Patel

0 Kudos

Naimesh, thank you very much for that quick solution!

Regards,

Davis