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
4
votes
2 answers

VizFrame combined chart with multiple Y-Axis

I have a problem with the VizFrame control of the SAPUI5 Framework. I want to display some data in an complex chart with two Y-axes. My data model looks like this: { "d" : { "results" : [ { "DataA" : "2", …
nestario
  • 107
  • 1
  • 2
  • 13
4
votes
2 answers

Cordova trying to fetch plugin from repo instead of local plugin

I'm trying to create a Fiori Client for iOS with the SMP SDK 3.O PL3. At some point it tries to fetch a plugin which doesn't exist: Fetching plugin "kapsel-plugin-inappbrowser" via npm I don't understand why. The plugin's source files are all…
Pieter
  • 1,821
  • 3
  • 27
  • 61
4
votes
3 answers

Does OpenUI5 have an open Fiori Launchpad?

While OpenUI5 looks a very interesting technology, I'm not sure what's the best way to expose it. Possibly it could be embedded in a traditional portal, but the recommended strategy for SAPUI5 seems to be the Fiori Launchpad. However, such component…
Nick Stone
  • 49
  • 1
  • 2
3
votes
1 answer

Get SAPUI5 VizFrame's id in dataPointStyle rule callback

I am generating some dynamic vizframe column charts by looping at the response I get from my Odata service. One of my requirement for the chart is to show columns in different color depending on the value of a field I have in data. Let's call it…
Kush Kashyap
  • 116
  • 10
3
votes
3 answers

Retrieve sapui5 BSP from NW ABAP system

I know the grunt plugin 'grunt-nwabap-ui5uploader', to deploy an UI5 webapp to the netweaver ABAP system. Therefor I can use any IDE to develop and push my apps to the system. In my case I would love to use Visual Studio Code. Is there any plugin…
Tobi
  • 123
  • 5
3
votes
1 answer

"this.getService is not a function" when changing SAP Fiori title dynamically

I am trying to change SAP Fiori title dynamically i.e. after launchpad is launched and after I clicked on my app of choice, the title of the app should change based on what I want it to be. I am using this doc page as a guide…
user9254958
3
votes
1 answer

Change event blocks other event from triggering

I'm developing an app in SAP Fiori with form in it. Input value change triggers event (change borrowed from sap.m.InputBase so event is triggered on focus change or by enter key press). Event provides user some info. There is also button that sends…
Artkiller
  • 31
  • 1
3
votes
1 answer

Alternative method to download SAP Standard Fiori Apps

I am aware of downloading standard SAP Fiori apps from ABAP Repository using the /UI5/UI5_REPOSITORY_LOAD program. Also, I understand that the apps may directly be imported into SAPUI5 Web IDE if connected to the SAP system. I want to know if there…
d33a
  • 538
  • 9
  • 27
3
votes
1 answer

How to get roles of current user in Fiori app?

I have a requirement to fetch all the roles declared on the SAP Cloud Platform. I am using below code to load the site service try{ jQuery.sap.require("sap.ushell.cpv2.services.cloudServices.SiteService"); }catch(oException){ } but I am getting…
3
votes
1 answer

Difference Between this.getView().byId(), this.byId(), and sap.ui.getCore().byId()

Can I know the difference and performance when I use: const myControl = this.getView().byId("myIDhere"); const myControl = this.byId("myIDhere"); const myControl = sap.ui.getCore().byId("myIDhere"); Which of three is best to use to perform…
3
votes
3 answers

Access controller of another application in SAPUI5

I have some SAPUI5 applications in one SAP server. All the applications will be deployed in an ERP Server Version 6.0. All the applications has a access url in our ERP server that can be retrieved through the SAP NetWeaver. All the urls have the…
user7383443
3
votes
1 answer

How to use $select for odata call from ui5 app?

I have an analytical view with the following columns - sid, name, age, gender, and marks. I cannot use select * because the gender column creates an error in viewing the output. Hence I have to select all the columns except gender to view the…
KEB Nelson
  • 123
  • 4
  • 13
3
votes
1 answer

UI5 VizFrame Single Selection

I am currently building a Fiori app for viewing incidents (tickets). I had to create a pie chart with all the different states of the ticket. When I click on a part of the chart, It takes me to a list with all the tickets with that state. I can…
Eric S
  • 113
  • 8
3
votes
1 answer

sap fiori client using device sound

I couldn't find an answer to this anywhere, so here's my question: Can you access (different if possible) device sounds when working with sap fiori client (and cordova, kapsel,...). I'd like to make different sound feedbacks on different scenarios,…
Vicky
  • 31
  • 3
3
votes
2 answers

SAPUI5 load image in Fiori app, image path was changed

i am trying to load a image in my fiori app. The image is located in /webapp/img/greendot.jpg like this: But then i deploy my app to my ABAP-Repository the path changed to:…
www40
  • 245
  • 1
  • 7
  • 19
1
2
3
42 43