Skip to Content

Prepare for Production

As you've followed the tutorials for the Incident Management application, you’ve developed an application with an in-memory database and basic authentication. To have such an application on production, you need to make the respective configurations.
You will learn
  • How to configure SAP HANA Cloud in your project.
  • How to configure the SAP Authorization and Trust Management service in your project.
slavipandeSvetoslav PandelievAugust 27, 2025
Created by
slavipande
October 12, 2023
Contributors
ekaterina-mitova
slavipande

Prerequisites

You’ve added test cases in your application. Follow the steps in the Add Test Cases tutorial that is part of the Develop a Full-Stack CAP Application Following SAP BTP Developer’s Guide tutorial group.

This tutorial follows the guidance provided in the SAP BTP Developer’s Guide.

  • Step 1

    You can create a CAP project in either Node.js or Java. You have to choose one way or the other and follow through. The tabs Node.js and Java provide detailed steps for each alternative way.

  • Step 2
  • Step 3

    You can create a CAP project in either Node.js or Java. You have to choose one way or the other and follow through. The tabs Node.js and Java provide detailed steps for each alternative way.

    Which file holds the SAP Authorization and Trust Management service security configuration for the INCIDENT-MANAGEMENT project?

  • Step 4
  • Step 5

    Now that you’ve prepared your CAP application for deployment, you can choose from the following deployment options:
    - Follow the tutorials in the Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime Following SAP BTP Developer’s Guide group to deploy the application in the SAP BTP, Cloud Foundry runtime.
    - Follow the tutorials in the Deploy a Full-Stack CAP Application in SAP BTP, Kyma Runtime Following SAP BTP Developer’s Guide group to deploy the application in the SAP BTP, Kyma runtime.

Back to top