on ‎2025 Jan 27 10:25 PM
Hello Experts,
I have built a Fiori Elements-based list report application using an OData V4 service. This service consists of CDS views exposed as entities. I have a requirement to implement grouping and subtotals in the Fiori report. I followed the documentation and changed the table type to an Analytical Table in the manifest.json as shown below.
Also I have maintained local annotations as per SAP documentation.
But when I try to run the app I am getting the error as below.
So if anyone has some idea on how to overcome this, please do provide the inputs.
Thanks in Advance!!!
Best Regards,
Parthu.
Request clarification before answering.
Does your CDS view have fields annotated with @Aggregation.default ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MioYasutake,
Yes I have maintained
@Aggregation.default: #SUM
MyField,
But still no luck .Even Grouping is not appearing when I run the application. Getting the same error as I described above.
@Partha24Now I remember that in 2023, I had a similar issue and raised a support ticket. They said that the Analytical Table was not supported with an OData V4 service developed using RAP. A fallback approach is to use OData V2 instead.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.