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

tables for user authorization

Former Member
0 Likes
32,897

Hi experts,

Is there any table for user authorization. that is when we enter in one user for ex) sap user ...what are all the transactions can we access in sap user....

is the detail present in any table....

Hi experts,

Is there any table for user authorization. that is when we enter in one user for ex) sap user ...what are all the transactions can we access in sap user....

is the detail present in any table....

4 REPLIES 4
Read only

Former Member
0 Likes
13,205

USR02

Logon data

USR04

User master authorization (one row per user)

UST04

User profiles (multiple rows per user)

USR10

Authorisation profiles (i.e. &_SAP_ALL)

UST10C

Composit profiles (i.e. profile has sub profile)

USR11

Text for authorisation profiles

USR12

Authorisation values

USR13

Short text for authorisation

USR40

Table for illegal passwords

OBJT

Authorisation objetc table

Reward points if useful.

Edited by: Sravan Prakash.V on Jan 9, 2008 4:07 PM

Read only

Former Member
13,205

Table: UST04 - assigned authorization profiles for the specific user....

Read only

Kanagaraja_L
Active Contributor
0 Likes
13,205

Table USR07,USR04,AGR_USERS - Assignment of roles to users.

FM to get the authorizations of an user SUSR_USER_AUTH_FOR_OBJ_GET.

Transaction - SU53.

Kanagaraja L

Read only

Former Member
13,205

Hi Manjula

Call the FM 'SUSR_USER_AUTH_FOR_OBJ_GET' based on the user you want to see the auth. Then read the return internal table for object S_TCODE, which will give all the transaction that user is authorized for.

~ Ranganath

PS : Reward points if found useful !