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.
# install dependencies
> npm install
# run the cap service
> cds watch
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
master branch
This is the main and the default branch where the core demo application is located.
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 |
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 |
|