cancel
Showing results for 
Search instead for 
Did you mean: 

Tables involved in Role Assignment for a user.

Former Member
0 Kudos

Hello

We are trying to automate the Roles assignment for a user via ABAP Program, so we need to know how many tables we need to update the information.

I know few tables below, but if any further tables we need to update kindly let me know.

AGR_Users

AGR_PROFILE

AGR_TIMEB

SPERS_OBJ

USR10

USR11

USR12

USR13

UST10S

UST12

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor

Better use some BAPI like BAPI_USER_GET_DETAIL and BAPI_USER_ACTGROUPS_ASSIGN (Also BAPI_USER_PROFILES_ASSIGN for some profiles not generated from role)

Sandra_Rossi
Active Contributor

And maybe BAPI_USER_LOC* function modules if the SAP CUA is used...