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

User Roles

Former Member
0 Likes
767

Hi,

Please let us know how can i find the roles assigned to the user.

Function module or Database table any thing is fine.

Thanks,

7 REPLIES 7
Read only

Former Member
0 Likes
731

HI,

goto transaction PFCG

Thanks

vivekanand

Read only

former_member189059
Active Contributor
0 Likes
731

Go to transaction SU01

select the user and click on the dislay button

go to the 'Roles' tab

Read only

Former Member
0 Likes
731

Hi,

1.Go to PFCG Transaction

2.AGR_USERS, AGR_USERT

Reward if useful!

Read only

Former Member
0 Likes
731

Hi,

I think you can use the WP3R transaction.

For more info, Check:

http://help.sap.com/saphelp_nw04s/helpdata/en/c1/db3fb4fd3111d5997a00508b6b8b11/frameset.htm

Award if useful,

Ankur

Read only

Former Member
0 Likes
731

Hello Rams,

You can

create User roles in TCode SU01,

Change User Roles in TCode Su02,

Display User Roes in TCode Su03.

Reward If Useful.

Regards

--

Sasidhar Reddy Matli.

Read only

0 Likes
731

Thanks all for replies,

I need to retrive roles of User, Can any body suggest function module or database table to use.

Thanks.

Read only

0 Likes
731

The table where you find the data is already mentioned in a previous reply : AGR_USERS .

You can use function module BAPI_USER_GET_DETAIL to get the roles of a user ( and BAPI_USER_ACTGROUPS_ASSIGN to assign roles ).