Application Development 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: 

Customer Email Address Update

Former Member
0 Kudos

Hi People,

Could anyone let me know how can Cusomter Email Address be updated in R/3 without using BDC and LSMW? Is there any function module specifically to update email address of a customer?

Cheers

3 REPLIES 3

Former Member
0 Kudos

Hi

Email ID is stored in ADR6 table

so check the where used list of this table in fun modules

check the fun module

ADDR_SAVE_INTERN

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

Hi, This function module works, but why is the new email address that i insert from this function module doesnt appear as default email in xd03 though i set the parameter FLGDEFAULT = 'X'.?

It displays the old email address as default in xd03 and also has the new email in the list but not as default.

Former Member
0 Kudos

Hi,

Use the below BAPI

'BAPI_CUSTOMER_CHANGEFROMDATA1'

Regards

Sudheer