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

Table which contain the conection between user and Authority Object

Former Member
0 Likes
1,950

Hi

Is there a table that contains the connection between a user and his authority objects and its values ?

Thanks

Ami

1 ACCEPTED SOLUTION
Read only

former_member302911
Active Participant
0 Likes
1,353

Hi Ami,

For get values from Authority Object i use FM SUSR_USER_AUTH_FOR_OBJ_GET, and inside i see two tables:

USRBF2      (Buffered Table with User Name, Object and Authority Object )

ST12           (Authority Object Values)

Regards,

Angelo.

Hi

Is there a table that contains the connection between a user and his authority objects and its values ?

Thanks

Ami

4 REPLIES 4
Read only

Former Member
0 Likes
1,353

Hi Ami,

TOBJ  Table for Authorization Objects

OBJCT FOR AUTH OBJECT

BNAME FOR USER NAME

T & G

R@J

Read only

0 Likes
1,353

Thanks, but i also need the value of the authority object

Ami

Read only

0 Likes
1,353

Hi Check the below link this might some helpful

Read only

former_member302911
Active Participant
0 Likes
1,354

Hi Ami,

For get values from Authority Object i use FM SUSR_USER_AUTH_FOR_OBJ_GET, and inside i see two tables:

USRBF2      (Buffered Table with User Name, Object and Authority Object )

ST12           (Authority Object Values)

Regards,

Angelo.