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: 

How to use SETS

Former Member
0 Kudos

Hello experts,

I have never used sets in ABAP ... And now i have an urg-ent requirement to use create one and use...

Please suggest me with some good e-learning material or link regarding SETS in ABAP..

Thanks,

raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hey,

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

Regards,

Midhun Abraham

2 REPLIES 2

Former Member
0 Kudos

hey,

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

Regards,

Midhun Abraham

0 Kudos

Thanks for the response...

But as I said i need to learn from the basics...

My requirement is to create a SET, populate it and then use its content in a report program...

i need to populate the email ids in the set....