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

Read users from User group

Former Member
0 Likes
681

Hi ,

We have a user group . In which we maintained some users

In Tcode SU01 ->Environment ->User groups->Maintain

Now i have to read users related of a particular usergroup in program . Please tell me if any function module available

3 REPLIES 3
Read only

former_member182371
Active Contributor
0 Likes
570

Hi,

try with fm SUSR_USERGROUP_READ.

Best regards.

Read only

Former Member
0 Likes
570

SUSR_USER_GROUP_USERS_GET

Read only

Former Member
0 Likes
570

SUSR_USER_GROUP_USERS_GET is the correct one .Thank u