‎2007 Aug 31 7:52 AM
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,
‎2007 Aug 31 7:55 AM
‎2007 Aug 31 7:56 AM
Go to transaction SU01
select the user and click on the dislay button
go to the 'Roles' tab
‎2007 Aug 31 7:57 AM
Hi,
1.Go to PFCG Transaction
2.AGR_USERS, AGR_USERT
Reward if useful!
‎2007 Aug 31 7:59 AM
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
‎2007 Aug 31 8:02 AM
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.
‎2007 Aug 31 8:24 AM
Thanks all for replies,
I need to retrive roles of User, Can any body suggest function module or database table to use.
Thanks.
‎2007 Aug 31 8:48 AM
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 ).