Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI TO CREATE CUSTOMER MASTER

Former Member
0 Likes
557

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

3 REPLIES 3
Read only

Former Member
0 Likes
439

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.

Read only

0 Likes
439

Hi......

These BAPI's are calling transaction so can not be called outside SAP......

BAPI_CREATE_CUSTOMERFROMDATA1 is unstable.....

..Ashish

Read only

Former Member
0 Likes
439

Thanks