Hello,
We use an Odata End-service that has been generated by a ABAP CDS view (version SAP 7.5)
The Odata End-service extracts data from a HANA calculation view that has a number of Input parameters implemented. Some of these input parameters have been set to 'multiple values' to allow more than one value of an input parameter to be passed to the calculation view from the Odata End-service via the the CDS views based on an AMPD method.
We are not able to pass multiple values of an input parameter from the The Odata End-service. The problem is that even though the CDS views accept multiple values, they never seem to be passed to HANA (this is a behaviour we can observe when doing a preview on the CDS view (table function type of CDS). We we try, we constantly run into timeout issues.
Do you know if it's possible to pass multiple instances of an input parameter value to HANA via Odata service End-point based CDS views ?