Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
CloudServerPort | The port of the SAP S/4 HANA Cloud server. |
SAPEdition | The edition of SAP being used. Set either SAP cloud or SAP OnPremise. |
BAPINameSeparator | A separator for concatenating table and column names when the output of the stored procedure contains a table type parameter. |
Charset | The system code page used for Unicode to multibyte translations. |
CheckDecimalNotation | A boolean indicating if you need to use the Decimal Notation of the SAP user profile to format the decimal data. |
EndianType | The endian type for the SAP server. Enter either Big or Little. |
GatewayHost | The gateway host you wish to connect to. |
GatewayService | The gateway service you wish to connect to. |
GenerateSchemaFiles | Determines how schema files should be generated. |
InitialValueMode | How to treat initial values in SAP. |
Language | The language value to be used when connecting to the SAP system. |
Location | A path to the directory that contains the schema files defining tables, views, and stored procedures to work with your chosen data source. This must be set in order to add new tables to provider. |
MaxRows | Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses. |
Other | These hidden properties are used only in specific use cases. |
Pagesize | The number of results to return per page from SAP. Only used for SAP tables. |
QueryMode | Determines which SAP queries will be displayed as views, if any. |
ReadTableDelimiter | The delimiter is submitted to the ReadTableFunction . |
ReadTableFunction | The function to use for reading table data. |
StoredProcedureFilter | A filter indicating which function modules to report as stored procedures. |
SupportServerSideCount | Determines if the count function of the simple query is executed in the SAP server. For example, select count(*) from ADRC. |
TableMode | Determines which SAP tables will be displayed as views if any. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
TrimStrings | A boolean indicating if varchar columns should be trimmed or not. |
UseInternalNames | Specifies the whether to use the internalName of columns. |
UseLabels | Set this property to determine if labels should be used for table and column names. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |
UseSimpleNames | Boolean determining if simple names should be used for tables and columns. |
UseUnicodeRFC | A boolean indicating if you want to use RFC_GET_UNICODE_STRUCTURE to get structure information. |
WhitespaceToNull | Indicates whether to read the empty value as original value or as null. |