Excel Add-In for SAP ERP

Build 26.0.9655

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-04-2126.0.9607SAP ERPData ModelChanged
  • ストアドプロシージャのメタデータにおける SAP エクスポートパラメーターの公開方法が変更されました。エクスポートパラメーターは OUT パラメーターとして表示されなくなりました。テーブルおよびストラクチャー型のエクスポートパラメーターについては、ネストされた列が結果列として返されるようになりました。シンプルなエクスポートパラメーターについては、パラメーター値が結果列として返されます。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-04-1326.0.9599SAP ERPData ModelChanged
  • 為替レートカラムに(`/`)プレフィックスが含まれている場合にドライバーがエラーを返す問題を修正しました。クエリ結果では、このスラッシュはマイナス記号(-)に置き換えられます。これは負の値ではなく、間接(逆数)為替レートを表します。
2026-04-1026.0.9596SAP ERPConnectionAdded
  • 接続タイプ JCO 用に JCOSerializationFormat 接続プロパティが追加されました。このプロパティは、無効なデータによる I/O エラーを解決します。
2026-04-0126.0.9587SAP ERPConnectionRemoved
  • BatchSize 接続プロパティが削除されました。
2026-03-3126.0.9586SAP ERPData ModelRemoved
  • sys_tables から IsCreatable カラムが削除されました。
2026-02-1225.0.9539SAP ERPChanged
  • ストアドプロシージャの結果セットにおいて、値が設定されていない日付フィールドが、デフォルトの 0000-01-01 ではなくNULL を返すようになりました。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2025-12-1125.0.9476SAP ERPAdded
  • TableMode 接続プロパティに、次の新しいフィルタオプションが追加されました:AppendTable、Custom、InternalTable、およびView。
  • 新しい接続プロパティとしてCustomTableFilter が追加されました。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-11-2025.0.9455SAP ERPAdded
  • sys_tables に新しいカラムSAPTableClass が追加されました。
2025-10-3125.0.9435SAP ERPChanged
  • PaginationScheme 接続プロパティのフォールバック処理が実装されました。Key ページネーションスキーム使用時に、テーブルがORDER BY 句をサポートしていない、または主キーが存在しない場合は、ドライバーは例外をスローせず、Default ページネーションスキームにフォールバックして情報メッセージをログに記録するようになりました。
2025-10-2325.0.9427SAP ERPChanged
  • Z_CUSTOM_READ_TABLE、Z_CUSTOM_READ_TABLE_750、およびZ_CUSTOM_READ_TABLE_752 のリモートファンクションコール(RFC)にページネーション機能が実装されました。
  • Z_CUSTOM_READ_TABLE、Z_CUSTOM_READ_TABLE_750、およびZ_CUSTOM_READ_TABLE_752 のRFC に、新しいFetchSize 入力パラメータが追加されました。
  • Z_CUSTOM_READ_TABLE_750 およびZ_CUSTOM_READ_TABLE_752 のRFC は、クエリロジックが最適化され、指定されたカラムのみを取得できるようになりました。
2025-10-1725.0.9421SAP ERPAdded
  • sys_tables のページネーション機能が実装されました。PaginationScheme プロパティはsys_tables でも機能します。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-09-1625.0.9390SAP ERPAdded
  • Z_CUSTOM_READ_TABLE_750 スクリプトが追加されました。Z_CUSTOM_READ_TABLE_750 は、SAP ABAP 750 および751 での使用を推奨します。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-0325.0.9377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
2025-09-0125.0.9375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-08-0725.0.9350SAP ERPAdded
  • PaginationScheme 接続プロパティが追加されました。
2025-07-1425.0.9326SAP ERPChanged
  • CData Sync のSAPEdition 接続プロパティで、'cloud' オプションが公開されました。
2025-07-1025.0.9322SAP ERPAdded
  • Z_CUSTOM_READ_TABLE およびZ_CUSTOM_READ_TABLE_752 スクリプトにおいて、USE_ET_DATA_4_RETURN およびET_DATA パラメータのサポートが追加されました。
    • DATA テーブルパラメータは最大長8000に制限されていますが、ET_DATA エクスポートパラメータには長さ制限がありません。
    • USE_ET_DATA_4_RETURN インポートパラメータは、テーブルデータの保存にET_DATA エクスポートパラメータを使用するかどうかを指定します。デフォルト値はtrue です。
