Skip to Content
0
Aug 07, 2023 at 12:36 PM

SetSizeLimit not working with Abap Restful Odata Model

53 Views

Hello experts!

I have developed an OData V2 Abap Restful Model (RAP) and I am facing an issue I never had before with an Odata Model developed through SAP GW.

I am trying to set the model size limit to more than 100 (500 entries) but when requesting data, the answer is always bringing back a limit of 100 entries.

I have a treetable with operation Client and I want to load all entries at once (more than 100), but this approach is not working.

How do I set a model size limit with RAP?

Thank you very much