SAP Build Code, which focuses on pro-code development, offers a variety of GenAI functionalties to support the development process using CAP, HANA development, as well as UI5.In this blog post, I'll focus on the freestyle aspect of UI5 development, d...
Hello,
I have an oData Service (xsodata) that is consumed by an UI5 Application. However, everyone with access to the URL can f.e. get all the resources for /Requests . To solve this, I set up principal propagation to get the current user in the ap...
Hello ,i'm currently using a MultiSelect mode on my table. After some items are selected, some actions are triggered and those checkboxes which were enabled are now disabled in the table.I am not able to click on each of them. However, when i click t...
Hello,i'm currently working with a HANA Express 2.0 version on my laptop which has the webide and XSA stack installed. In my project i need to make HTTP Post/Put/Delete calls to another system/server in order to send REST requests. I already tried th...
Thanks for the questions! We understand the interest in this feature and appreciate the feedback. While no specific details or timelines can be shared at this moment, our team is always exploring ways to improve the developer experience and offer thi...
Hello Mukund,I think some of these information are outdated, such as SAP Leonardo. I also wonder why there is no mention about Joule when talking about SAP AI technologies. Regards,David
Hi Ron,like this ?let oData = this.getView().getModel("oDtdModel").getData();This should give you your data as array, as seen in the dev tools.Best regards,David
Hi,to understand you correct, you just want to use a basic filter like you showed in your provided code?Regarding your code: The read function has only two parameters : The path and parameters. (https://sapui5.hana.ondemand.com/#/api/sap.ui.model.od...