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: 

Extend CompanyCode & SalesArea Using BAPI/FM

Former Member
0 Kudos

Hi Friends,

I created Customer No(kunnr) using SD_CUSTOMER_MAINTAIN_ALL(Companycode = 9000,Sales org = 9000 ,etc)

I want Extend CompanyCode and SalesArea for this same kunnr(New Companycode = 1987, New Sales org = 1987)

Please Send any FM/BAPI for Extend Companycode and Sales org.

Regards,

Sathish.

3 REPLIES 3

ChandraMahajan
Active Contributor
0 Kudos

Hi,

You can use BAPI - BAPI_CUSTOMER_CREATE to extend the customer.

Refer simmilar discussion at ,

Thanks,

Chandra

0 Kudos

Hi Chandrashekhar,

BAPI_CUSTOMER_CREATE is like a BDC. I want other FM/BAPI without BDC Programming.

Please Send with coding.

0 Kudos

Hi,

You need to create a program in order to copy the data for source sales area to target sales area for a certain customer.

Options are

1)program uses the BAPI_CUSTOMER_CREATEFROMDATA1, here u can assign a sales area as reference

2)porgram in order to prepare a file for std BI RFBIDE00,

3) BDC program to simulate the transaction VD01: here u can indicate a sales area as reference from to pick up the data to be copied in the target sales area.

I Hope this will helps you.

Thanks,

Chandra