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

DB table for user data

Former Member
0 Likes
3,464

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
Read only

Former Member
0 Likes
2,874

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
Read only

Former Member
0 Likes
2,874

You may search for USR* tables.

Read only

Former Member
0 Likes
2,874

check:

As others has said check USR* tables.

USR02 : Logon Data

USR03 : User address data

and check ADR6 for email id

With luck,

Pritam.

Read only

Former Member
0 Likes
2,875

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.

Read only

Former Member
0 Likes
2,874

Hi,

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

Check out with that.

Thanks

Swati.

Read only

Former Member
0 Likes
2,874

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!!

Read only

Former Member
0 Likes
2,874

hi,

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

Regards,

preet

Read only

Former Member
0 Likes
2,874

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