Single CAP Model to Perform CRUD Operation and use the catalog as a RestAPI to fetch the result into an SAP AppGyver Application and SAP Fiori Launchpad
Don't get lost searching for that teammate who is a wizard when it comes to solving your problems. Find your teammates easily within office with just one click.
ODATA API/
| contains the O-Data API created using CAP (SAP Cloud Application Programming Model)
Fiori App/
| contains the build version of Find My Teammates app on Fiori Launchpad Preview.
ODATA API FOLDER
app/
| content for UI frontends goes here
db/
| your domain models and data go here
srv/
| your service models and code go here
package.json
| project metadata and configuration
-
Open a new terminal and run
cds watch
-
(in VS Code simply choose Terminal > Run Task > cds watch)
-
Start adding content, for example, a db/schema.cds.
Launch The App on SAP Fiori Launchpad (SAP Fiori Tools)
-
In order to launch the generated app, simply run the following from the generated app root folder:
npm start
- Get Started with AppGyver AppGyver by SAP
- AppGyver Tutorials SAP Developer Tutorial
- Connect AppGyver to your ODATA API SAP Community
Refer to this tutorial SAP Developer Tutorial