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

reg vendor master

Former Member
0 Likes
676

hai to all,

could you please tell me in vendor master generation ie., xk01 at address view / communication block / .please let me know the data base table where these <b>email</b> id and <b>comments</b> line is stored.

asap

regards

vijay.j

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Usually the email address is stored in the ADR6 table for a given ADRNR. The Address number (ADRNR) is stored in LFA1 table.

Regards,

Ravi

Note : Please mark all the helpful answers

hai to all,

could you please tell me in vendor master generation ie., xk01 at address view / communication block / .please let me know the data base table where these <b>email</b> id and <b>comments</b> line is stored.

asap

regards

vijay.j

4 REPLIES 4
Read only

Former Member
0 Likes
644

Usually the email address is stored in the ADR6 table for a given ADRNR. The Address number (ADRNR) is stored in LFA1 table.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

0 Likes
643

hai ravi

thank you

just now i found the tables

email in ADR6

Comments in ADRCT

regards

vijay

Read only

0 Likes
643

Vijay,

As you have the solution now, please mark the helpful answers and close the thread, by choosing "Solved the problem".

Regards,

Ravi

Read only

Former Member
0 Likes
643

Hi,

From LFA1 table, get the ADRNR field value by passing LIFNR(Vendor number ) to LFA1-LIFNR, pass LFA1-ADRNR value to ADR6 table Address number and get the email address, the field is SMTP_ADDR,

Hope this helps,

Rgds,