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: 

BAPI for customer create

Former Member
0 Kudos

Hi Freinds,

Is there a background BAPI for creating a customer?

BAPI_CUSTOMER_CREATE creates the customer Online.

I dont want to use BDC.Please pour in your suggestions.

Thanks and regards,

Anoop

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please check BAPI

BAPI_CUSTOMER_CREATEFROMDATA

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try using the below FM:

SD_CUSTOMER_MAINTAIN_ALL

Rgds,

HR

Former Member
0 Kudos

Please check BAPI

BAPI_CUSTOMER_CREATEFROMDATA

Former Member
0 Kudos

Hi,

kindly check the BAPI:

BAPI_CUSTOMER_CREATEFROMDATA1

hope this helps!

best regards,

Thangesh

shishupalreddy
Active Contributor
0 Kudos

HI ,

BAPI FOR CUSTOMER CREATE

1. BAPI_CUSTOMER_CREATE

2. BAPI_CUSTOMER_CREATEFROMDATA

3. BAPI_CUSTOMER_CREATEFROMDATA1

regards,

0 Kudos

Hi Freinds,

Thanks for all of your answers and i have rewarded all.

I am using the BAPI BAPI_CUSTOMER_CREATEFROMDATA1 with trying to pass the mandatory parameters PI_PERSONALDATA and PI_COPYREFERENCE .

In copy reference i am putting already created customer as the refernce with same account group and the same sales area.

But i am getting an error in the return itab that , no master record exists for the reference customer.

But actually this customer exists in the system

Any idea how to solve this.

Any inputs on this is appreciated.

Thanks and regards,

Anoop