‎2008 Nov 21 8:59 AM
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
‎2008 Nov 21 9:03 AM
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
‎2008 Nov 21 9:03 AM
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
‎2008 Nov 21 9:55 AM
‎2008 Nov 21 10:02 AM
‎2008 Dec 04 6:14 AM