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

data dictionary

Former Member
0 Likes
1,049

Hi Friends,

could pls tell me in which table will i find email address

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,016

Hi,

You are right - I need to combine two tables. ADR6 & USR21 will provide the

combination of user id and email address.

Message was edited by:

Sudheer Junnuthula

7 REPLIES 7
Read only

Former Member
0 Likes
1,017

Hi,

You are right - I need to combine two tables. ADR6 & USR21 will provide the

combination of user id and email address.

Message was edited by:

Sudheer Junnuthula

Read only

Former Member
0 Likes
1,016

Hi,

use the table <b>ADR6</b>

Regards

Vijay

Read only

Former Member
0 Likes
1,016

Hi prakash,

You can do it like this. I believe that the email address for your selection must be capitalized.

data: bname type usr01-bname.

select Single usr21~bname into bname

from usr21

inner join adr6

on usr21addrnumber = adr6addrnumber

and usr21persnumber = adr6persnumber

where adr6~smtp_addr = YOU@YOURCOMPANY.COM'.

write:/ bname.

Regards.

Kumar

Read only

Former Member
0 Likes
1,016

in table ADR6....field SMTP_ADDR

Read only

Former Member
0 Likes
1,016

Hello,

CHECK the table USR21 & ADR6.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
1,016

MEREP_E_MAIL

Read only

amit_khare
Active Contributor
0 Likes
1,016

If you are looking for employees email id they are stored in PA0105, you have to check the subtype for your system.

otherwise general address you may find in SOS04-L_ADR_NAME this is use by SAP Business workplace..

Regards,

Amit