SAP for Higher Education and Research Discussions
Spark conversations about student engagement, research optimization, and administrative efficiency using SAP in higher education and research. Join in!
cancel
Showing results for 
Search instead for 
Did you mean: 

Which are the tables related SU01 data changes- example- email ID.

0 Kudos

Which are the tables related SU01 data changes- example- email ID.

1 ACCEPTED SOLUTION

lutzi3
Participant
0 Kudos

Hello,

There are many tables involved. The main groups are:

- user and roles, profiles: usr02, usr04, ust04, usr05, agr_users

- address data: ADCP, ADRP, ADR2, ADR3, ADR6 (this table contains the email address)

- company in user master: USCOMPANY

(You can trace/ debug this using the function module BAPI_USER_GET_DETAIL).

Hope this helps,

Lutz

View solution in original post

2 REPLIES 2

lutzi3
Participant
0 Kudos

Hello,

There are many tables involved. The main groups are:

- user and roles, profiles: usr02, usr04, ust04, usr05, agr_users

- address data: ADCP, ADRP, ADR2, ADR3, ADR6 (this table contains the email address)

- company in user master: USCOMPANY

(You can trace/ debug this using the function module BAPI_USER_GET_DETAIL).

Hope this helps,

Lutz

0 Kudos

Thanks a lot Rosenpflanzer. Yes, was very helpful.