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: 

customer e-mail address table and field

Former Member
0 Kudos

hi All,

i have one requirement,

I need to show the customer and theere e-mail addresses.

From where i can get the e-mail address of custome ,

plz give me the table and field name for customer and e+mail address

regards,

amit

1 ACCEPTED SOLUTION

former_member188829
Active Contributor
0 Kudos

Hi,

ADR6-->Table..

SMTP_ADDR-->Field Name..

3 REPLIES 3

former_member188829
Active Contributor
0 Kudos

Hi,

ADR6-->Table..

SMTP_ADDR-->Field Name..

Former Member

go to KNA1. take the ADRNR field for that Customer(KUNNR).

now go to ADR6 and take the data using ADDRNUMBER = KNA1-ADRNR and PERSNUMBER = SPACE.

SMTP_ADDR filed will contain e-mail address.

Former Member
0 Kudos

Hi

Please get ADRNR from KNA1 fro the customer and then use ADDR_SELECT_ADR6_SINGLE or ADDR_SELECT_ADR6_ARRAY(for multiple), SMTP_ADDR field will contain the email address...

REgards

Arun