Hi,
I recently created an OData Service with the Netweaver Gateway Service Builder (SEGW), but unfortunately the grouping of properties does not seem to work as I know it from XS OData services.
When I call the url below on an XS OData, I get a result where A and B are aggregated by YEAR
.../odata/CA_CFA.xsodata/cfa?$select=A,B,YEAR
This grouping does not work the same when I call the same $select parameter on the OData service I defined in SEGW.
The properties A and B have the semantic set to "aggregate" and YEAR is set as a dimension.
Is there a way to achieve the same behaviour with the ABAP OData service as with the XS OData service?
Thank you!