cancel
Showing results for 
Search instead for 
Did you mean: 

need SAP java adapter

Former Member
0 Kudos

Hi

i am trying to access BAPI from Java. Is there any adapter with which i can establish connection with my SAP system? I do not have J2EE engine installed. hence i cannot use JCo class.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Hari,

For accessing a SAP BAPI from Standalone Java system, you don't have to install J2EE Engine/ Adapters.

Instead download SAP Java Connector[JCo] and use the Java API's to communicate with SAP systesm.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm">SAP Help-Java Connector</a>

<a href="http://www.erpgenie.com/faq/jco.htm#q3">JCO FAQs</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm">JCO Download</a>

Regards,

Ananth

Former Member
0 Kudos

Also, there's a solution which can help you out by using the ALE technology. Follow the link

Former Member
0 Kudos

if you are using a WAS > 6.2, try ICM, and then you can send a http request from your java code, handle it in R/3. If you want to use this method, check

<a href="http://help.sap.com/saphelp_webas620/helpdata/en/3a/020d3a0154b909e10000000a114084/frameset.htm">http://help.sap.com/saphelp_webas620/helpdata/en/3a/020d3a0154b909e10000000a114084/frameset.htm</a>

If you want to use an adapter or a proxy, you have to install XI, and then you have to install J2EE engine.

hope it helps.

B'Rgds,

Shabarish_Nair
Active Contributor
0 Kudos

To Access BAPI u can use the RFC adapter

And to connect to a JAVA sys. you can use the XI adapter.