Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 3.53 KB

README.md

File metadata and controls

81 lines (49 loc) · 3.53 KB

Fuse SAP Quick Starts

This directory contains a set of quick start projects to get you started with using the suite of JBoss Fuse SAP Camel components in a JBoss Fuse environment.
SAP Tool Suite


Author: William Collins - Fuse Team
Level: Beginner to Advanced
Technologies: SAP, Camel, JBoss Fuse
Summary: These quick starts demonstrates how to configure and use the suite of JBoss Fuse SAP Camel components to integrate Apache Camel with SAP in a JBoss Fuse environment.
Target Product: Fuse
Source: http://github.com/punkhorn/sap-quickstarts/


Overview

It is recommended that you study and run the quick starts in the following order:

###sap-srfc-destination-fuse

Demonstrates how to perform Synchronous Remote Function Calls (sRFC) to SAP from Apache Camel in JBoss Fuse.

###sap-trfc-destination-fuse

Demonstrates how to perform Transactional Remote Function Calls (tRFC) to SAP from Apache Camel in JBoss Fuse.

###sap-qrfc-destination-fuse

Demonstrates how to perform Queued Remote Function Calls (qRFC) to SAP from Apache Camel in JBoss Fuse.

###sap-srfc-server-fuse

Demonstrates how to handle Synchronous Remote Function Calls (sRFC) from SAP within Apache Camel in JBoss Fuse.

###sap-trfc-server-fuse

Demonstrates how to handle Transactional Remote Function Calls (tRFC) from SAP within Apache Camel in JBoss Fuse.

###sap-idoc-destination-fuse

Demonstrates how to send an Intermediate Document (IDoc) to SAP from Apache Camel in JBoss Fuse.

###sap-idoclist-destination-fuse

Demonstrates how to send a list of Intermediate Documents (IDoc) to SAP from Apache Camel in JBoss Fuse.

###sap-qidoc-destination-fuse

Demonstrates how to send an Intermediate Document (IDoc) using the qRFC protocol to SAP from Apache Camel in JBoss Fuse.

###sap-qidoclist-destination-fuse

Demonstrates how to send a list of Intermediate Documents (IDoc) using the qRFC protocol to SAP from Apache Camel in JBoss Fuse.

###sap-idoclist-server-fuse

Demonstrates how to handle a list of Intermediate Documents (IDoc) from SAP within Apache Camel in JBoss Fuse.

###sap-trfc-server-failover-loadbalancer-fuse

Demonstrates how to handle Transactional Remote Function Calls (tRFC) from SAP within Apache Camel in JBoss Fuse with failover and loadbalancing.


For more information see:

System requirements

To run these quick starts you will need:

  • Maven 3.1.1 or higher
  • JDK 1.8
  • JBoss Fuse 7.0.0
  • SAP JCo3 and IDoc3 libraries (sapjco3.jar, sapidoc3.jar and JCo native library for your OS platform)
  • SAP instance with Flight Data Application setup.