2024 Mar 18 10:55 AM - edited 2024 Mar 18 10:57 AM
Hi Experts,
According to the documentation here it is supposed the usage of the open types is allowed on oData service on CAP application.
I'm implementing a project where I'm serving a SAP ariba open API data as oData, as the result structure contains hundred of fields I used the @open annotation to serve it dynamically:
I can see in the metadata of the EDMX the entity contains the OpenType property:
On service level I'm returning the following payload:
But I'm getting just the static properties:
So, do you know if the functionality is supported?
This is the CDS version I'm using:
Thank you!
This is not supported by nodejs runtime yet, try Java runtime.
If you scroll down a little bit in the documentation, there is a warning:
WARNING
The full support of Open Types (@open) in OData is currently available for the Java Runtime only. The Node.js runtime supports the feature only for the REST Adapter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.