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

FM or BAPI required to retrieve user list based on Auth Object

Former Member
0 Likes
1,728

Hi All,

We have a requirement in which we want to retrieve all the users who are assigned to a particular Security Authorzation Object. Please let me know if there is any standard FM module or BAPI for that. Currently we are using the logic from program RSUSR002.

Thanks

Siddarth

1 ACCEPTED SOLUTION
Read only

former_member209818
Active Contributor
0 Likes
1,058

SAP provides a std transaction SUIM. Check if you can get any help from this transactions. OR SAP stores the information in AGR* table. you can build the logic based on that

5 REPLIES 5
Read only

former_member209818
Active Contributor
0 Likes
1,059

SAP provides a std transaction SUIM. Check if you can get any help from this transactions. OR SAP stores the information in AGR* table. you can build the logic based on that

Read only

0 Likes
1,058

Hi Harshad,

That is true. We cna use SUIM tcode and it's program but problem is, it has logic for lots of other options as well which I don't want.

So if we have something specific then it will be great.

Thanks

Siddarth

Read only

0 Likes
1,058

Hi, Check the function module 'COM_WEC_GET_USERS_WITH_AUTH'.

Read only

0 Likes
1,058

Hi Siddarth,

You can use  SUSR_GET_USERS_WITH_SPEC_OBJCT

Thanks,

Puneet

Read only

Former Member
0 Likes
1,058

Thanks all but ued logic from RSUSR002 program and it iw working