‎2008 Dec 04 6:11 AM
Hi all....
There is no proper bapi to create customer/vendor ........
So what to do if i want to create Customer from non SAP environment (Say Java).....
i know that we can create RFC function module through BDC ......
whether that function module can be called in non SAP environment?
if yes,
whether we should Follow BAPI creation methods to create that function like
naming convensions , BAPI return ....etc..
Ashish
‎2008 Dec 04 6:20 AM
Hi
BAPI_CUSTOMER_CREATE to create a customer.
BAPI_VENDOR_CREATE to create a vendor.
You can create online using these BAPI's. So, they can be accessed from other applications also.
Regards,
Vishwa.
‎2008 Dec 04 6:27 AM
Hi......
These BAPI's are calling transaction so can not be called outside SAP......
BAPI_CREATE_CUSTOMERFROMDATA1 is unstable.....
..Ashish
‎2010 Nov 10 8:53 AM