OpenUI5 support for OData v4?

I tried to use OpenUI5 using .NET OData v4 web API service. It looks like the client embeds the "Max OData Service Version" header with the default HTTP request and my service doesn't like it. In addition, the documentation maintains support for v2 experimental v3.

Does anyone know when v4 support is expected?

Many thanks!

+3


source to share


2 answers


There are people working on v4 support, but don't expect them to be available in the next few months. A new version of the v2 model is currently being rolled out with performance optimizations and improved batch support, after which it is being finalized. I think v4 support will be an important part of the agenda.



+3


source


Edit: Check it out, it looks like OData V4 finaly has just been released. https://sapui5.netweaver.ondemand.com/sdk#docs/api/symbols/sap.ui.model.odata.v4.ODataModel.html

But keep in mind what Jens Ethel said:

[...] Due to limited capabilities, we do not recommend using the first of these release model implementations for production applications. [...]




I have a helpful answer from the SAP community network and still have a hot question ( http://scn.sap.com/thread/3878246 ) To keep something short: it is still not supported and release dates not yet, but they're on it.

[...] We will ship a UI5 OData V4 with an expanding capacity with upcoming UI5 releases. [...]

0


source







All Articles