Centralizing SAP metadata
From Talend Studio, you can create a connection to an SAP BW system and an SAP HANA database and store this connection in the Metadata folder in the Repository tree view. Once connected to the SAP system, you can retrieve SAP tables and table schemas, preview data in tables, retrieve SAP Business Content Extractors, retrieve SAP RFC and BAPI functions and their input and output schemas, retrieve the metadata of the SAP BW Advanced Data Store Object, Data Source, Data Store Object, InfoCube or InfoObject objects, or create a file from SAP IDoc.
Prerequisites:
To use the SAP IDoc connectors and the SAP IDoc wizard, you must install specific jar and dll files provided by SAP and then restart the Studio.
For Windows 64-bit:
-
Copy the dll files librfc32.dll and sapjcorfc.dll that come with the SAP Java Connector into the folder C:\WINDOWS\system32\ or replace the existing dll files with the new ones.
-
Install the jar files sapjco.jar, sapjco3.jar and sapidoc3.jar in the Java library of Talend Studio.
For Linux:
-
Copy the appropriate distribution package (sapjco-linuxintel-x.x.x.tgz or sapjco-linuxintel-x.x.x.tar.Z, where x.x.x is the version of the SAP Java Connector) into an arbitrary directory {sapjco-install-path}.
-
Go to the installation directory by executing the following command:
cd {sapjco-install-path}
-
Extract the archive tar zxvf sapjco-linux*x.x.x.tgz, where x.x.x is the version of the SAP Java Connector.
-
Add {sapjco-install-path} to the environment variable LD_LIBRARY_PATH by executing the following command:
export LD_LIBRARY_PATH={sapjco-install-path}
-
Add {sapjco-install-path}/sapjco.jar in the Java library of Talend Studio.