Setting up an SAP RFC server connection - Cloud - 8.0

SAP

Version
Cloud
8.0
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > ビジネスアプリケーション > SAP
データガバナンス > サードパーティーシステム > ビジネスアプリケーション > SAP
データクオリティとプレパレーション > サードパーティーシステム > ビジネスアプリケーション > SAP
Last publication date
2023-09-14

An RFC destination must be created on SAP Side. You need to perform the following SAP RFC server configuration by modifying the tsap-rfc-server.properties file and the SAP connection configuration file.

Note: Refer to Configuring the RFC server for information about setting the parameters listed in this topic.

Procedure

  1. Enable IDoc reception by setting the feature.idoc.enable parameter to true in Feature section.
    • feature.idoc.enabled=true
  2. Configure gateway by setting the following three parameters.
    • jco.server.gwhost=##SAP Gateway Host##
    • jco.server.gwserv=##SAP Gateway Service##
    • jco.server.progid=##SAP Program ID##
  3. Configure JCO client by setting the following parameters.
    • jco.client.ashost=##SAP Host##
    • jco.client.client=##SAP Client##
    • jco.client.lang=##SAP Language##
    • jco.client.user=##SAP Username##
    • jco.client.passwd=##SAP Password##
    • jco.client.sysnr=##SAP System Number##
  4. Enable traces by setting the jco.server.trace parameter.
    • jco.server.trace=1
  5. Launch the RFC daemon.
    The following message appears if the RFC daemon starts successfully.