‎2007 Dec 11 7:07 AM
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
‎2007 Dec 11 7:09 AM
‎2007 Dec 11 7:09 AM
‎2007 Dec 11 7:09 AM
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
‎2007 Dec 11 7:20 AM
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???
‎2007 Dec 11 8:10 AM
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