We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Introduction SAP Build Code, the pro-code offering utilizing Joule, brings cutting-edge generative AI (GenAI) capabilities to developers across a wide array of use cases. These range from UI5 and Cloud Application Programming Model (CAP) development...
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...
Hi @Cocquerel,I've just added them, thanks. There is additionally now a history at the end of the blog displaying which features have been added to this blog and when. Best, David
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