cancel
Showing results for 
Search instead for 
Did you mean: 

Phone number and email ID

Former Member
0 Kudos

Hi,

Can you please tell me which tables should be looked into to find a person's telephone number and email,Thanks.

Regards,

Pinky

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi , check the table

ADR2 - for telephone number ,

ADR6 - for email address .

key field in both tables ADDRNUMBER,PERSNUMBER

THANKS

chinnaiya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

select BNAME from USR03 for your user name

Get Person number and address number from USR21 with BNAME from USR03

and then with address number obtained fetch email address from ADR6.

Former Member
0 Kudos

Hi,

You can get the information from the table ADRC Addresses (Business Address Services)

Field name for telephone number TEL_NUMBER

For Email address

SMTP_ADDR

And you have the common field between these two tables

ADDRNUMBER

Thanks

Ramakrishna Pathi