cancel
Showing results for 
Search instead for 
Did you mean: 

RFC 'BAPI_CUSTOMER_CREATE'?

Former Member
0 Kudos

Hi guys,

I have a questions on RFC 'BAPI_CUSTOMER_CREATE'.

I want to call this FM from my WebAS,and but I have to fill the information in transaction 'XD01'.Is there any way to avoid this procedure?I have checked this FM,the code

CALL TRANSACTION 'XD01'

is called without any inquiry.

Maybe I should not use this FM.But I want to create a customer in KNA1 table.Is there any other way to do it?

Regards,

Liying

Accepted Solutions (0)

Answers (1)

Answers (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Liying ,

u can use these set of BAPIs.

BAPI_CUSTOMER_CHANGEFROMDATA Only for ONLINE store!!! Customer: Change Customer

BAPI_CUSTOMER_CHANGEFROMDATA1 Only for ONLINE Store!!! Check Personal Data of a Customer

BAPI_CUSTOMER_CREATEFROMDATA Only for ONLINE Store!!! Customer: Create Customer

BAPI_CUSTOMER_CREATEFROMDATA1 Only for ONLINE Store!!! BAPI Create Cstmr for BO Cstmr (KNA1) -

Regards

Kishor Gopinathan

Former Member
0 Kudos

Are you sure these BAPIs can only be used IF you are using SAP's Online Store?

I want to create an RFC wrapper around this BAPI and will call the RFC from a Java layer, I have the middleware etc.

Thx Karim