Questions tagged [sap-fiori]

For discussions on SAP's Fiori design system, utilize this tag. Topics include "SAP Fiori launchpad" (FLP), "SAP Fiori front-end server" (SAP FES), "SAP Fiori elements", and "SAP Fiori tools". This tag also applies to custom Fiori apps that adhere to the Fiori design principles. Questions regarding SAP Fiori elements should be accompanied by the [odata] and [sapui5] tags, specifying the OData version used.

The function to navigate, 'navTo', is not defined and so it cannot be read

I am trying to create a navigation button in my SAPUI5 application deployed on Fiori _onPageNavButtonPress: function () { var oHistory = History.getInstance(); var sPreviousHash = oHistory.getPreviousHash(); if (sPreviousHash !== ...

Automating SAP Fiori with Selenium (JAVA): A Step-by-Step Guide

Looking to automate SAP Fiori (Browser) using Selenium in Java. Are there any external tools that need to be installed or specific SAP configurations that need to be enabled in order to successfully read elements within the Fiori interface? Attempts have ...