0 pts.
 VENDOR MASTER DATA – EMAIL ADDRESSES
Hi, I am developing an custom transaction in order to collect all email addresses of our vendors. However, I cannot find a field/table that contain this information. Thanks in Advance.. Thanks and Regards, Stelios Sabanis

Software/Hardware used:
ASKED: July 28, 2004  8:55 AM
UPDATED: July 28, 2004  9:39 AM

Answer Wiki:
Hi, I guess you're dealing with the central address admin. environment. If yes, then: 1. get the address-key from master data table (LFA1-ADRNR) 2. use the address-key in order to access adress data in the tables for central address admin. (ADR*) (ADR6 = table with SMTP data) use: ADR6-SMTP_ADDR Regards, Tom
Last Wiki Answer Submitted:  July 28, 2004  9:13 am  by  MyITMCS   0 pts.
All Answer Wiki Contributors:  MyITMCS   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Tom is spot on for where XK transactions store the address.

You may want to try FMs CONTACT_PARTNER_GET_ADDR1_KEY, or, CONTACT_PARTNER_GET_ADDR2_KEY, or, CONTACT_PARTNER_GET_ADDR3_KEY, to read the address back in.

Hugh

 0 pts.