Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorials, manuals, documentation for using SAP JCo 3.x

Tags:

java

sap

jco

idoc

bapi

Do you know any decent documentation source for using JCo 3.x?

Most of the materials I could find are pretty outdated and refer to previous versions (JCo 2.x). In case, anyone wondered, the things I found are:

  • Tips&Tricks JCo programming
  • ftp://ftp.sap.com/pub/sapjco/sapjco2xDocs.zip
  • The JCo distribution contains Javadoc documentation and a few examples.

This one is for JCo 3, but covers only the basics:

  • http://www.vogella.de/articles/SAPJCo/article.html
like image 330
Grzegorz Oledzki Avatar asked Dec 07 '10 08:12

Grzegorz Oledzki


People also ask

How does SAP JCo work?

The SAP Java Connector (SAP JCo) is a development library that enables a Java application to communicate with SAP systems via SAP's RFC protocol. The SAP JCo supports both communication directions: inbound Remote Function Calls (Java calls ABAP) as well as outbound Remote Function Calls (ABAP calls Java).


1 Answers

Go to http://service.sap.com/connectors (You'll need an SAP service market place account), click on "SAP Java Connector" > Tools and Services in the left hand navigation tree. You can download the JCO release 3.0.x from there and also download the SAP JCO 3.0 documentation as a PDF file.

like image 115
lenkite Avatar answered Sep 28 '22 21:09

lenkite