Application Development 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: 

DB table for user data

Former Member
0 Kudos

Hi all

i want DB tables which stores user information like name, telephone no etc.

specifically i want table which stores users email id.

user means which we create in SU01.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Vishal,

Get Person number and address number from USR21 with BNAME from USR03 and then with address number obtained fetch email address from ADR6.

Srikanth.

7 REPLIES 7

former_member181995
Active Contributor
0 Kudos

You may search for USR* tables.

Former Member
0 Kudos

check:

As others has said check USR* tables.

USR02 : Logon Data

USR03 : User address data

and check ADR6 for email id

With luck,

Pritam.

Former Member
0 Kudos

Hi Vishal,

Get Person number and address number from USR21 with BNAME from USR03 and then with address number obtained fetch email address from ADR6.

Srikanth.

Former Member
0 Kudos

Hi,

Some User tables are there in SAP. USR01, USR02, etc.

Check out with that.

Thanks

Swati.

Former Member
0 Kudos

Hi Vishal,

Check out the tables in SE11 by giving US* where you have to remember maximum details regarding users will be stored in the tables starting with U.

Cheers!!

Former Member
0 Kudos

hi,

Type USR* in SE11 and your query will be solved.

Regards,

preet

Former Member
0 Kudos

Hi Vishal,

Yo can try the following tables:

1. USER_ADDR = USER_ADDR = USR21 =-> to get the user info (name and address)

You can mapped data via fields BNAME (User ID)

2. ADR2-ADDRNUMBER = USR21-ADDRNUMBER

ADR2-PERSNUMBER = USR21-PERSNUMBER -> to get User Telephone Number