Hello all!We are developing an application using SAP CAP and we have 3 different projects: one for the data model, one for the application frontend and one for the application router (standalone app router). All of them are deployed in BTP Cloud Foun...
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...
Hello all,
I am trying to implement an ABAP Restful Odata service with an entity which will be shown in a hierarchical manner (in a TreeTable type SmartTable). I have done this many times before with a regular SEGW Odata service and some annotation...
Hello all, I have been following the these 2 tutorials (Tutorial 1 and Tutorial 2) in order to access DWC objects from a SAP CAP project developed in BAS. I have created the User Provided Service and all the db objects. I have bound my application to...
Hello all,
I am developing an application where I am using an Analyitical smart table. This table is annotated locally and now I want to add a criticality status to a field depending on a condition.The cds view has no OData.publish annotation and i...
I have tried threshold, model size limit, startIndex and length of the TreeTable control, but RAP limits my request always to 100 entries, no top or skip parameters are added to the request. This works with sap.ui.table.Table, but not with sap.ui.tab...
The OData call is asking for the entity set with no $top or $skip parameterGET C60?sap-client=101 HTTP/1.1The model size limit is set to 1000, but the answer to this request has a skip token, so I am guessing this parameters are set in the backend.
How do you manage that $top parameter in a UI5 control? SetSizeLimit does not work with a RAP model (V2 at least). Is it possible to change the top limit server side?
Hello, thank you for the detailed blog! I have followed your blog and was able to create/modify/delete variants in one session, and they work as expected, but when I reload the application, those variants are gone, even though they are present in som...