Finding Email address Customer and Vendor Master on SAP
November 8, 2007
It’s not quite simple to find email address of Customer and Vendor Master on SAP. You need to activated SQL trace and change email on master to find where email address is stored. Here i share the result of tracing using SQL trace of email addess Customer and Vendor master.
For Customer :
select adr6-addrnumber (email)
For Vendor :
select adr6-addrnumber (email)
from table adr6 join table lfa1 with key adr6-addrnumber = lfa1-adrnr
ABAP Version :
data : lv_email like adr6-addrnumber.
select addrnumber into lv_email
from adr6 as a inner join kna1 as b on a~addrnumber = b~adrnr.
Rgds,
Entry Filed under: TECHNICAL. Tags: ABAP, sap email table, sap vendor table.
4 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
abdul azeem | December 17, 2007 at 5:40 am
Tks for the email address tip. Good overall blog. Keep posting!
2.
Pradeep Achuthan | September 9, 2008 at 6:58 am
The using transation/OZSA02 movement is very good in Sale posting. But using AS02 but error oquied? give me any suggession of new version.In the programe of sale posting.? /Zsa03 using in not good. What will be manage the sale posting programme.
Thanks Regards
Pradeep Achuthan
EMKE Group
Sultanate of Oman
3.
Srikanth | February 5, 2009 at 5:51 am
Thanks Guys .
4.
Santosh | June 29, 2009 at 8:45 am
Thanks a lot !
I have made new SQVI querry with help of this information.
Thanks & Regards,
Santosh