SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Understanding Environment Variables

Explore how environment variables store configuration data for your applications. You will learn how to view and use these variables in the SAP BTP cockpit.

Overview

🎓 beginner 7 min. SAP BTP CockpitBeginnerSAP Business Technology PlatformSAP BTP Cloud Foundry Environment

You will learn

  • โœ”What environment variables are
  • โœ”About the running and staging environment variable groups
  • โœ”About the system-provided environment variables with examples from the cockpit
Dragomir Anachkov D Dragomir Anachkov December 16, 2025
Created by November 20, 2025
Contributors

Prerequisites

Prerequisites

Note: This tutorial is part of a learning journey.

Steps

Step 1 What are environment variables?
โ€”

In the context of applications on SAP BTP, environment variables are key-value pairs that store configuration settings. They help you manage and customize app behavior without altering the code.

You can use them to define settings like database connections, API keys, or feature flags. By using environment variables, you ensure that your app remains flexible and adaptable to different environments, such as development, testing, and production.

Step 2 Environment variable groups
+
Step 3 System-provided variables
+
Step 4 User-provided variables
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. What are environment variables? 2. Environment variable groups 3. System-provided variables 4. User-provided variables

Learn more →