Category: UI5 & Fiori

Load data automatically in Fiori List Report

Using the Fiori List Report template of SAP in Business Application Studio contains no setting to automatically load data into the table. Users need to explicitly press the Go button so that the list is populated. In case You want to fill the table automatically, please add the following annotations to the manifest.json of the […]

READ MORE

Fiori Elements Value Help not shown

This is a crime against the Fiori developer community . Stealing our time, really ? Using Fiori Elements List report template combined with OData v2 SAP backend services, the Value Helps are not shown in 2024. Why ? We have an ABAP CDS value help definition annotations/metadata, which then properly arrives as value-list annotation in […]

READ MORE

Using i18n text in ABAP CDS

Doing CAP projects You have usually the i18n files in the same service project. In ABAP we have no such, only transaction SE63 to translate text annotations of CDS Metadata Extensions (MDE). The possibility is however given to do this outside ABAP CDS, this means You can refer i18n properties placed in the frontend UI5/Fiori […]

READ MORE

Favorites 2.0

Those who liked the first edition, here is the new 2023 edition with some extra. Happy New Year ! Features: Installation: For more details and explanation on GitHub pages see the documentation of the first edition.

READ MORE

Command Line Commands for SAP Development

NPM NPM install package globally (system-wide) NPM install package locally and add as devDependency (in your project) into the package.json file NPM install packages found in the package.json file locally in the same folder where You issue NPM install a package and add to package.json under dependencies NPM check outdated Local packages Open terminal in […]

READ MORE

Write / Create UI5 Console Log

Introduction The below demo provides You code samples to write a console log using the UI5 Log API, which can be turned on/off on demand when using UI5 applications. Developing a framework for UI5 can benefit from switchable logs, especially at the initial phase, or during troubleshooting. The demand and purpose can of course vary […]

READ MORE

Team Time Fiori Map

Problem Joining a large multi location team can be tricky, because you have to know what time is it at Your colleagues location. One hand during communication with Your colleagues or scheduling a meeting a fast insight can be really helpful, other hand if You are not challenged enough professionally, then You turn to fun […]

READ MORE