Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/btp-cap-demo-usecases
Use cases demonstrating SAP CAP (Cloud Application Programming Model) applications using different SAP BTP services. Demonstrates advanced concepts required for many business applications.
https://github.com/sap-samples/btp-cap-demo-usecases
sample sample-code sap-btp sap-cap sap-fiori-elements
Last synced: about 1 month ago
JSON representation
Use cases demonstrating SAP CAP (Cloud Application Programming Model) applications using different SAP BTP services. Demonstrates advanced concepts required for many business applications.
- Host: GitHub
- URL: https://github.com/sap-samples/btp-cap-demo-usecases
- Owner: SAP-samples
- License: apache-2.0
- Created: 2023-01-05T05:00:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T05:09:22.000Z (12 months ago)
- Last Synced: 2024-01-01T11:37:18.686Z (12 months ago)
- Topics: sample, sample-code, sap-btp, sap-cap, sap-fiori-elements
- Language: CAP CDS
- Homepage: https://blogs.sap.com/2022/12/23/cap-with-fiori-elements-side-effects-custom-actions-dynamic-expressions/
- Size: 7.59 MB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/btp-cap-demo-usecases)](https://api.reuse.software/info/github.com/SAP-samples/btp-cap-demo-usecases)
# SAP BTP CAP Demo Use Cases
This repository includes demo use cases built using SAP Cloud Application Programming Model (CAP) with different SAP BTP services.## Description
This repository contains different applications to showcase multiple features of CAP with SAP BTP services.## **[Demo Use Cases]**
### _**[UseCase-1] CAP SAP Fiori Elements: Side Effects, Custom Actions, Dynamic Expressions**_
This use case showcases a demo application using CAP and Fiori elements to explain features like Side Effects, Custom Actions, Dynamic Expressions.For more info, refer the blog [here](https://blogs.sap.com/2022/12/23/cap-with-fiori-elements-side-effects-custom-actions-dynamic-expressions/) and code base can be found [here](./cap-fe-se-ca-de/).
### _**[UseCase-2] CAP: Handling of Media Data with Malware Scanning**_
This use case showcases about how to build a CAP application that allows users to upload files and check them for malware using SAP Malware Scanning Service on BTP.For more info, refer the blog [here](https://blogs.sap.com/2023/01/14/cap-handling-of-media-data-with-malware-scanning/) and code base can be found [here](./cap-media-malware/).
### _**[UseCase-3] CAP and DPP: Win Customer Trust using Data Privacy and Protection Services on BTP**_
This use case showcases about how to integrate a CAP application with Data Protection and privavcy Services like Personal Data Manager.For more info, refer the series of blogs:
- [Part1: DPP Terminologies and PDM Overview](https://blogs.sap.com/2023/03/18/sapcap-win-customer-trust-using-data-privacy-and-protection-services-on-btp-part-1/)
- [Part2: Personal Data Annotations in CAP and Integration with PDM](https://blogs.sap.com/2023/03/18/sapcap-win-customer-trust-using-data-privacy-and-protection-services-on-btp-part-2/)
- [Part3: Explore PDM Application features](https://blogs.sap.com/2023/03/18/sapcap-win-customer-trust-using-data-privacy-and-protection-services-on-btp-part-3/)and code base can be found [here](./cap-dpp-example/).
### _**[UseCase-4] CAP : Understanding CQL Queries (Node.js)**_
This use case provides insights into CQL queries in the SAP CAP framework, offering readers a better understanding of how to utilize CQL queries with Node.js for efficient data retrieval and manipulation.For more info, refer the blog [here](https://blogs.sap.com/2023/05/15/sapcap-understanding-cql-queries-node.js/) and relevant code base can be found [here](./cap-cql-examples/).
### _**[UseCase-5] #SAPCAP: Resilience Pattern – Timeouts using CDS Middleware and Plugin Approach**_
This usecase is an showcase for resilience pattern called timeouts within the context of developing applications on BTP using the Cloud Application Programming Model (CAP)For more info, refer the blog [here](https://blogs.sap.com/2023/11/09/sapcap-resilience-pattern-timeouts-using-cds-middleware-and-plugin-approach/) and relevant code base can be found [here](./cap_resilient_timeout/).
### _**[UseCase-6] CAP with Fiori Elements: Configure Multiple Views on List Report Tables**_
This usecase is an showcase for presenting table in a List Report with different settings using SAP Cloud Application Programming Model (CAP) and SAP Fiori Elements.For more info, refer the blog [here](https://blogs.sap.com/2023/12/25/cap-with-fiori-elements-configure-multiple-views-on-list-report-tables/) and relevant code base can be found [here](./cap-fe-lr-table-views/).
### _**[UseCase-7] CAP with Fiori Elements: Actions on List Report / Object Page using Annotations**_
This usecase is an showcase for exploring actions on List Report and Object Page of SAP Fiori Elements with SAP Cloud Application Programming Model (CAP) using annotations only.For more info, refer the following blogs:
- [CAP with Fiori Elements: Actions on List Report / Object Page using Annotations – Part1](https://blogs.sap.com/2023/12/31/cap-with-fiori-elements-actions-on-list-report-object-page-using-annotations-part1/)- [CAP with Fiori Elements: Actions on List Report / Object Page using Annotations – Part2](https://blogs.sap.com/2023/12/31/cap-with-fiori-elements-actions-on-list-report-object-page-using-annotations-part2/)
## Known Issues
No known issues.## How to obtain support
[Create an issue](https://github.com/SAP-samples/btp-cap-demo-usecases/issues) in this repository if you find a bug or have questions about the content.For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).
## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).## License
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](https://github.com/SAP-samples/btp-cap-demo-usecases/blob/main/LICENSE) file.