2025-06-2525.0.9307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
2025-06-2025.0.9302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
2025-06-1825.0.9300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-05-2725.0.9278ExcelRemoved
  • C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
2025-05-1925.0.9270SAP ERPAdded
  • sys_tablecolumns に次の2つのカラムが追加されました:SAPDataType およびSAPColLength 。
2025-05-1525.0.9266SAP ERPAdded
  • RFC_READ_TABLE(ET_DATA 使用時)またはZ_CUSTOMER_READ_TABLE(バージョン752)を使用する場合に、フィルタでSAP サーバー側のUPPER() およびLOWER() 関数がサポートされるようになりました。
2025-04-0125.0.9222SAP ERPAdded
  • システムテーブルSYS_TABLES に"SAPTableType" カラムが追加されました。このカラムは、SAPTable やSAPQuery など、テーブルのSAP ネイティブテーブルタイプを示します。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2024-12-1824.0.9118SAP ERPAdded
  • MapRAWToVarchar 接続プロパティが追加されました。True に設定すると、このプロパティはSAP RAW 型およびLRAW 型をVarchar 型にマッピングします。
2024-12-1724.0.9117SAP ERPAdded
  • MapNUMCToVarchar 接続プロパティが追加されました。このプロパティにより、クライアントはSAP のNUMC およびACCP フィールドを数値型としてマッピングできるようになります。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-08-2824.0.9006SAP ERPAdded
  • SAP S/4 HANA Cloud への接続がサポートされました。
  • ドライバーがSAP S/4 HANA Cloud とSAP S/4 HANA OnPremise のどちらに接続するかを指定する、SAPEdition 接続プロパティが追加されました。
  • SAP S/4 HANA Cloud サーバーに接続する際にドライバーが使用するポートを指定する、CloudServerPort 接続プロパティが追加されました。
2024-08-1324.0.8991SAP ERPAdded
  • SupportServerSideCount 接続プロパティが追加されました。
2024-07-0724.0.8954SAP ERPAdded
  • 新規プロパティBAPINameSeparator が追加されました。このプロパティは、ストアドプロシージャのアウトプットパラメータでテーブル名およびカラム名を連結する際に使用するセパレータを指定します。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-05-0924.0.8895SAP ERPAdded
  • 新規プロパティ"ReadTableDelimiter" が追加されました。RFC_READ_TABLE 関数を呼び出してテーブルデータを取得する際に、クライアントがインポートパラメータ"Delimiter" を指定できるようにします。
2024-03-1923.0.8844SAP ERPAdded
  • 新規プロパティ"WitespaceToNull" が追加されました。空の値をオリジナルの値として読み込むか、NULL として読み込むかを指定できます。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2023-12-3123.0.8765ExcelAdded
  • Added support for dialect SELECT queries in UI, VBA, and UDF =CDATAQUERY function.
2023-12-1123.0.8745SAP 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.
2023-11-2923.0.8733GeneralChanged
  • ROUND 関数で負の精度値が受け付けられなくなりました。
2023-11-2923.0.8733GeneralChanged
  • FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
  • ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
2023-11-2823.0.8732GeneralAdded
  • シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
2023-11-0623.0.8710SAP 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.
2023-08-1523.0.8627SAP ERPChanged
  • Added an parameter "RESULT_TABLE" for stored Procedure. It specifies the current data rows belong to which output table in the resultset.
2023-07-0523.0.8586SAP ERPChanged
  • Updated the Z_CUSTOMER_READ_TABLE. It uses the ORDER BY PRIMARY KEY to sort the result set.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-06-1523.0.8566SAP 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.
2023-06-0523.0.8556SAP 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.
2023-05-1023.0.8530ExcelAdded
  • Added the ability to cancel an in-progress test connection in the Connection Dialog Box.
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2023-03-0922.0.8468SAP ERPAdded
  • Added support to use the SAP Data Services function "/SAPDS/RFC_READ_TABLE2" as the read table function of the SAP ERP Server.
2023-02-1722.0.8448SAP ERPChanged
  • Added support for returning UUID raw data types as varbinary. Previously, these types were returned as varchar.
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-09-2822.0.8306ExcelAdded
  • Added a config file option STATUSBAR_UPDATE=TRUE. This indicates whether the Excel Add-In will update the Excel Status Bar with progress status on completed tasks. The default value is TRUE. This way, there is the option to NOT update the Status Bar by setting it to FALSE.
