Top "Sap-fiori" questions

Use this tag for technical topics of SAP's design system "Fiori" such as Fiori Launchpad (FLP), Fiori Front-End Server (SAP FES), or "Fiori Elements". When asking about Fiori Elements, consider including the [odata] and [sapui5] tags.

SAPUI5 routing throws error “Control (ID of an App control) could not be found”

This question derived from this answer (I can't get the source code running) , My requirement is similar with this question, …

routing sapui5 sap-fiori
Pass custom filter to SmartTable

I created a custom control on a smart filter bar. I am unsure of how to pass the selection to …

sapui5 sap-fiori
SAPUI5 Data Binding on SimpleForm

I am having issues trying to bind data on a simple form. I am using a mock server and have …

data-binding odata sapui5 sap-fiori
Uncaught TypeError:this.getRouter is not a function

Tring to add an object route to the main route(table page), but return this.getRouter is not a function …

sapui5 sap-fiori
GCM Error - googleCloudMessaging.register

I have the problem that the android application says. "The application xxxx Sorry stopped" to work with the push notificaction, …

android push-notification google-cloud-messaging sap-fiori gcmlistenerservice
Fiori - Cross Application Navigation

I want to navigate between the applications in launchpad. I have found with lot of searching that, through CrossApplicationNavigation in …

sapui5 sap-fiori
How to get parent View/Fragment from a Control

How can I retrieve the View/Fragment a sap.ui.core.Control belongs to? BR Chris

controls viewcontroller sapui5 sap-fiori
SAPUI5 - Routing with parameter

I have 2 pages. On first page, user needs to select dropdown values & click submit, Where I call jQuery ajax. …

routing sapui5 sap-fiori
Filter on more than one column

I have a table that I can filter from one column: handleSearch: function(oEvent) { var sValue = oEvent.getParameter("value"); var …

sapui5 sap-fiori