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

Edit Customer master

Former Member
0 Likes
1,482

Hi All,

I have a requirment where I need to Change/Edit the data from Customer Master for following fields.

General Data -> Address -> Region

General Data -> Control Data -> County code

Company code Data -> Account management -> Recon. account

Company code Data -> Payment Transactions -> Payment history period

Sales Area Data -> Sales-> Sales Group

Sales Area Data -> Billing Documents Data -> Taxes(table)

Sales Area Data -> Partner Functions -> Partner Function(table).

I don't want to do a BDC. Is there any BAPI/BAPIs to achieve this or any other way.

I dont think BAPI_CUSTOMER_CHANGEFROMDATA1 can do all of the above changes.

Regards,

DNP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi,

Use this function module:

CUSTOMER_UPDATE

2 REPLIES 2
Read only

Former Member
0 Likes
628

Hi,

Use this function module:

CUSTOMER_UPDATE

Read only

0 Likes
627

Hi,

I was able to achieve through 'SD_CUSTOMER_MAINTAIN_ALL'

Regards,

DNP