Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/fiori-tools-samples
This project contains sample SAP Fiori elements applications built using SAP Fiori tools.
https://github.com/sap-samples/fiori-tools-samples
nodejs sample sample-code sap-fiori-elements sap-fiori-tools
Last synced: 5 days ago
JSON representation
This project contains sample SAP Fiori elements applications built using SAP Fiori tools.
- Host: GitHub
- URL: https://github.com/sap-samples/fiori-tools-samples
- Owner: SAP-samples
- License: apache-2.0
- Created: 2020-09-14T16:34:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:33:22.000Z (10 days ago)
- Last Synced: 2024-12-12T14:30:09.108Z (10 days ago)
- Topics: nodejs, sample, sample-code, sap-fiori-elements, sap-fiori-tools
- Language: JavaScript
- Homepage: https://community.sap.com/topics/fiori-elements
- Size: 18.4 MB
- Stars: 58
- Watchers: 8
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/fiori-tools-samples)](https://api.reuse.software/info/github.com/SAP-samples/fiori-tools-samples)
# Samples for SAP Fiori tools
### Description
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.### Requirements
Refer to [documentation](https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/2d8b1cb11f6541e5ab16f05461c64201.html) for help on how to get started with SAP Fiori tools.### Download and Installation
1. Clone the repository or download it to your file system.
2. From the terminal, go to a sample app/project (as instructed in the referencing tutorials) e.g. `V2/apps/myfioriapp`.
3. Type `npm install` to install all the dependencies.
4. 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` and `Service Path`.![example](V2/apps/images/products-review-run.png)
E.g. From the above example, combining both the values gives you `http://localhost:8083/sap/opu/odata/sap/SEPMRA_PROD_MAN`
### Known Issues
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.### How to Obtain Support
- Option 1 : Users can log in and [submit their question](https://answers.sap.com/questions/ask.html) 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](https://developers.sap.com/group.fiori-tools-lrop.html), please report it [here](https://github.com/SAPDocuments/Tutorials/issues/new).### License
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](/LICENSES/Apache-2.0.txt) file.