Mio Yasutake's Avatar

Mio Yasutake

@tami624.bsky.social

143 Followers  |  92 Following  |  7 Posts  |  Joined: 26.11.2024
Posts Following

Posts by Mio Yasutake (@tami624.bsky.social)

Preview
Basics of Custom Filters in Fiori elements (OData V4) Introduction In Fiori elements, custom filters are used when standard filter fields are not sufficient. This is typically the case when you need to use a different control than the standard filter con...

and this article summarizes what I learned while sorting them out.
community.sap.com/t5/technolog...

05.02.2026 20:40 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Simplifying UI5 Library Use on BTP by Bundling Libraries at Build Time Background: Reusing UI5 Libraries on SAP BTP When using a custom UI5 library on SAP BTP, the most common approach is to deploy the library source first and then consume it from other applications. Bas...

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...

10.01.2026 23:16 β€” πŸ‘ 10    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
Avoiding Data Loss When Loading Initial Data with CSV Files in CAP Introduction When you start learning CAP, running cds add tiny-sample generates all the necessary sample artifacts, including a CSV file inside the db/data folder. Once deployed, the data from this CS...

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...

15.09.2025 20:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Setting Default Values in RAP Entity Creation: Default Values Functions, Actions, and Augmentation Setting default values when creating a new entity is a common requirement in RAP-based application development. Currently, there are three options available:Β Default Values Function, Default Factory A...

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...

23.08.2025 21:39 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
CAP with Local App Previews – Tips for Smooth Development UI5 has recently introduced Virtual Endpoints, eliminating the need for sandbox files and reducing maintenance effort in local previews. For details, please read the blog post below: https://community...

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...

16.08.2025 21:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Exploring Application Frontend Service: Deploying the UI of an MTA App Introduction Application Frontend Service (AFS) was introduced in May this year (see blog). It is a single point of entry for hosting, serving and operating frontend applications. It shares some funct...

Tried out Application Frontend Service and wrote up some notes: community.sap.com/t5/technolog...

12.07.2025 21:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Creating a Multi-Item Edit Screen in RAP Similar to SM30 Introduction In the ABAP RESTful Application Programming Model (RAP), there's a method to create screens that allow simultaneous editing of multiple rows. Such applications are commonly used to mainta...

I've written a blog on how to implement a table update screen similar to SM30 using RAP.
community.sap.com/t5/technolog...

11.02.2025 21:39 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0