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

BAPI for Customer master create

Former Member
0 Likes
2,331

Hi gurus..

Is ther enay BAPI for Customer master creation data..

I tried with BAPI_CUSTOMER_CREATEFROMDATA1 But its not working.. acn any one know exat BAPI for Customer master

Creation...

Thx

6 REPLIES 6
Read only

Former Member
0 Likes
1,198

Use BAPI_CUSTOMER_CREATE

Regards,

Atish

Read only

0 Likes
1,198

Hi Atish,

I am using BAPI_Customer_createfromdata to create the customer but after executing this BAPI. I will get the message "Kindly make all the required entries".

I have gone through the documentation of this BAPI and I am applying the same thing's.

Can you provide the Parameters and Fields we need to Pass to be able to create a new customer successfully using this BAPI.

Thanks in Advance.

regards

Vikas

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,198

Hello

About two years ago I successfully used BAPI_CUSTOMER_CREATEFROMDATA1 to create new customers.

The point is that you cannot use this BAPI to create a customer from (XD01) scratch but all business-relevant data are copied from a template customer which must already exist in the sales area for which you want to create a new customer.

The template customer data are provided in IMPORTING parameter PI_COPYREFERENCE. You can only define the address data for the new customer (PI_PERSONALDATA).

Regards

Uwe

Read only

0 Likes
1,198

Hello Uwe,

Thanks for the info, i was traying same BAPI, what is Template Customer' and where so i found it?

I have passed the data for importing parameters for PI_PERSONALDATA (Address of the customer) and PI_COPYREFERENCE . But it is throughing an error like 'Invalid Address text format' . More over waht is the meaning of

Reference customer number i have to passed here? Appriciate your early reply

Thanks,

Read only

Former Member
0 Likes
1,198

Hi,

U can use

BAPI_CUSTOMER_CREATE--> Create Customer Master Online

But

BAPI_CUSTOMER_CREATEFROMDATA1 can also be used to create it.

Follow the Documentation properly(Function Module Documentation) to create Customer Master Data from it.

Regards

Sandipan

Read only

0 Likes
1,198

HI,

BAPI_CUSTOMER_CREATE- is only for Customer master Online.. Want to know what is the Customer Master Online?

I dont find any import parameters to pass teh daya... And when i run the this BAPI its calling XD01 tcode..

Thanks,