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 profile and authorization

Former Member
0 Likes
811

hi,

let me know the which table store the

1. roles and profiles (simple & composite).

2. how to differentiate the simple and composite roles/profile.

3. can composite profile name start with ......(dots)

thanks,

john

hi,

let me know the which table store the

1. roles and profiles (simple & composite).

2. how to differentiate the simple and composite roles/profile.

3. can composite profile name start with ......(dots)

thanks,

john

4 REPLIES 4
Read only

Former Member
0 Likes
731

Hi John

check the tables AGR*.

regards

Siggi

Read only

Former Member
0 Likes
731

USR10 - Authorisation Profiles

Look at tables that start with USR*

Regards,

Subramanian V.

Read only

Former Member
0 Likes
731

Hello John,

1. AGR_DEFINE is the master table for Roles.

2. AGR_USERS contains Assignment of roles to users

3. AGR_PROF contains the Role - Profile assignment.

4. The field USR10-TYPE can tell you whether the profile is simple or composite.

You might also want to look at UST10C and UST10S tables.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
731

Also check out USRBF2. It contains the authorization buffer. Might be useful in emergency situation when nobody is available to maintain your authorization profile.

Cheers,

Thorsten