Skip to main content

SAP ERP Input Support

Overview

For data security reasons, and because users often have limited knowledge of the underlying SAP data structure, SAP users usually cannot access the underlying database directly. A proper method is therefore required to extract data safely from the SAP system for later data processing and development.

Offline Dev supports calling functions inside the SAP system through the RFC interface to extract data.

Procedure

  1. Configure SAP ERP connection information in the data account settings.

Configuration ItemDescription
Host IPThe application server host name in the SAP connection information.
System NumberThe instance number in the SAP connection information.
UsernameThe user account used to log in to the SAP system.
PasswordThe password for the SAP account.
SAP RouteThe SAProuter string in the SAP connection information.
Language CodeThe SAP system language code.
Client NumberThe SAP client number, which is the maximum valid set of business data managed by the SAP system.
  1. On the Offline Dev editing page, drag in Dataflow, double-click the Dataflow, then drag in the SAP ERP node and configure the following information:

Configuration ItemDescription
Select Data ConnectionThe SAP ERP connection account configured in the data account settings.
Configuration MethodOnly table selection is supported.
Source TableThe source table to be imported.
Data FilterConfigure filter conditions for incremental data retrieval. Parameter references are supported.
  1. Configure downstream operators after SAP ERP to continue processing the data.