cancel
Showing results for 
Search instead for 
Did you mean: 

Creating customer using SAP Java connector in ECC

former_member200463
Discoverer
0 Kudos

Hi ,

Could anyone tell me how to create a customer in ECC by using SAP Java connector(JCO) from java program.

I mean which BAPI we need to trigger for creation of a customer master data in ECC.

I have tried with BAPI_CUSTOMER_CREATEFROMDATA1 BAPI but i was unable to create a customer in ECC.

Please share me the links or tutorials on this.

Thanks,

Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try to use BAPI_TRANSACTION_COMMIT after executing BAPI_CUSTOMER_CREATEFROMDATA1. It will work. Do let me know abt the status.