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: 

Creating Customer from NON-SAP to SAP Invironment using BAPI/RFC

Former Member
0 Kudos

Hi

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

But There is BAPI for this

"BAPI_CUSTOMER_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

arjun_subhash
Active Participant
0 Kudos

Hi,

Try CreateFromData1 in account receivable.

thanks and regards

Arjun

3 REPLIES 3

arjun_subhash
Active Participant
0 Kudos

Hi,

Try CreateFromData1 in account receivable.

thanks and regards

Arjun

Former Member
0 Kudos

ANSWERED