Hi Experts,
I am building a RAP based SAP Fiori Elements application. In this Fiori App, I need to have a value help which has some sort of logic involved, hence I am defining a CDS custom entity and exposing this entity as value help. However, my value help is expected to return 1000 results, while the paging implementation in CDS custom entity restricts it to 134(as I could find in debugging). I expected the method to be called again after scrolling down after 134 records in my value help, but it is not called again. How can I return more than 134 records in this value help?
Thanks,
Aman