‎2008 Apr 11 12:12 AM
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
‎2008 Apr 11 2:09 AM
‎2008 May 28 12:24 PM
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
‎2008 Apr 11 4:30 AM
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
‎2008 Apr 11 3:05 PM
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,
‎2008 Apr 11 4:46 AM
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
‎2008 Apr 11 3:09 PM
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,