cancel
Showing results for 
Search instead for 
Did you mean: 

Functional Module for customer Address in General data tab

Former Member
0 Kudos

Hi

I would like to know the functional module to update the Address from General data tab based on customer code.

thanks

Risha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yes

Former Member
0 Kudos

hi,

you can check the following BAPI:

BAPI_CUSTOMER_CHANGEFROMDATA

BAPI_CUSTOMER_CHANGEFROMDATA1

And, in these BAPIs' coding, you can find more info. Such as :

'SD_CUSTOMER_MAINTAIN_ALL'...

In addition, generally, in our real project, we directly update the table 'ADRC' with the address-number which maybe is in the table "LFA1" or other related tables.,instead using BAPI or FMs..

I didn't try and test them.But hope it can help you a little.

Best wishes.