Skip to main content Skip to complementary content
Close announcements banner

Setting up a Talend SAP RFC Server connection

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

Information noteNote: 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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!