Item name |
Required / Optional |
Use of Variables |
Description |
Remarks |
Type |
Required |
Not available |
Select SAP Query or SAP Table.
-
[QUERY]:(Default)
-
[TABLE]:
|
-
If you change [Type], the following items will be changed.
-
[CONFIG ID]:The [CONFIG ID] defined by the configuration tool is set in the list.
-
[CONFIG TEXT]:The set value is cleared.
-
[Item List]:The set value is cleared.
-
[Execution Parameters]:The set value is cleared.
-
[Definition Information]: The set value is cleared.
-
Changing the [type] value changes the display format of the extraction condition and the configuration of the definition information.
|
CONFIG ID |
Required |
Not available |
Select the [CONFIG ID] defined in the configuration tool. |
If you change the value of [CONFIG ID], the following items will be changed.
-
[Setting text]: The value defined in [CONFIG ID] after change is set.
-
[Item List]: The value defined in the changed [CONFIG ID] is set.
-
[Distinguish between uppercase and lowercase letters]: The value defined in the changed [CONFIG ID] is set.
-
[Extraction condition]: The value defined in [CONFIG ID] after change is set.
-
[Variable parameter / variable name]: The value defined in the changed [CONFIG ID] is set.
-
[Variable parameter / value]: The set value is cleared.
|
CONFIG TEXT |
- |
- |
Display the configuration text defined in [CONFIG ID] |
|
Item List |
Required |
- |
Displays a list of acquisition items defined in [CONFIG ID]. |
- Read the data by the number of items set in the [Item List].
|
Field Name(Technical Name) |
Required |
Not available |
Displays the item name of the item to be acquired. |
The setting value of [Item Name] is reflected in the Mapper's schema.
|
Description(Text) |
Required |
Not available |
The item name text of the item to be acquired is displayed. |
|
Item name |
Required / Optional |
Use of Variables |
Description |
Remarks |
Conditions |
- |
- |
The condition of data selection which you created in Configuration Tool is displayed. |
|
Fields |
- |
- |
The name of selection field is displayed. |
- The name of the item that defined the extraction condition is displayed in the configuration tool.
|
Comparison |
- |
- |
The way of comparison you specified is displayed. |
- The value of the "selection option" of the item for which the extraction condition is defined by the configuration tool is displayed.
|
Range Type |
- |
- |
The range type is displayed. |
- The "range" value of the extraction condition defined by the configuration tool is displayed.
|
Value1 |
- |
- |
The value of the condition of data selection which you specified in Configuration Tool is displayed. |
- The value of "lower limit" or "specified value" of the item for which the extraction condition is defined by the configuration tool is displayed.
|
Value2 |
- |
- |
The value of the condition of data selection which you specified in Configuration Tool is displayed. |
- The "upper limit" value of the item for which the extraction condition is defined by the configuration tool is displayed.
|
Component variable name |
Description |
Remarks |
count |
The number of retrieving the data from SAP system. |
- The value defaults to null.
- If error occurs, 0 is returned.
|
loginId |
Contains the login ID used to retrieve the data. |
- The value defaults to null.
|
tableName |
The name of the SAP table from which data was acquired is stored. |
- The value defaults to null.
- if [Type] is [QUERY], an empty string is returned.
|
userGroup |
Contains the user group of the SAP query executed. |
- The value defaults to null.
- if [Type] is [TABLE], an empty string is returned.
|
queryName |
Contains the name of the SAP query executed. |
- The value defaults to null.
- if [Type] is [TABLE], an empty string is returned.
|
variant |
Contains the variant used to retrieve the SAP query data. |
- The value defaults to null.
- if [Type] is [TABLE], an empty string is returned.
|
message_category |
When an error occurs, the category of the message code corresponding to the error that occurred is stored. |
- The value defaults to null.
|
message_code |
When an error occurs, the code of the message code corresponding to the error that occurred is stored. |
- The value defaults to null.
|
message_level |
When an error occurs, the importance of the message code corresponding to the error that occurred is stored. |
- The value defaults to null.
|
error_type |
When an error occurs, the type of error that occurred is stored.
java.io.FileNotFoundException format. |
- The value defaults to null.
- If no error occurred, returns null.
The contents may change depending on version. |
error_message |
When an error occurs, the message of the error that occurred is stored. |
- The value defaults to null.
The contents may change depending on version. |
error_trace |
Returns trace information when error occurred. |
- The value defaults to null.
The contents may change depending on version. |
Exception name |
Causes |
Solution |
InvalidConfigIdException No CONFIG ID found. CONFIG ID:<CONFIG ID> |
The tool failed to get [CONFIG ID] with specified ID. |
Please change [CONFIG ID] or register the corresponding [CONFIG ID] with the configuration tool. |
InvalidConfigIdException Invalid CONFIG ID found. CONFIG ID:<CONFIG ID> |
[CONFIG ID] has not been set or the definition information of [CONFIG ID] set is in an illegal format.
|
- When [CONFIG ID] is not set Please set [CONFIG ID].
-
When [QUERY] is selected for [Type] and [CONFIG ID] is set
Please check the access privilege to the following directories.
-
Windows
$DATASPIDER_HOME\SAPTableQueryAdapter\config\query
-
UNIX/Linux
$DATASPIDER_HOME/SAPTableQueryAdapter/config/query
-
When [TABLE] is selected for [Type] and [CONFIG ID] is set
Please check the access privilege to the following directories.
-
Windows
$DATASPIDER_HOME\SAPTableQueryAdapter\config\table
-
UNIX/Linux
$DATASPIDER_HOME/SAPTableQueryAdapter/config/table
|
ExecuteCommandFailedException Process canceled. Code:<value> |
This adapter failed to connect to SAP system.
This adapter found invalid parameters in [Execution Parameters], and so on. |
Please check the execution log from "My Log" of DataSpider Studio. |