Skip to content

Tutorial Overview

The diagram shows the order and dependency of the different modules of this tutorial. Most modules are based on each other and you need to work through them in the given sequence.

Click on the boxes to go directly to the first step of the module.

graph TD 1[Create a CAP Service and SAP Fiori UI] --> 2[Deploy Your CAP Service<br/> on SAP BTP, Cloud Foundry environment] click 1 "../Create-CAP-Application" 2[Deploy Your CAP Service<br/> on SAP BTP, Cloud Foundry environment] click 2 "../Prepare-BTP" 1[Create a CAP Service and SAP Fiori UI] --> 3[Run Your CAP Application <br/>on SAP BTP, Kyma runtime] click 3 "../Kyma" %% -- Formatting -- class 1,2,3,4 SAPcolors; classDef SAPcolors fill:#008FD3,stroke:#008FD3, color:#fff, stroke-width:4px; classDef SAPcolorsOptional fill:#CCC,stroke:#000, color:#000, stroke-width:2px, stroke-dasharray: 5 5;