/cap-fe-samples

SAP Fiori Element using CAP Model - Sample Project

Primary LanguageJavaScriptMIT LicenseMIT

SAP Fiori Element and CAP Model - Demo Project

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.

RELATED BLOG POSTS

For more information see blog posts below:

REPOSITORY

master branch

This is the main and the default branch where the core demo application is located. This is a mono-repo demo project that contains 2 project set up:

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

GETTING STARTED

1. SAP CAP Project

  • From root folder, install node modules (one-time step)
> npm install
  • Launch the CAP service
> cds watch

2. SAP Fiori Element Project

  • From app/product folder, install node modules (one-time step)
> npm install
  • Launch the Fiori Element App
> npm start

APPENDIX