Questions tagged [sap-fiori]

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". Use this tag also to indicate that you intend to follow Fiori design guidelines as much as possible (Otherwise, it would not be a "Fiori app"). When asking about Fiori Elements, consider including the [odata] and [sapui5] tags.

About

SAP Fiori is the new design system for SAP software. It applies modern design principles for a completely reimagined user experience. SAP Fiori UX represents a personalized, responsive and simple user experience across devices and deployment options.

SAP Fiori 3 in SAP Cloud Platform (SCP) Portal Sample Fiori 3 UI design

Fiori apps focus on the most critical and common activities and are designed around how people work:

  • Role-based: Fiori apps decompose complex applications into a task-based experience with one central entry point for each user.
  • Adaptive: Fiori apps adapt to all sizes, devices, versions, and channels to provide a common user experience across all channels
  • Simple: Fiori apps follow the 1-1-3 experience (1 user, 1 scenario, 3 screens). They know and provide the right context and meaningful data integration.
  • Coherent: user experience with apps that speak the same design language. This implies coherence for common activities as well as coherence for your brand.
  • Instant value: with a low barrier to adoption, enabling customers to adapt and users to personalize.

Links


Related tags

644 questions
52
votes
11 answers

How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the MS space which seems to have an absolutely different philosophy than SAP. And this is starting to be an issue - I can't "get" SAP. So,…
Eli
  • 1,275
  • 1
  • 15
  • 28
13
votes
6 answers

GCM Error - googleCloudMessaging.register

I have the problem that the android application says. "The application xxxx Sorry stopped" to work with the push notificaction, when performing the debugger that happens when it passes: method 1 InstanceID InstanceId = InstanceID.getInstance…
9
votes
5 answers

How to handle the itemPress of sap.m.Table?

I've written an XML view. Inside it there is a table:
padibro
  • 1,240
  • 9
  • 49
  • 89
8
votes
1 answer

Need to load the UI5 Module from Other Host in SAP Fiori

We have 2 applications one is SAP Fiori App which is deployed in SAP ABAP repository and another app which is written OpenUI5 which is not related to SAP so we have deployed in Apache Tomcat. We need to Integrate these 2 applications like on…
chiranjeevigk
  • 1,456
  • 1
  • 21
  • 41
8
votes
1 answer

Custom Theme for NWBC creating issue in Fiori

I've created a custom theme for NWBC (just with a different background image) and it turns out that this is connected to Fiori too. The theme was created just like the tutorial on this link: How to create and assign custom theme to NWBC When I try…
Eva Dias
  • 1,591
  • 9
  • 30
  • 65
7
votes
2 answers

How to reuse a component from another application in UI5 1.38?

Environement Framework : SAPUI5 V1.38.39 IDE : SAP WEB IDE Problem I want to use a SAPUI5 application in another one, in order to do so I found the following resource:…
SylwekFr
  • 302
  • 1
  • 17
5
votes
1 answer

Fiori Elements - Customize $batch query

I have Fiori applications using fiori element and I want to tweak the odata queries that UI5 generated for OData in $batch calls. I have livemode turned for the list report along with smartfilter for selection/filter and list of values using…
05_pingpong
  • 87
  • 2
  • 8
4
votes
2 answers

SAPUI5. My Inbox. Attachments asynchronous update

I use SAP standard library: Inbox. in library class S3.controller by tap on attachments icon is onTabSelect event executed, witch…
anatoli
  • 1,385
  • 1
  • 13
  • 35
4
votes
1 answer

Fiori launchpad becomes unresponsive after chatbot plugin deployment

We have developed chatbot functionality for our on-premise ERP using Recast.AI. Basically, we have deployed a plugin on the On-Premise Fiori launchpad using the following code; However the Fiori launchpad freezes after the chatbot launches and we…
4
votes
1 answer

How to toggle between online and offline mode in hybrid Fiori app?

I am creating a hybrid (and web) app using SAP Fiori Kapsel plug-ins, WebIDE and the Mobile Service for Development and Operations from the SAP Cloud. The web based app is using some of the functionalities that are not supported by the offlline…
SDD64
  • 646
  • 11
  • 27
4
votes
0 answers

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 the server so it updates the filter and rebinds the data to the smart table. Here is the custom smartfilter bar:
Tim Molloy
  • 145
  • 1
  • 4
  • 10
4
votes
4 answers

How to customise Shell container in SAPUI5

I've a shell container and on big screens i want to utilize full with of screen. i want to cover full area. how i can customize it.
Nafees Abbasi
  • 309
  • 1
  • 4
  • 11
4
votes
2 answers

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
cschuff
  • 5,192
  • 3
  • 31
  • 51
4
votes
2 answers

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, which is a page with app control, navigate to a SplitContainer with one master and one detail view. Master.view.xml is…
Tina Chen
  • 1,679
  • 3
  • 30
  • 69
4
votes
2 answers

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 successfully bind data to a list/table My manifest.json looks like this "mock": { "dataSource": "mainService" } My mockdata(UserDetailsSet.json) looks…
1
2 3
42 43