-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Extensibility Hands-On Workshop at re>≡CAP 2025.
Description - In this workshop, you'll learn how to implement business logic extensions using CDS-Oyster for SAP Cloud Application Programming Model.
We will explore the CDS-Oyster plugin and how it enables customers to write and deploy untrusted code to a multi-tenant SaaS application. Key concepts include creating bound and unbound actions, implement CRUD event handlers and testing and debugging them locally.
If you want to learn more in depth about CAP Extension capabilities, you can switch to the branch reCAP2024
of this same repository, where you will find a workshop on the overall extensibility concept of CAP.
Starting with the Incidents Management sample, we will walk through the following use case
- A multi tenant application (Incidents) is hosted leveraging MTX-S capabilities
- Customers can subscribe to the application
- A Tenant wants to extend the use case with simple customer status management
- Incidents for Gold Status customers must be created using high priority
- For convenience, the UI should have easy means to promote customers to Gold Status - and promote all concerned incidents with it
- Also, there should be a means to easily promote single incidents
- Exercise 1 - Setting up the environment
- Exercise 2 - Setting up extensibility
- Exercise 3 - Extending the data model
- Exercise 4 - Bound Actions
- Exercise 5 - Unbound Actions
- Exercise 6 - Writing CRUD Event Handlers
- Exercise 7 - Test, Debug and Deploy
- Exercise 8 - Advanced Topics
- Summary and Outlook
Please proceed to the First Exercise
To follow the exercises in this repository, you will need the following:
- Access to SAP Business Application Studio or a local VS Code installation.
- A web browser, preferably Google Chrome.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0, except as noted otherwise in the LICENSE file.
Support for the content in this repository is available during the actual time of the online session for which this content has been designed.