cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Fiori Elements List Report with Analytical Table - Performance

KevinPistol
Explorer
0 Likes
591

Hi,

we created a List Report with SAP Fiori Elements based on a CDS-View with some analytical annotations.

In manifest.json the type in tableSettings is set to "AnalyticalTable". Everything works fine from functional aspect but performance-wise we face some issues as we select high-volume data:

- first selection using the filter-criteria is alright, even though it takes a couple of seconds

- but when after this first selection we group using a certain column, a new Request is sent to the backend, resulting in another few seconds of waiting, even though the data should already have been fetched and no filter has been changed

- when expanding a group-line, another Request to the backend is sent, another few seconds pass

My question is: Can we avoid the last two requests sent to the backend to group and expand the group-lines? Is there a way to force the frontend to process the grouping with the already fetched data?

In addition, for the first request we set the threshold-Parameter to 100000 as we expect such a high-volume of data and otherwise scrolling leads to new requests to the backend. Is there a way to set the threshold to infinite?

Thanks for your help and advice,

Kevin

Accepted Solutions (0)

Answers (0)