2022-09-1422.0.8292ExcelChanged
  • Improved the User Experience of the Connection Editor by introducing a Basic tab for the most important connection properties.
2022-03-1721.0.8111ExcelChanged
  • Changed the behavior so that auto-refreshing continues even if the worksheet is not active anymore or loses focus.
2022-03-0521.0.8099ExcelAdded
  • Added support for inserting rows on tables when no primary key is defined on a given table.
2022-02-1921.0.8085ExcelAdded
  • The button "Get Data -> From ProviderX" now displays a submenu with existing connections buttons and a separator, with the "New ProviderX Connection" button, if a connection exists. If no connections exist, then clicking "Get Data -> From ProviderX" will prompt the user to create a new connection before selecting the data.
2022-02-1921.0.8085ExcelRemoved
  • In the "Table Selection" form, the "Source", "New Connection", "Connection", and "Edit Connection" fields are removed as they are out of the scope of the "Table Selection" form.
2021-12-3121.0.8035ExcelAdded
  • Added batch support for CDATAINSERT, CDATAUPDATE, and CDATADELETE user-defined functions.
2021-11-1121.0.7985ExcelAdded
  • Added a config file option called RETRIEVE_DATA_ROWS_PERCOUNT. When getting data, this indicates how many rows will be populated into the sheet at a time. The default value is 1000.
2021-11-1121.0.7985ExcelChanged
  • Improved performance when loading data from Get Data/Refresh and the CDATAQUERY function.
2021-11-0321.0.7977ExcelAdded
  • Added new VBA functions: GetLastErrorCode and GetLastError.
2021-10-2921.0.7972ExcelAdded
  • Added new VBA functions: GetUpSertedRows, UpSertRows, UpSertAll and UpSert.
2021-10-2921.0.7972ExcelChanged
  • The "Update Rows" button will now update changes made to existing rows or insert newly created rows.
2021-10-2921.0.7972ExcelRemoved
  • The "Add Rows" button has been removed.
2021-09-2821.0.7941ExcelAdded
  • When loading data, table columns are auto-fitted to display all cells' content. In cases when cells have large amounts of text and the table has many rows, this operation might be slow.
  • Added a config file option DISABLE_AUTOFIT_COLUMN. Setting DISABLE_AUTOFIT_COLUMN==TRUE will speed up the process in those cases. The default value is FALSE.
2021-09-2821.0.7941ExcelChanged
  • Changed the maximum characters that a cell can retrieve from the data source from 8,192 to 32,767.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-07-2621.0.7877ExcelAdded
  • You can sort and reorder columns on the "CData Query" form to alter the sort order.
2021-07-2321.0.7874GeneralChanged
  • 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
  • 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
2021-07-2121.0.7872ExcelRemoved
  • Removed support for .NET 3.5. Before upgrade/downgrade, a clean uninstall and then the same product versions install should be performed. So, if you want to downgrade, all the downgrade build versions must support .NET 3.5. If you want to upgrade, all the upgrade build versions will drop .NET 3.5 support.
2021-07-0621.0.7857ExcelAdded
  • Added a config file option REPLACE_SYSTEM_LOCALE=TRUE. This indicates whether Office culture replaces system locale. The default value is TRUE. This way, there is the option to disable overriding system locale by setting it to FALSE.
2021-06-2621.0.7847ExcelAdded
  • Added the ability to move the columns up and down on the "CData Query" form grid view and change their order via the UI.
2021-06-2421.0.7845ExcelAdded
  • Added the default parameter "showPopups" so the user may decide whether to show popups when calling VBA functions.
2021-05-2121.0.7811ExcelAdded
  • A new UI implementation is added for "in" and "not in" filter options on the "CData Query" form. The user is able to select via an interface from a list of distinct column values.
2021-04-2321.0.7783GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
2021-04-1621.0.7776GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
2021-04-1621.0.7776GeneralChanged
  • 重複を避けるため、インデックスの命名規則が更新されました。
2020-12-3020.0.7669ExcelAdded
  • Implemented user awareness during the upgrade process from 2019 to 2020 or 2021 editions.
2020-12-1820.0.7657ExcelAdded
  • Added the "is null" and "is not null" filters on the "CData Query" form.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655