Sapjco Runtime Dependency


License

License

GroupId

GroupId

com.github.virtualcry
ArtifactId

ArtifactId

com.sap.conn.jco.sapjco
Last Version

Last Version

3.0.15
Release Date

Release Date

Type

Type

jar
Description

Description

Sapjco Runtime Dependency
Sapjco Runtime Dependency
Project URL

Project URL

https://github.com/virtualcry/sapjco-dependency
Source Code Management

Source Code Management

https://github.com/virtualcry/sapjco-dependency

Download com.sap.conn.jco.sapjco

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.virtualcry/com.sap.conn.jco.sapjco/ -->
<dependency>
    <groupId>com.github.virtualcry</groupId>
    <artifactId>com.sap.conn.jco.sapjco</artifactId>
    <version>3.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.virtualcry/com.sap.conn.jco.sapjco/
implementation 'com.github.virtualcry:com.sap.conn.jco.sapjco:3.0.15'
// https://jarcasting.com/artifacts/com.github.virtualcry/com.sap.conn.jco.sapjco/
implementation ("com.github.virtualcry:com.sap.conn.jco.sapjco:3.0.15")
'com.github.virtualcry:com.sap.conn.jco.sapjco:jar:3.0.15'
<dependency org="com.github.virtualcry" name="com.sap.conn.jco.sapjco" rev="3.0.15">
  <artifact name="com.sap.conn.jco.sapjco" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.virtualcry', module='com.sap.conn.jco.sapjco', version='3.0.15')
)
libraryDependencies += "com.github.virtualcry" % "com.sap.conn.jco.sapjco" % "3.0.15"
[com.github.virtualcry/com.sap.conn.jco.sapjco "3.0.15"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

SAPJCo Runtime Dependency

README: English | 中文

Hex.pm Maven Central Sonatype Nexus (Snapshots)

Introduction

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP System. It combines an easy to use API with unprecedented flexibility and performance. The SAP JCo supports communication to the sap server in both directions inbound calls: Java to SAP System as well as outbound calls: SAP System to Java.

The SAP JCo is the best choice for building SAP-enabled Java applications because of the following features:

  • High performance JNI-based RFC middleware.
  • Supports R/3 3.1I and higher (and other SAP Components that have BAPIs or RFMs).
  • Supports inbound (Java client calls BAPI or RFM) and outbound (ABAP calls Java server) calls.
  • Supports synchronous, transactional (important for IDocs), and queued RFC.
  • Supports client pooling (good for web servers).
  • Multi-platform
  • Complete and correct code-page handling (incl. multi-byte languages).
  • Easy to install and deploy.

SAP JCo Architecture

avatar
SAP provides SAP Java Connector in two different ways: as a standalone software component that can be installed independently of the SAP system or As an integrated component of an SAP technology component.

Integrated standard scenario

  • J2EE/ABAP Coupling in the SAP Web Application Server
  • SAP JCo Scenario: SAP BC

Versions

Version
3.0.15
3.0.14-fix
3.0.14