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 Authorizations

Former Member
0 Likes
1,200

Hello Friends,

I have to fetch users who have access to critical tcodes. For this i have to check Tcode, authorization object and Authorization field value.

Can any body let me know how to fetch USER name ? That means i have to show username, tcode, Authorization field value in the output.

Thanks in Advance

Ajay

11 REPLIES 11
Read only

Former Member
0 Likes
1,151

Did you check RSUSR200,- RSUSR009 tables?

Read only

GauthamV
Active Contributor
0 Likes
1,151

hi,

use these tables.

TOBJ

USR04

USR10

USR12.

also check this report RSUSR002.

Read only

Former Member
Read only

Former Member
0 Likes
1,151

Use BAPI_USER_GET_DETAIL

Read only

Former Member
0 Likes
1,150

UST04----user master.

fetch the auth profile from UST04 by passing the username...

ust12--User master: Authorizations..

pass the autho profile value to OBJCT of usr12 and get all details there......

Read only

0 Likes
1,150

Hello Palani,

OBJCT is different and Profile is different. Please suggest me like this, explaining the process clearly.

Read only

0 Likes
1,150

sorry

UST04----user master.

fetch the auth profile from UST04 by passing the username...

UST10S -


> User master: Single profiles

pass the autho profile value to PROFN of usr12 and get

OBJCT Authorization Object

AUTH Authorization name in user master maintenance

USR12------>USER AUTHO

pass OBJCT Authorization Object

AUTH Authorization name in user master maintenance and get details

Edited by: shan palani on Dec 16, 2008 3:17 PM

Read only

Former Member
0 Likes
1,150

Thanks for all the replies.

Still problem is not solved

Thanks,

Ajay

Read only

Former Member
0 Likes
1,150

I m using fetching profile and based on that i m taking Username from UST04. But i found the same profile assigned to number of users.

what is the solution for this.

Thanks in advance

Ajay

Read only

0 Likes
1,150

Hi Dear,

Check BAPI_USER_GET_DETAIL for User Name.

Regards,

Piyush

Read only

0 Likes
1,150

Hi,

This FM may not work for me.

What i need is i have Authorization obect and Authorization field value and Tcode on selection screen.

Based on these three program has to look for user name . My problem is how to fetch the user name.

Please suggest

Regards,

Ajay