SAP

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

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 August 21, 2026
Created on December 15, 2025
Contributors

More from Dragomir Anachkov

See all 13 tutorials by Dragomir Anachkov →

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
Next