Installing a Talend function module for SAP - 7.3

SAP

Version
7.3
Language
English
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 Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business applications > SAP components
Data Quality and Preparation > Third-party systems > Business applications > SAP components
Design and Development > Third-party systems > Business applications > SAP components
Last publication date
2024-02-21
This article demonstrates the way to install a Talend SAP function module for SAP. For a full list of available SAP function modules, see the article: SAP function modules shipped with Talend Studio.

The following procedure shows how to install the Z_TLD_BI_READ_INFOPROV_BATCH module, which is provided by the SAP transport TBDK900118.zip.

To install an SAP function module, you need first to determine the transport file that provides the SAP function module by checking SAP function modules shipped with Talend Studio.

Note: The SAP function modules and SAP transports may vary with product versions. Check readme.txt at {studio_path}\plugins\org.talend.libraries.sap_7.3.1.****\resources\ for the latest information.

Step 1: Copy files

Note: The following steps assume that the transports reside in /usr/sap/trans.
  1. Download the file TBDK900118.zip, transfer it on the SAP server.
  2. Extract the file TBDK900118.zip.
  3. Copy K900118.TBD from <TBDK900118.zip>/ABAP Transporte/cofiles to usr/sap/trans/cofiles.
  4. Copy R900118.TBD from <TBDK900118.zip>/ABAP Transporte/data to usr/sap/trans/data.

The file upload can be done with SAPGUI transaction CG3Z. You can find the transport directory and check if the files have been uploaded with transaction AL11.

Step 2: Adding a new transport request

In transaction STMS go to Import Overview (F5) and step into the import queue for the given system. In the menu under Extras > Other requests > Add.

  1. Add a new transport request with name TBDK900118 and specify your SAP client number if needed. After this you must see the transport request in the list.
  2. Select it with F9 and perform the transport F11+Ctrl.
  3. Specify the target client and select the Ignore invalid component version option (the last option in the options tab).

If correctly set, the status must be green although showing some text: Does not match component version. In transaction SE37 the function module Z_TLD_BI_READ_INFOPROV_BATCH must be available.

Step 3: Add the property in Talend Studio

Follow the usual process detailed in Talend Studio User Guide: Retrieving SAP tables.

The property api.use_z_talend_read_table needs to be set it to true when you drag and drop the tSAPTableInput from the repository.