Application Development 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: 

create vendor in SAP Using using non SAP interface (BAPI)

Former Member
0 Kudos

Hi

I want to create vendor in SAP using JAVA interface....

But There is BAPI for this

"BAPI_VENDOR_CREATE"

But this bapi Calls SAP transaction so i can not call this into non SAP environment....

So is there other BAPI or any other way to do this..

..Ashish

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I think there is no standard BAPI available to create vendor.

Create a BDC program and create a RFC function module and than call the BDC program inside the RFC, and use the RFC in the Java program

Regards

Madhan D

4 REPLIES 4

Former Member
0 Kudos

Hi

I think there is no standard BAPI available to create vendor.

Create a BDC program and create a RFC function module and than call the BDC program inside the RFC, and use the RFC in the Java program

Regards

Madhan D

Former Member
0 Kudos

try VENDOR_SAVE. Its an RFC.

Former Member
0 Kudos

Thanks