Cmdlets for SAP ERP

Build 25.0.9434

Changelog

General Changes

DateBuild
Number
Change
Type
Description
10/23/20259427SAP ERPChanged
  • Pagination has been implemented on the Z_CUSTOM_READ_TABLE, Z_CUSTOM_READ_TABLE_750, and Z_CUSTOM_READ_TABLE_752 Remote Function Calls (RFCs).
  • A new FetchSize import parameter has been added to the Z_CUSTOM_READ_TABLE, Z_CUSTOM_READ_TABLE_750 and Z_CUSTOM_READ_TABLE_752 RFCs.
  • The Z_CUSTOM_READ_TABLE_750 and Z_CUSTOM_READ_TABLE_752 RFCs now optimize query logic and support fetching only the columns specified.
10/17/20259421SAP ERPAdded
  • Pagination functionality for sys_tables has been implemented. The PaginationScheme property is functional for sys_tables as well.
10/06/20259410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
09/16/20259390SAP ERPAdded
  • Added the Z_CUSTOM_READ_TABLE_750 script. Z_CUSTOM_READ_TABLE_750 is recommended for use with SAP ABAP 750 and 751.
09/12/20259386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
09/10/20259384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
09/03/20259377GeneralChanged
  • Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
09/01/20259375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
08/21/20259364GeneralChanged
  • Report behavior change:
    • Fixed inconsistent string value comparisons in non-table queries.
    • For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
08/13/20259356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
08/07/20259350SAP ERPAdded
  • Added the PaginationScheme connection property.
07/14/20259326SAP ERPChanged
  • Exposed the option "cloud" for the SAPEdition connection property in CData Sync.
07/10/20259322SAP ERPAdded
  • Added support for USE_ET_DATA_4_RETURN and ET_DATA parameters in the Z_CUSTOM_READ_TABLE and Z_CUSTOM_READ_TABLE_752 scripts.
    • The DATA table parameter is limited to a maximum length of 8000, while the ET_DATA exporting parameter has no length restriction.
    • The USE_ET_DATA_4_RETURN importing parameter specifies whether the ET_DATA exporting parameter is used to store the table data. The default value is true.
06/25/20259307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
06/20/20259302GeneralAdded
  • Created the following functions:
    • TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
    • TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
    • BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
    • BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
06/18/20259300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
05/27/20259278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
05/19/20259270SAP ERPAdded
  • Added two columns to sys_tablecolumns: SAPDataType and SAPColLength.
05/15/20259266SAP ERPAdded
  • Added support for SAP server-side UPPER() and LOWER() functions in filters when using RFC_READ_TABLE (with ET_DATA) or Z_CUSTOMER_READ_TABLE (version 752).
04/01/20259222SAP ERPAdded
  • Added the column "SAPTableType" to the sytem table SYS_TABLES. This column shows the SAP native table type of the table, such as SAPTable and SAPQuery.
02/15/20259177GeneralAdded
  • Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
12/18/20249118SAP ERPAdded
  • Added the MapRAWToVarchar connection property. When set to True, this property maps the SAP RAW and LRAW types to Varchar type.
12/17/20249117SAP ERPAdded
  • Added the MapNUMCToVarchar connection property. This property allows the client to map SAP NUMC and ACCP fields as numeric types.
11/27/20249097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
08/28/20249006SAP ERPAdded
  • Added support for connecting to SAP S/4 HANA Cloud.
  • Added the SAPEdition connection property, which specifies whether the driver connects to SAP S/4 HANA Cloud or SAP S/4 HANA OnPremise.
  • Added the CloudServerPort connection property, which specifies the port the driver uses when connecting to an SAP S/4 HANA Cloud server.
08/13/20248991SAP ERPAdded
  • Added the SupportServerSideCount connection property.
07/07/20248954SAP ERPAdded
  • Added a new property, BAPINameSeparator, which specifies a separator to be used to concatenate table and column names in the stored procedure's output parameter.
05/09/20248895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
05/09/20248895SAP ERPAdded
  • Added a new property "ReadTableDelimiter". It allows the client to specify the import parameter "Delimiter" when calling the RFC_READ_TABLE function to retrieve the table data.
03/19/20248844SAP ERPAdded
  • Added a new property "WitespaceToNull". It allows to indicate whether to read the empty value as the original value or as NULL.
03/15/20248840GeneralAdded
  • Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
12/11/20238745SAP ERPAdded
  • Added a new property "SNCSSO". When connecting via SNC mode, it permits users to determine whether to utilize SNC credentials for authenticating the caller.
11/29/20238733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.

Changed
  • The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
  • The return type of the ABS function will be consistent with the parameter value type.
11/28/20238732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
11/06/20238710SAP ERPAdded
  • Added an extra column "SAPParameterStructInfo" in the CData system table SYS_PROCEDUREPARAMETERS. The column stores the JSON format structure info of the SAPTable or SAPStructure type.
08/15/20238627SAP ERPChanged
  • Added an parameter "RESULT_TABLE" for stored Procedure. It specifies the current data rows belong to which output table in the resultset.
07/05/20238586SAP ERPChanged
  • Updated the Z_CUSTOMER_READ_TABLE. It uses the ORDER BY PRIMARY KEY to sort the result set.
06/29/20238580PowerShell CmdletsRemoved
  • Removed support for .NET 2.0
06/20/20238571GeneralAdded
  • Added the new sys_lastresultinfo system table.
06/15/20238566SAP ERPAdded
  • Added a new property "CheckDecimalNotation". It enables clients to decide whether to use the Decimal Notation of the SAP user profile for formatting decimal data.
06/05/20238556SAP ERPChanged
  • The connection property "TrimStrings" is exposed, which governs the string trimming behavior. Its enumerations encompass four possible values: "TrimRight" / "TrimLeft" / "TrimAll" / "None", with "TrimAll" being the default setting.
04/25/20238515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
03/09/20238468SAP ERPAdded
  • Added support to use the SAP Data Services function "/SAPDS/RFC_READ_TABLE2" as the read table function of the SAP ERP Server.
02/17/20238448SAP ERPChanged
  • Added support for returning UUID raw data types as varbinary. Previously, these types were returned as varchar.
12/14/20228383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
09/30/20228308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
09/02/20217915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
08/07/20217889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
08/06/20217888GeneralChanged
  • Added the new sys_primarykeys system table.
07/23/20217874GeneralChanged
  • Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
  • As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
04/23/20217783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
04/16/20217776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.

Changed
  • Updated index naming convention to avoid duplicates.
04/16/20217776GeneralChanged
  • Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
04/16/20217776PowerShell CmdletsAdded
  • Added support for PowerShell 7.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434