Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
SAP Fiori Articles
Found 4 articles
Using an Angular app as SAP Fiori application
When moving to SAP, whether it's SAP HANA Cloud platform or a backend SAP system, you can continue with your HTML Angular application by connecting to the backend via an OData service. Angular is a powerful JavaScript framework that adds numerous features to your application. However, one important consideration is that if you are planning to use Fiori Launchpad, integration could present challenges. What is SAP Fiori Launchpad? SAP Fiori Launchpad is a shell that hosts SAP Fiori applications and provides centralized access ...
Read MoreChange leaves duration from hours to days in SAP Fiori app
In general, customizing Fiori applications involves customizing the parent SAP application. So, if in the application, it defaults to hours then the Fiori app will also inherit the default behavior and show it in hours. Go ahead and change it to days, it will impact your Fiori app and the app will also start showing in days. In case you cannot afford to make a change in SAP application, then you need to handle it in a custom manner which will require you to ...
Read MoreResource routing not working when using SAP Fiori
Resource routing issues in SAP Fiori applications commonly occur due to duplicate application IDs or connectivity problems. This article explains how to resolve these routing conflicts and connectivity issues. Duplicate Application ID Issue The primary issue you are facing is because you have created both the applications with the same ID. Hence, the Launchpad is not able to distinguish between them and load into the correct context. You can change the application ID and all the references of the same to resolve the ...
Read MoreI have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.
This problem can be fixed by adding a / before application URL like this/sap/bc/ui5_ui5/sap/zstest/Ztest- shows name of application
Read More