cancel
Showing results for 
Search instead for 
Did you mean: 

In which datasource i can find email address field

Former Member
0 Kudos

Hi,

I need customer master data In which datasources can i find  email address field

Thanks

Kavya

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

If you need email id along with customer  master then better to enhance your 0CUSTOMER_ATTR data source.

Email id you can get from table ADRC. customer master data source base table is KNA1.

KNA1 and ADRC tables have common field - Address number. by using that condition you can implement logic and fill the data for email id(FLAGCOMM6).

Thanks

Answers (1)

Answers (1)

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

you can find the email id form the ADRC table

use the 0CUSTOMER_ATTR and enhance field formt he ADRC table.

write the code in CMOD- enhance the 0CUSTOMER_ATTR data source.

Thanks,

Phani.