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

E-mail Address

Former Member
0 Likes
1,057

Hi all,

we have a requirement to send an e-mail to the customer contact person.

we can get the number of customer contact person (PARNR) from the table KNVK , for the same PARNR we need to find out the e-mail address of the same.

so where do we need to check for this ?

Thanks in Advance

Kishore Kumar Yerra.

1 ACCEPTED SOLUTION
Read only

nishanthbhandar
Contributor
0 Likes
957

Table ADR6 holds the e-mail address of the customer.

Hi all,

we have a requirement to send an e-mail to the customer contact person.

we can get the number of customer contact person (PARNR) from the table KNVK , for the same PARNR we need to find out the e-mail address of the same.

so where do we need to check for this ?

Thanks in Advance

Kishore Kumar Yerra.

5 REPLIES 5
Read only

Manohar2u
Active Contributor
0 Likes
957

You look for adrc or adr* tables. First you need to get adrnr for your contact person. Then look into ADR* tables to get e-mail id.

Regds

Manohar

Read only

0 Likes
957

Use BAPI_BUPA_ADDRESS_GETDETAIL.

~Suresh

Read only

Former Member
0 Likes
957

hi all,

but BAPI_BUPA_ADDRESS_GETDETAIL this is a structure , how do i get the data from when i have to use it in a program.

and secondly where to check for adrnr in connection with PARNR of KNVK table.

Thanks in Advance,

Kishore Kumar Yerra.

Read only

0 Likes
957

KNVK-ADRNP_2

use this to pass to the bapi BAPI_BUPA_ADDRESS_GETDETAIL. this is function module & will return the address details in diff itabs..

You can also try the Table ADR6 field SMTP_ADDR where ADDRNUMBER = KNVK-ADRNP_2.

~Suresh

Read only

nishanthbhandar
Contributor
0 Likes
958

Table ADR6 holds the e-mail address of the customer.