When working on Fiori Elements apps, have you ever tried to use an XML annotation from the UI5 documentation and thought:
“Wait… what exactly do I need to change?”
I wrote a blog on the essentials to make those snippets work in your own project.
community.sap.com/t5/technolog...
Posts by Mio Yasutake
In fact, for attachments compositions, it expects @cap-js/attachments installed in the CAP backend. The purpose is to make it easier for freestyle apps or custom sections on Fiori elements apps to exchange files with the backend.
I built a UI5 control library for handling file uploads in CAP applications.
SingleFileUpload: for LargeBinary fields on an entity
MultiFileUpload: for attachments compositions
npm: www.npmjs.com/package/ui5-...
I created a sample repo and blog to organize annotation-based outbound navigation patterns in Fiori Elements.
It explains how navigation is triggered and how to control the context passed to the target app.
📝 Blog: community.sap.com/t5/technolog...
💻 GitHub: github.com/miyasuta/fio...
and this article summarizes what I learned while sorting them out.
community.sap.com/t5/technolog...
I’ve written a blog about using UI5 libraries on SAP BTP. While this topic comes up often, deploying libraries separately can make the consuming app’s mta.yaml quite complex, so I explored bundling the library into the app instead.
community.sap.com/t5/technolog...
When working with CAP, using CSV files for initial data can be convenient but also risky in productive systems.
In my latest SAP Community blog, I share some practices to avoid data loss and explore other safe ways to register data.
community.sap.com/t5/technolog...
I wrote a blog about how to set default values in RAP entity creation, comparing Default Values Function, Default Factory Action, and Augmentation. In the post, I share the differences, use cases, and sample code.
community.sap.com/t5/technolog...
I’ve written a short blog about trying out Virtual Endpoints with CAP Node.js.
It covers a few small findings I made while testing local previews.
community.sap.com/t5/technolog...