cancel
Showing results for 
Search instead for 
Did you mean: 

Excel download in SAP Fiori Elements app gets stuck in a loop when $top and $skip not implemented...

miltonc
Product and Topic Expert
Product and Topic Expert
0 Kudos
262

$top and $skip is not implemented in custom READ event handler in CAP application.  Build a Fiori Elements List Report application based on this CAP application.  Excel download will get stuck in a loop if number of rows returned is greater than 200 (default for V2). 

GitHub repo:  https://github.com/miltonchandradas/EXT00852.git 

Branches:

  • 1_issue (Issue reproduced with OData V2 - run cds watch)
  • 2_resolution (workaround)
  • 3_issue_v4 (Issue reproduced with OData V4 - run cds watch)
  • 4_resolution_v4 (workaround)

This issue was found in SAPUI5 version 1.124.1 - Works fine in SAPUI5 version 1.120.1

View Entire Topic
miltonc
Product and Topic Expert
Product and Topic Expert
0 Kudos
  • Set the newly added downloadLimit property on the dataSource configuration (OR)
  • Implement $top and $skip

This new behavior ensures that any additional data (since last table binding) is not ignored during export...