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

Basic Set GS02

Former Member
0 Likes
1,085

Hi

Do any one knew about "GS02" transaction. It is basically a Basic set which consists of certain values created by users.

Now i want to check a condition based on this Basic Set. So as per now i want to know how exactly we need to declare this in the program.

Thanks

Arun Kumar.S

2 REPLIES 2
Read only

Former Member
0 Likes
999

u have to make use of SETNODE , SETLEAF to get values of set ID.

then u can use FM

<b>G_SET_FETCH and see its documentation.</b>

Regards

Prabhu

Read only

0 Likes
999

Hi Prabhu,

Thanks a lot!!!

Could you please let me know what exactly this SETNODE and SETLEAF are and also suppose i have a basic set "countries".

now i want to check it with table field for ex: adrc-country.

so hw can i check tht table-field values with this basic set?

Thanks