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

Customer e-mail address

Former Member
0 Likes
733

Hi,

How to get the customer e-Mail address and in which table is stored.

Is there any function module to get that...

and in which transaction, I can see the mail ID.

Regards

Jiku

1 ACCEPTED SOLUTION
Read only

former_member188829
Active Contributor
0 Likes
679

Hi,

Check the Table ADR6.

SMTP_ADDR-->Field Name..

4 REPLIES 4
Read only

former_member188829
Active Contributor
0 Likes
680

Hi,

Check the Table ADR6.

SMTP_ADDR-->Field Name..

Read only

Former Member
0 Likes
679

Hi

Take the KNA1-ADRNR field and pass to <b>ADR6</b> table and take the email id (SMTP_ADDR) field and use it

Regards

Anji

Read only

0 Likes
679

In ADR6, ADRNR is not only the key field....there are three more fields which are part of the primary keys...

PERSNUMBER

DATE_FROM

CONSNUMBER

How to handle this...

i.e, For same ADRNR, there are so many PERSNUMBER in my case...how to get a unique e-Mail ID???

Read only

0 Likes
679

hi Jiku,

KNA1-ADRNR = ADR6-ADDRNUMBER

there should be only one entry for a customer (the rest of the key fields are handled internally by the system)

ec