Hi all,
welcome to my first ever blog post. As Peter Spielvogel announced, the new SAP Fiori Tools are now officially released. I'll try to show how you can create an Fiori OVP using the new tooling. This blog post won't do a deep dive specfic card ...
Hi,thanks for the blog - very helpful!I have the exact same question: Is there any chance to create nodes for the child of a child? I think this is quite common, so there should be a option (i hope ).Thank you!EDIT:Got it. You need to add a child de...
Hi Andre,
thanks for this very helpful blog post!
For me the vocabulary based annotations and absolute path was working fine with the following code:
<Label text="{/EntitySet/Property/##com.sap.vocabularies.Common.v1.Label/String}" />
So the differ...
This was very helpful! Thanks a lot! But passing parameters in the route is also not possible, or at least not out of the box. I'm now creating the app specific route including the parameter. There's a small typo in your code, missing a curly bracket...