Questions tagged [sap-fiori]

Use this tag for technical topics of SAP's design system "Fiori" such as "SAP Fiori launchpad" (FLP), "SAP Fiori front-end server" (SAP FES), or "SAP Fiori elements". Use this tag also to indicate that you intend to follow the Fiori design guidelines as much as possible (Otherwise, it wouldn't be considered a "Fiori app"). When asking about SAP Fiori elements, consider including the tags [odata] and [sapui5] accordingly.

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.

Concept SAP Fiori design Concept SAP Fiori 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

779 questions
54
votes
9 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,315
  • 1
  • 16
  • 29
24
votes
3 answers

How to Access Elements from XML Fragment by ID

I am working on a SAPUI5 application. I have an XML view which contains an XML Fragment and a Button to save. The fragment contains a few controls like drop-down, text field and a table. When I press on the save button, I need to get all the rows in…
Nilesh Puranik
  • 297
  • 1
  • 3
  • 14
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 disable or enable letterboxing and adjust UI5 for the widescreen?

I have an UI5-based app (1.66+), which works correctly, but there are huge empty spaces on the left and right sides of the screen (aka letterboxing is on): I want to disable letterboxing to use the entire screen space. I tried the following…
Mike
  • 14,010
  • 29
  • 101
  • 161
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,324
  • 10
  • 56
  • 95
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,636
  • 1
  • 23
  • 43
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
  • 308
  • 3
  • 21
7
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,709
  • 9
  • 36
  • 67
6
votes
1 answer

sap.ushell.Container is undefined in SAPUI5 app deployed on SAP BTP Cloud Foundry

I am facing an issue in calling sap.ushell.Container.getServiceAsync("CrossApplicationNavigation") from a SAPUI5 application deployed in BTP Cloud Foundry and accessed through SAP BTP Launchpad service. My understanding is: if app is launched from…
5
votes
2 answers

Attachments are not updated asynchronously in Fiori MyInbox app?

I use SAP standard library: Inbox. in library class S3.controller by tap on attachments icon is onTabSelect event executed, witch…
anatoli
  • 1,663
  • 1
  • 17
  • 43
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
  • 77
  • 1
  • 2
  • 13
5
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
  • 2,010
  • 5
  • 41
  • 73
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
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
  • 155
  • 1
  • 4
  • 10
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,502
  • 7
  • 36
  • 52
1
2 3
51 52