Centralizing SAP metadata
- 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 schema.
- Retrieve the metadata of the SAP BW Advanced Data Store Object, Data Source, Data Store Object, InfoCube, or InfoObject objects.
- Create a file from SAP IDoc.
This feature is not shipped with Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
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 Talend Studio.
For Windows 64-bit:
-
Copy the sapjco3.dll file that comes 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.