• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Sap Table Source Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfSapTableSourceNode
X-Ref:
  • Ast Adf Sap Table Source Node
  • Ast Adf Sap Tabular Source Base Node
  • Ast Adf Dataset Source Base Node

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfSapTableDatasetNode 
Specifies a reference to the SAP Table dataset that will supply the data. This is a required reference to an existing definiton.
BatchSizeInt320
Specifies the max number of rows that will be fetched at a time.
CustomRfcReadTableFunctionModuleString 
Specifies the custom RFC function module the is used for fetching data from the SAP table.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
PartitionOptionAdfSapPartitionOptionNone
Specifies the partition mechanism that is used for reading SAP tables in parallel.
QueryTimeoutString 
How long to wait before timing out.
RetryCountInt320
Number of retries.
RetryWaitString 
String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))
RfcTableFieldsString 
Specifies the fields of the table to be retrieved. An example: Column0, Column1.
RfcTableOptionsString 
Specifies the options for filtering the SAP table. Example: Column0 EQ Value.
RowCountInt320
Number of rows to be fetched.
RowSkipsInt320
Number of rows to skip.
SapDataColumnDelimiterString 
The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved.

Singleton Children

ChildAPI TypeDescription
<PartitionSettings />AstAdfSapPartitionSettingsNodeAstAdfSapPartitionSettingsNode objects correspond directly to partition settings for SAP Table sources in Azure Data Factory.

Collection Children

ChildAPI TypeDescription
<AdditionalColumns>
    <AdditionalColumn />
</AdditionalColumns>
AstAdfCopySourceAdditionalColumnNode
Specifies a list of additional columns to be used in the copy activity.
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Parameters>
    <Parameter />
</Parameters>
AstAdfCopyActivityParameterNode
Specifies the Dataset parameters to be used.

© Varigence