// |
| name | sap-btp-cloud-platform |
| description | Comprehensive SAP Business Technology Platform (BTP) reference for cloud development, deployment, and operations. Use when setting up BTP accounts (global accounts, directories, subaccounts), working with Cloud Foundry environment (orgs, spaces, buildpacks, service bindings), deploying to Kyma environment (Kubernetes, modules, serverless functions), developing in ABAP environment (RAP, CDS, ADT), managing entitlements and quotas, configuring identity providers (SAP Cloud Identity Services, XSUAA), implementing authentication and authorization (role collections, trust configuration), using btp CLI or CF CLI, deploying multi-target applications (MTA), setting up connectivity (destinations, Cloud Connector), implementing CI/CD pipelines (SAP Continuous Integration and Delivery), extending SAP solutions (S/4HANA Cloud, SuccessFactors), or troubleshooting BTP services. Covers all three runtime environments with production-tested patterns. Keywords: SAP BTP, SAP Business Technology Platform, Cloud Foundry, CF, Kyma, ABAP environment, subaccount, global account, directory, entitlements, quotas, btp CLI, CF CLI, MTA, multi-target application, XSUAA, SAP Authorization and Trust Management, Cloud Identity Services, Identity Authentication, destinations, Cloud Connector, service binding, buildpack, Kubernetes, serverless, RAP, CDS, CAP, SAP Cloud Application Programming Model, CI/CD, SAP Continuous Integration and Delivery, extensions, formations, trial account, free tier, enterprise account, consumption-based, subscription-based, CPEA, BTPEA, regions, availability zones, high availability, disaster recovery, audit logging, role collections, platform users, business users, Neo environment, service broker, space, org, namespace, Helm, Docker, Istio, API Gateway, Eventing |
| license | GPL-3.0 |
| metadata | {"version":"1.1.0","last_verified":"2025-11-27","source":"https://github.com/SAP-docs/sap-btp-cloud-platform"} |
Comprehensive reference for SAP Business Technology Platform covering all runtime environments, account management, security, and operations.
Documentation Source: https://github.com/SAP-docs/sap-btp-cloud-platform SAP Help Portal: https://help.sap.com/docs/btp SAP Discovery Center: https://discovery-center.cloud.sap/
SAP BTP integrates five technology portfolios: Application Development, Process Automation, Integration, Data & Analytics, and AI. Provides suite qualities: SAP Fiori UX, Cloud Identity Services, Master Data Integration, embedded analytics, SAP Task Center, and SAP Cloud ALM.
Global Account โ Directory (optional) โ Subaccount (region-specific)
โ CF: Org โ Spaces
โ Kyma: Cluster โ Namespaces
โ ABAP: System instance
SAP BTP offers four runtime environments at the subaccount level:
Open PaaS with polyglot support. Features: multiple buildpacks (Java, Node.js, Python, Go, PHP), spaces for separation, auto-scaling, SAP HANA integration.
cf login -a https://api.cf.<region>.hana.ondemand.com
cf push my-app
cf bind-service my-app my-service-instance
Structure: Subaccount โ Org (1:1) โ Spaces
Managed Kubernetes runtime based on open-source Kyma.
Cloud ABAP development with RAP, CDS, SAP Fiori integration, ADT, 1:1 SAP HANA database per system. Use Cases: Extend S/4HANA Cloud, build new cloud applications, transform ABAP custom code
Status: Sunsetting December 31, 2028. Recommendation: Migrate to CF/Kyma.
Access all eligible services with flexible usage. Flavors: SAP BTPEA, CPEA, Pay-As-You-Go. Benefits: Switch services on/off, access current and future services.
Fixed cost for selected services, pay irrespective of consumption. Additional services require contract modification.
Best Practice: Use consumption-based for pilots, subscription for stable workloads.
Global Account โ Directory (reserves) โ Subaccount (consumes) โ CF Space (optional)
| Provider | Examples |
|---|---|
| SAP | eu10, us10, ap10 |
| AWS | eu10, us10, ap10, ap11, ap12 |
| Azure | eu20, us20, ap20, jp20 |
| Google Cloud | us30, in30 |
| Alibaba Cloud | cn40 |
Multi-AZ deployment for high availability:
| Type | Description | Example |
|---|---|---|
| Platform Users | Manage BTP infrastructure | Developers, administrators |
| Business Users | Use deployed applications | End users, customers |
| Provider | Use Case |
|---|---|
| SAP ID Service | Default, SAP community users |
| SAP Cloud Identity Services | Recommended for production |
| Corporate IdP | Via Identity Authentication proxy |
Identity Provider
โ
SAP BTP (Shadow Users)
โ
Role Collections
โ
Application/Service Access
# btp CLI
btp login --url https://cpcli.cf.<region>.hana.ondemand.com
btp list accounts/subaccount
btp create accounts/subaccount --display-name "Dev"
btp assign security/role-collection "Subaccount Administrator" --to-user user@example.com
# CF CLI
cf login -a https://api.cf.<region>.hana.ondemand.com
cf target -o my-org -s my-space
cf push my-app
cf bind-service my-app my-service
# kubectl
kubectl get pods -n my-namespace
kubectl apply -f deployment.yaml
kubectl logs -f deployment/my-app
Recommended: Corporate IdP โ SAP Cloud Identity Services โ SAP BTP
XSUAA provides OAuth 2.0 authorization, role-based access control, and application security descriptors (xs-security.json).
Connect to remote systems without hardcoding URLs. Key authentication methods:
NoAuthentication (public APIs)OAuth2ClientCredentials (service-to-service)OAuth2SAMLBearerAssertion (user propagation)PrincipalPropagation (on-premise with Cloud Connector)Secure tunnel for on-premise connectivity with no inbound firewall ports, fine-grained access control, RFC/HTTP support, and principal propagation.
Package multiple modules for deployment. Core structure includes modules (app types: nodejs, html5) and resources (services like hana).
Single entry point providing static content serving, user authentication, URL rewriting, and request forwarding to microservices.
Managed service supporting Cloud Foundry apps (Fiori, CAP), SAP Fiori for ABAP Platform, and SAP Integration Suite artifacts.
Build loosely coupled extensions: SAP Solution โ APIs & Events โ SAP BTP Extension โ Custom Business Logic
For detailed guidance, see the 13 reference files:
glossary.md - Complete terminology (40+ terms)cloud-foundry.md - CF development and administrationkyma.md - Kyma runtime and Kubernetes patternsabap.md - ABAP environment, RAP, CDSsecurity.md - Authentication, authorization, identityconnectivity.md - Destinations, Cloud Connectordevelopment.md - Development patterns, MTA, Application Routeradministration.md - Account management, btp CLIoperations.md - Monitoring, alerting, loggingextensions.md - SAP solution extensions, formationstools.md - CLI references, development toolstroubleshooting.md - Common issues and solutionsregions-endpoints.md - Region-specific API endpointsLast Verified: 2025-11-27