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: 

IN which SAP tables Email id is stored

Former Member
0 Kudos

In which sap tables Email Id is stored

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ravi,

check out ADR6.

<b>Award points in order to say thanks</b>

Regards,

Kiran

6 REPLIES 6

Former Member
0 Kudos

Hi Ravi,

check out ADR6.

<b>Award points in order to say thanks</b>

Regards,

Kiran

amit_khare
Active Contributor
0 Kudos

For Vendors and others in ADR6 but for employees in PA0105 subtype '0010' or ' MAIL' as configured by the functional person.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi

<b>ADR6</b> stores the EmailID (field <b>SMTP_ADDR</b>) of any Partner or Orgn

Pass the Addressnumber field(<b>ADDRNUMBER</b>) to this table and fetch this mail Id

Get the Address Number of the individual Partners from thier corresponding Master data tables and use it

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

kiran_k8
Active Contributor
0 Kudos

Ravi,

check SLIS_CONTAC table.

K.Kiran.

KKilhavn
Active Contributor
0 Kudos

You really shouldn't worry about that. Use the access functions instead.

If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.

If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

Kjetil Kilhavn (Vettug AS) - ABAP developer since Feb 2000

Former Member
0 Kudos

Hi Ravi

All Email-ids will be stored into ADR6. Just check out.

Thanks

senthil