Hi I am trying to call Odata read with filter and parameters. But not able to get the data back. Any inputs would be appreciated Answer try removing the square brackets around oFilter in your code: filters: [oFilter], should be replaced by filters: oFilter, the filters attribute expects an Array of sap.ui.model.Filter. Your oFilter variable is already an array of
Tag: odata
How to build an odata service in node by json service
We have a requirement of reading the service and convert it into odata. Our target system only understands odata and the source cannot deliver odata. So we are trying to build node service to facilitate the same. I tried to use CAP (https://cap.cloud.sap/docs/get-started/) but it seems it can only work with persisted data. It would be really helpful if you
OData $top and PageSize has no impact on web API performance
I currently have a web API for an ASP.net WebApplication that queries a view of all of our Test Data (About 500k rows) in SQL server 2008 R2 which is referenced in the Web API via Entity Framework Filtering Data has acceptable performance, here is the client side code I am using to debug the Web API: This Query: “../api/TestData?$filter=DeviceTypeID
Bind Association XSOData in UI5?
Let’s say I have Employee entity associated with Address entity in XSOData and I want to bind them to a single control – StandardListItem. How to achieve this? Associated address details available at Employee(’emp1′)/Address/ TIA. Answer If I understand correctly, the Address element is an entity. You cannot bind a property to a whole entity. I would assume that it
SAP UI OData Create does not initialize IT_KEY_TAB parameter
I’m testing oData functinality with SAPUI5. So far I’ve implemented GET & DELETE which is working fine. No when I want to add a new Entry I get some problems. Im sending the Create-Request like this: This is my Request: Also the data I want to post is mentioned in the request: When I add an external Breakpoint to my