tSAPODPInput Standard properties
These properties are used to configure tSAPODPInput running in the Standard Job framework.
The Standard tSAPODPInput component belongs to the Business family.
The component in this framework is available in all subscription-based Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
|
Use an existing connection |
Select this check box and from the Connection configuration drop-down list displayed, select the component in which the relevant reused database connection is configured. When a Job contains a parent Job and a child Job, the list displayed presents only the connection components in the same Job level. |
Server Type |
Select the type of the SAP server to be connected, either Application Server or Message Server. |
Client |
The SAP system client ID. |
UserId and Password |
The user connection ID and password. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
Language |
The language of the SAP system. |
Host name |
The name or IP address of the host on which the SAP server is running. |
System number |
The SAP system number. This property is available only when Application Server is selected from the Server Type drop-down list. |
System ID |
The SAP system ID. This property is available only when Message Server is selected from the Server Type drop-down list. |
Group Name |
The SAP group name. This property is available only when Message Server is selected from the Server Type drop-down list. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields.
Click Edit schema to make changes to the schema. If you make changes, the schema automatically becomes built-in.
|
Service name | The name of the operational delta queue. For more information, see Introduction to Operational Delta Queues. |
Subscriber name | The name of the subscriber that consumes data from SAP. |
Subscriber process name | The name of the subscriber process. |
Execute a full extraction | Select this check box to perform a full extraction to retrieve all data from an SAP system. By default, this check box is cleared and a delta extraction will be performed to retrieve only changed data. |
Reset subscriber | Select this check box to reset the subscriber to make an initial load. |
Selection Group |
Specify the search condition(s) used to filter data to be retrieved by clicking the [+] button to add as many rows as needed, each row for a search condition, and set the value of the following attributes for each condition. Information noteNote: This component retrieves the data records that meet all the conditions set in this field.
Information noteNote: The Contains pattern operator in the drop-down list of the Operator column is for future extension.
|
Specify a shared destination |
Select this check box and specify the shared destination in the Shared destination name field displayed. The shared destination allows the SAP components to use the shared destination on the Talend Runtime when they are executed as part of an ESB Route or ESB Data Service within the Talend Runtime container OSGi Environment. Besides specifying the shared destination name in the component, you also need to setup the SAP DataSource for the Talend Runtime. What you need to do to define the SAP DataSource and how to configure it are described in the readme.txt provided in the Talend ESB package within the /add-ons/datasource/sap folder. Note that if you use the component's own connection configuration, your SAP connection will be closed at the end of the component. To prevent this from happening, use a shared destination with its name specified. |
Use FTP-Batch Options | Select this check box when the size of data to be retrieved is larger than the
size specified in the Fetch size field. With this check box
selected, the SAP system will generate as many files as needed and write the
retrieved data into these files, and this component will then read the files using an
FTP connection to retrieve data and transfer the retrieved data to the output
component. The following properties need to be specified when this checkbox is selected:
|
Advanced settings
Timeout for the generation of the start indicator file (ms) | Specify the time, in milliseconds, to wait for the generation of the start file for SAP batch extraction. This generated file indicates that the data has been successfully extracted to the FTP directory. The default value is 8000 milliseconds. |
Fetch size | Enter the maximum size of the resultset (in number of rows) that can be
returned from the SAP BW database in response to a BAPI call or a request. A value of -1, the default, uses the default fetch size, which is determined by the Java code or the BAPI on SAP side. It is recommended to set this field according to the memory space allocated to your Job and the number of fields requested. With a given memory space, the more fields requested, the smaller the fetch size. |
SAP Properties |
If you need to use custom configuration for the SAP system being used, complete this table with the property or properties to be customized. For example,
This property is not visible when the Use an existing connection check box is selected. |
SAP function extraction path | Select this option to specify a directory for the SAP function to generate
files that hold the data extracted. You can enter the path to the directory in the
text field to the right. If this option is not selected, the files will be generated in the directory specified in the FTP directory field in the Basic settings view. This option is available when you select the Use FTP-Batch Options option in the Basic settings view. This option is not available if you select the Use the SAP Application Server logical path check box from the Basic settings view. Because Talend Studio does not synchronize the directories specified by SAP function extraction path and FTP directory fields, make sure these two fields point to the same resource. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Usage rule |
This component is usually used as a start component of a Job or subJob and it always needs an output link. |
Limitation |
Specific JAR and DLL files provided by SAP must be added to Talend Studio
and the workstation hosting Talend Studio.
The exact procedure varies among platforms such as 32-bit or 64-bit Windows or
Linux.
|
Support |
You can use tSAPODPInput to interact with SAP S4/HANA. |