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 Service Bindings

Learn how service bindings connect your applications to services in the SAP BTP cockpit.

Overview

🎓 intermediate 10 min. SAP BTP CockpitIntermediateSAP Business Technology PlatformSAP BTP Cloud Foundry Environment

You will learn

  • βœ”What a service is
  • βœ”How to consume services
  • βœ”How to create a service instance at the application level in the cockpit
  • βœ”How to bind a service instance to an application
  • βœ”Where to find the credentials of the service binding
  • βœ”How to delete a service binding
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 is a service?
β€”

Services enable, facilitate, or accelerate the development of business applications on SAP BTP by providing functionalities that apps typically don’t implement themselves, such as databases, or authentication.

In the Cloud Foundry environment, you can create service instances through the SAP BTP cockpit, and then bind these instances to your applications. This way the application consumes the functionality offered by the service.

Services offered by SAP

Services offered by SAP are available in the Service Marketplace in SAP BTP cockpit where you can create a service instance or subscription on-demand. Each service instance represents a single instantiation of a service running on SAP BTP. You create service instances using specific service plans.

Examples: Application Autoscaler, Application Logging Service

You can access and manage services through the following cockpit pages:

  • Service Marketplace: provides an overview of all services available for consumption in your subaccount

  • Instances and Subscriptions: displays lists of created service and environment instances, as well as subscriptions

For more information, see View and Manage Services from the Service Marketplace | SAP Help Portal.

User-provided services

The Cloud Foundry environment supports user-provided services, which are developed and maintained by the user. These services aren’t available in the Service Marketplace. Once you create a user-provided service instance, it behaves the same way as the service instances in the marketplace.

Step 2 How to consume services?
+
Step 3 Create a service binding
+
Step 4 View your service binding and check its credentials
+
Step 5 Delete a service binding
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. What is a service? 2. How to consume services? 3. Create a service binding 4. View your service binding and check its credentials 5. Delete a service binding

Learn more →