Introduction
How to handle transactional operations in a “stateless world" like SAPUI5? This is a central question which should be addressed in every architecture design phase. One possible scenario I want to cover in this blog is the optimistic lock...
Introduction
Fiori Elements are becoming increasingly popular. They provide a framework to generate SAPUI5 apps at runtime based on metadata annotations.
Instead of generating a whole application, developers can also use Smart Controls for their exi...
Hi Michal,
thanks for your great input!
I've built a UI5 application and tried to call the OData service from there. However, I'm facing a similar issue: 500 (Internal Server Error).
Do you have a code example of how your API call looks like?
I...
Hi Gregor,
when it comes to extending Fiori Elements applications, this blog post might help you:
https://blogs.sap.com/2017/03/02/annotating-and-extending-fiori-element-applications/
On Part 2, you can also find an example about using field contr...
Hi Karthik,
yes indeed, if you do not change anything on your data, there is no additional backend call again, as this entity is already part of your your "local" model.
Hi Matt!
Did you check the refresh method of the ODataModel?
This will check all bindings and updates the controls if data has been changed. There is also a ForceUpdate parameter provided.