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: 

Can FM ADDR_UPDATE update Email and telephone too?

Former Member
0 Kudos

Requirement:

To update a customer's address information (mainly Street Address & communication) . For obvious reasons I do not want to BDC to XD02 transaction and want to acheive it using BAPI or FM.

Progress till now:

I am successfully able to update NAME & Street Address using following calls in sequence:

1. CALL FUNCTION 'ADDR_UPDATE'

2. CALL FUNCTION 'ADDR_MEMORY_SAVE'

3. CALL FUNCTION 'ADDR_MEMORY_CLEAR'

Road ahead:

The ADDR_UPDATE do not give option to update communication (Email & tel no)

Can you suggest something.

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

try with this Function ADDR_SAVE_INTERN (it is update function)