cap-fe-samples
cap-fe-samples copied to clipboard
SAP Fiori Element using CAP Model - Sample Project
SAP Fiori Elements and CAP Model
This is a demo of SAP Fiori Element List Report App using SAP Cloud Application Programming Model (CAP) backend service.
The demo project is patterned after the SAP Developer Tutorial called Create a List Report Object Page App with SAP Fiori Tools while the Data Model is based on North Wind OData Service.
GETTING STARTED
1. Run the app
# install dependencies
> npm install
# run the cap service
> cds watch
RELATED BLOG POSTS
For more information see blog posts below:
- SAP Fiori Element using CAP Model – Introduction
- SAP Fiori Element using CAP Model – List Report App
- CAP: GraphQL as new protocol
REPOSITORY
master branch
This is the main and the default branch where the core demo application is located.
Demo Branches
These are the branches that may be a copy of the main master branch or can be a branch on their own. The branches in this category serves a particular purpose.
| No. | Branch | Purpose |
|---|---|---|
| 1. | demo-list-report | Serves as the step by step guide for replicating the List Report App |
| 2. | demo-job-scheduler | Serves as a demo of using Job Scheduling Service with CAP endpoint |
Demo Apps
| No. | App Name | Purpose |
|---|---|---|
| 1. | Display Products OData V4 |
|
| 2. | Display Products OData V2 |
|
| 3. | Manage Products OData V4 |
|
| 4. | Manage Products External Service OData V4 |
|
| 5. | Manage Products External Service OData V2 |
|
| 6. | Manage Products External Service CDSX |
|
| 7. | Create Products OData V2 |
|
| 8. | Display Products FPM |
|
APPENDIX
- MIT License