Skip to content

Commit

Permalink
remove links to deprecated tutorials (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
smahati authored Nov 6, 2024
1 parent 2e19e1d commit 894f95d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions guides/messaging/s4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ SAP S/4HANA integrates SAP Event Mesh as well as SAP Cloud Application Event Hub
Hence, it is relatively easy for CAP-based application to receive events from SAP S/4HANA systems.
This guide provides detailed information on that.

::: tip See also:
[Tutorial: Consume Events from SAP S/4HANA Cloud Using CAP](https://developers.sap.com/mission.btp-consume-events-s4hana-cloud-cap.html)
:::

[[toc]]


Expand Down
7 changes: 1 addition & 6 deletions guides/using-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ For outbound remote service consumption, the following features are supported:
+ [Projections on remote services](#supported-projection-features)

### Tutorials and Examples

Most snippets in this guide are from the [Build an Application End-to-End using CAP, Node.js, and VS Code](https://developers.sap.com/mission.btp-application-cap-e2e.html) tutorial, in particular [Consume Remote Services from SAP S/4HANA Cloud Using CAP](https://developers.sap.com/mission.btp-consume-external-service-cap.html).

| Example | Description |
| ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [Consume Remote Services from SAP S/4HANA Cloud Using CAP](https://developers.sap.com/mission.btp-consume-external-service-cap.html) | End-to-end Tutorial, Node.js, SAP S/4HANA Cloud, SAP Business Accelerator Hub |
| [Capire Bookshop (Fiori)](https://github.com/sap-samples/cloud-cap-samples/tree/main/fiori) | Example, Node.js, CAP-to-CAP |
| [Example Application (Node.js)](https://github.com/SAP-samples/cloud-cap-risk-management/tree/ext-service-s4hc-suppliers-ui) | Complete application from the end-to-end Tutorial |
| [Example Application (Java)](https://github.com/SAP-samples/cloud-cap-risk-management/tree/ext-service-s4hc-suppliers-ui-java) | Complete application from the end-to-end Tutorial |
Expand All @@ -73,8 +69,7 @@ You have all your answers and know your scenario, go on reading about [external

#### Sample Scenario from End-to-End Tutorial

<!-- Bookshop, SFlight, Incidents Mgmt, Risk Mgmt, Orders Mgmt. etc. -> we might want to cut down on our sample scenarios -->
The risk management use case of the previously mentioned [tutorial](https://developers.sap.com/mission.btp-application-cap-e2e.html) shows you one possible scenario:
<!-- Bookshop, SFlight, Incidents Mgmt, Orders Mgmt. etc. -> we might want to cut down on our sample scenarios -->

![A graphic showing the flow for one possible scenario. A user can either view risks or view the suppliers. The suppliers master data is already available from a system and is consumed in an application that enables the user to add the risks. From the maintained risks the user can get information about the supplier connected to a risk. From the supplier view, it's also possible to get details about a risk that is associated with a supplier. The user can block/unblock suppliers from the risk view.](./assets/using-services/risk-mgmt.drawio.svg){style="width: 500px"}

Expand Down

0 comments on commit 894f95d

Please sign in to comment.