Reading data from SAP BW database - 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 scenario describes a two-component Job that reads data from an SAP BW database. The data is fetched and displayed on the console.

For more technologies supported by Talend, see Talend components.

Prior to setting up the Job, make sure the following prerequisites are met:

  1. Copy the following .jar files which compose the jdbc4olap driver to your class path:

    -activation.jar

    -commons-codec.jar

    -jdbc4olap.jar

    -saaj-api.jar

    -saaj-impl.jar

  2. Make sure that you have the latest version of jdbc4olap driver. You can download the latest version of jdbc4olap driver from jdbc4olap download section. For further information about the usage of jdbc4olap driver, see jdbc4olap User Guide.

The procedure of this scenario requires 4 main steps detailed hereafter:

  1. Set up the Job.

  2. Set up the jdbc connection to the SAP BW server.

  3. Set up a query.

  4. Display the fetched data on the console.