cancel
Showing results for 
Search instead for 
Did you mean: 

Authorizations in R/3

Former Member
0 Kudos

Hi

Is there any BAPI that will give me the Authorizations available for a R/3 user. Thanks

regs

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi

I guess this question could have been posted in the ABAP forum :). But these standard RFC's should be able to help you.

1) SUSR_GET_USERS_WITH_SPEC_AUTHS

2) SUSR_GET_USERS_WITH_SPEC_OBJCT

3) SUSR_GET_USERS_WITH_SPEC_PROFS

4) SUSR_GET_USERS_WITH_SPEC_VALS

These RFC's will give you the list of users for a specific object, authorizations, profiles and values. You can use them accordingly.

Also check this RFC. It will give the Values for a specific auth object of a user

AUTH_VALUES_FOR_USER

Also check out these tables

1. UST04 (User Master) Get profile names for a user

2. UST10C (Composite Profiles)

3. UST10S (Single Profiles)

For more information go to SE11 and type US* in the Database table field. You should get the list of user tables and the links to the authorization tables.

Hope that helps you.

regards

Ravi

Answers (0)