Connector for SAP Business Suite

Connect your SAP data to your Intrexx portal and display complete business processes from SAP - even across multiple SAP systems.

The Connector makes use of the Remote Function Call (RFC): A request is sent to the Intrexx server via the browser using http/https. The Intrexx server calls the corresponding RFC module using the SAP middleware provided by SAP. The SAP middleware retrieves the requested data in the appropriate SAP system via RFC-API and returns this to the Intrexx server as a response.

The Connector is complete integrated into the Intrexx application framework.

There are two options available for the Connector for SAP Business Suite.

  • View & Write

    With this module, you can model writing scenarios and functional calls. Examples for such scenarios include availability checks and price requests. All operations performed on the data (read, change, write) are exclusively carried out in the SAP system. The Generic Store data can be accessed via an ALV grid, which means that the data can also be exported to Microsoft Office products.

  • Developer API

    The Developer API options contains a complex framework for developing bi-directional scenarios as is often the case in projects. Here, data structures and processing logics are already available in SAP. The required portal functions (e.g. read, write, delete) are available in SAP in an object-oriented ABAP framework.

To use the Connector for SAP Business Suite, please refer to"Installation" for information on the requirements. Then create a connection. The connection can then be integrated into any application.

More information

Installation

Creating a connection

Integration in applications

SAP Script Generator

SAP Trust Manager SSO configuration

API Description Part 1 - Overview

API Description Part 2 - SAP Portal Plugin

API description part 3 - Implementation of own processing modules

API description part 4 - sample coding

Developer's Manual part 1

Developer's Guide Part 2 - Integration scenario SAP external data group

Developer's Guide Part 3 - Scripting integration scenario

Developer Manual Part 4 - Personalized SAP Access / Single Sign On (SSO)

Developer's Guide Part 5 - Addons

Developer's Manual Appendix

Developer's Manual - Example Codings