This repo contains sample SAP Fiori elements projects built using SAP Fiori tools. These sample projects are primarily referenced in blogs and tutorials and are grouped in folders according to application scenario.
Refer to documentation for help on how to get started with SAP Fiori tools.
- Clone the repository or download it to your file system.
- From the terminal, go to a sample app/project (as instructed in the referencing tutorials) e.g.
V2/apps/myfioriapp
. - Type
npm install
to install all the dependencies. - Type
npm start
to host the sample SAP Fiori elements application locally.
- To view the application with mock data, click on the
URL
. - To use the associated mock OData service, combine values of
URL
andService Path
.
E.g. From the above example, combining both the values gives you http://localhost:8083/sap/opu/odata/sap/SEPMRA_PROD_MAN
There are no known issues relating to the resources included in this repository. Please refer to How to obtain support for any issue you encounter.
- Option 1 : Users can log in and submit their question in the SAP Community. Please select the tag "SAP Fiori tools".
- Option 2 : Use this option ONLY when you encounter any issues using the sample project with SAP Developer tutorials, please report it here.
Copyright (c) 2009-2020 SAP SE or an SAP affiliate company. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.