‎2008 May 02 11:35 AM
hi abaper's
how to connect the sap with java. ? via bapi interfaces?
this is my spec given below
1.) input is given in the java environment say. vendors no using servlets
2.) the details of the corresponding vendors no is stored in sap.
3.) i want to access the details from sap. by using java.
thx in advance
regards
suren.s
‎2008 May 02 11:43 AM
SAPs new Java middleware, the SAP Java Connector (JCO) allows customers and partners to easily build SAP-enabled components in Java. JCO supports both inbound (Java calls ABAP) and outbound (ABAP calls Java) calls in desktop and server applications.
you basically require a connector to connect SAP & JAVA.
then you can use your BAPI for data retrival
reward if useful
‎2008 May 02 11:43 AM
SAPs new Java middleware, the SAP Java Connector (JCO) allows customers and partners to easily build SAP-enabled components in Java. JCO supports both inbound (Java calls ABAP) and outbound (ABAP calls Java) calls in desktop and server applications.
you basically require a connector to connect SAP & JAVA.
then you can use your BAPI for data retrival
reward if useful
‎2008 May 02 11:46 AM
hai
first thx for your base idea.
if you dont mine give me in the detail pattern.
‎2008 May 02 11:48 AM
Hi,
Required files in \WINNT\system32:librfc32.dll (at least 46D, build 263), jRFC11.dll (JDK 1.1), jRFC12.dll (JDK 1.2 and 1.3)Required files in Java class path:jCO.jar
Front End: Java Servlets (Web Application)
Web Server: Apache Tomcat
The Servlet takes Vendor number and passes it to the BAPI which in turn fetches the Vendor information from the LFA1 table and returns it in BAPIRET2 format to the servlet, the servlet fetches the data from return structure and displays it.
Regards
Kannaiah
‎2008 May 02 11:58 AM
Hi Suren,
Check this link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c5168f01...
I hope it is helpful for u.
‎2008 May 02 11:59 AM