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

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

Former Member
0 Likes
662

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
Read only

Former Member
0 Likes
599

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
Read only

Former Member
0 Likes
600

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

Read only

Read only

Former Member
0 Likes
599

try VENDOR_SAVE. Its an RFC.

Read only

Former Member
0 Likes
599

Thanks