Hii Yogendra..
We can create the Customer..
You have to pass parameters in this Bapi : BAPI_CUSTOMER_CREATEFROMDATA1
Example : Mandatory to pass
PI_PERSONALDATA-TITLE_P = 'MIST'
PI_PERSONALDATA-FIRSTNAME = 'yogendra'
PI_PERSONALDATA-CITY = 'bangalore'
PI_PERSONALDATA-POSTL_COD1 = '560051'
PI_PERSONALDATA-COUNTRY = 'IN'
PI_PERSONALDATA-LANGU_P = 'EN'
PI_PERSONALDATA-CURRENCY = 'INR'
PI_COPYREFERENCE-SALESORG = '3000' """ SALES ORGANIZATION
PI_COPYREFERENCE-DISTR_CHAN = '12 ' """" distribution channel
PI_COPYREFERENCE-DIVISION = '00' """ division
PI_COPYREFERENCE-REF_CUSTMR = '100137' """"reference customer numer
(already created one)
Note : For bapi we should pass the reference customer number to create a new customer..
Below is the screen shot for New customer number has created..
Hope this helps.
Thanks & Regards
Shanthan Reddy