4.2.1 and later
SAP S/4HANA OData Connector Release Notes - Mule 4
Support Category: Premium
Anypoint Connector for SAP S/4HANA OData Connector provides full support to query, create, update, and delete entities, and execute remote functions using the SAP S/4HANA API.
Guide: SAP S/4HANA OData Connector
Reference: SAP S/4HANA OData Connector Reference
2.5.1
2.4.1
2.3.7
2.3.3
2.2.1
2.0.0
March 19, 2020
Features
Added support for OAuth 2.0 client credentials. This new feature breaks backward compatibility. (CONN-2944)
See Upgrade SAP S/4HANA OData Connector to 2.0 - Mule 4 for information about how to upgrade to the latest version.
1.2.0
1.1.0
September 27, 2019
Features
-
Added new Expanded properties parameter to support entity expansion in the Get Entity by key and Query operations. This parameter enables you to specify a comma-separated list of navigation properties. Each navigation property can be followed by a forward slash and another navigation property to identify a multi-level relationship. Properties of an expanded navigation property are not a part of the payload unless selected.
-
New
S4HANA:SERVER_ERROR
andS4HANA:NO_SUCH_NAVIGATION_PROPERTY
errors are provided.
Fixed Issues
-
Fixed bugs related to creating and updating sales orders and purchase orders when line items were specified. (CONN-2530)
-
Date and time formats were not formatted correctly. (CONN-3075)
-
Connector did not stop the HTTP client when resolving metadata. (CONN-3498)
-
There was no way to specify an entity key when performing an update operation. (SE-13101)
-
The Returned Fields parameter description is revised to be: a comma-separated list of selection clauses. Each selection clause may be a property name, navigation property name, or the asterisk
*
character. The*
syntax causes all properties for an entry to be included without traversing associations. Use forward slash/
to select fields of expanded navigation properties. If no field is selected, then all fields are returned.