SAP BTP Cloud Platform
Related Skills
- sap-btp-best-practices: Use for architectural best practices, account setup guidance, and production deployment patterns
- sap-cap-capire: Use for CAP application development on BTP Cloud Foundry or Kyma environments
- sap-fiori-tools: Use for deploying Fiori applications to BTP or configuring BTP destinations
- sap-ai-core: Use when implementing AI/ML workloads on BTP or setting up AI services
- sap-abap: Use when working with ABAP Environment on BTP or extending S/4HANA Cloud
- sap-btp-connectivity: Use for setting up secure connections to on-premise systems via Cloud Connector
- sap-btp-service-manager: Use for programmatic service instance management on BTP
When to Use This Skill
Use this skill when setting up or operating SAP BTP accounts, directories, subaccounts, Cloud Foundry, Kyma, ABAP Environment, entitlements, quotas, role collections, CLI tooling, MTA deployments, connectivity, CI/CD, extensions, or platform troubleshooting.
Quick Start
- Identify the target commercial account type, region, and subaccount.
- Enable the runtime environment: Cloud Foundry, Kyma, ABAP Environment, or trial/free tier.
- Configure identity, roles, entitlements, and quotas before deploying workloads.
- Use
btp and cf CLI examples in Tools for repeatable setup.
- Switch to related skills for implementation depth:
sap-cap-capire, sap-fiori-tools, sap-btp-connectivity, or sap-btp-service-manager.
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/
Table of Contents
1. Platform Overview
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.
2. Account Model
Hierarchy
Global Account → Directory (optional) → Subaccount (region-specific)
↓ CF: Org → Spaces
↓ Kyma: Cluster → Namespaces
↓ ABAP: System instance
Key Entities
- Global Account: Contract with SAP, region-independent, manages entitlements
- Directory: Organizational container, up to 7 levels, optional entitlement management
- Subaccount: Region-specific deployment target hosting apps and services
- Labels: Metadata tags (up to 10 values per label)
Account Types
- Trial: 90-day free exploration (4GB memory, 10 routes, 40 services, daily stops)
- Enterprise: Production use based on commercial contract
- Free Tier: Long-term testing with service-specific limits, no SLA
3. Environments
SAP BTP offers four runtime environments at the subaccount level:
Cloud Foundry Environment
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
Kyma Environment
Managed Kubernetes runtime based on open-source Kyma.
- Default Modules: istio (service mesh), api-gateway, btp-operator
- Optional Modules: serverless, eventing, application-connector, telemetry, keda
Structure: Subaccount → Cluster (1:1) → Namespaces
ABAP Environment
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
Neo Environment
Status: Sunsetting December 31, 2028. Recommendation: Migrate to CF/Kyma.
4. Commercial Models
Consumption-Based
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.
Subscription-Based
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.
5. Entitlements and Quotas
Definitions
- Entitlement: Right to provision and consume a service plan
- Quota: Numeric quantity of consumption allowed
- Service Plan: Variant of a service (e.g., t-shirt sizes)
Quota Types
- Fixed: Upper limit (subscription model)
- Unlimited: No limit, billed by usage (consumption model)
Distribution Flow
Global Account → Directory (reserves) → Subaccount (consumes) → CF Space (optional)
6. Regions and Infrastructure
Region Providers
| Provider |
Examples |
| SAP |
eu10, us10, ap10 |
| AWS |
eu10, us10, ap10, ap11, ap12 |
| Azure |
eu20, us20, ap20, jp20 |
| Google Cloud |
us30, in30 |
| Alibaba Cloud |
cn40 |
Key Considerations
- Each subaccount assigned to exactly one region
- Multi-region requires separate deployments
- EU Access available in specific regions for compliance
- API endpoints vary by region instance
Availability Zones
Multi-AZ deployment for high availability:
- Isolated power, network, cooling
- Automatic failover within region
- Both CF and Kyma support multi-AZ
7. User Management
User Types
| Type |
Description |
Example |
| Platform Users |
Manage BTP infrastructure |
Developers, administrators |
| Business Users |
Use deployed applications |
End users, customers |
Identity Providers
| Provider |
Use Case |
| SAP ID Service |
Default, SAP community users |
| SAP Cloud Identity Services |
Recommended for production |
| Corporate IdP |
Via Identity Authentication proxy |
Authorization Flow
Identity Provider
↓
SAP BTP (Shadow Users)
↓
Role Collections
↓
Application/Service Access
8. Tools
Key Tools Overview
- Administration: SAP BTP Cockpit (web), btp CLI (automation), REST APIs, Terraform, SAP Automation Pilot
- Development: SAP Business Application Studio (VS Code-based), SAP Build (low-code), SAP Cloud SDK (Java/JS), ADT for Eclipse (ABAP)
- Kubernetes/Kyma: kubectl, kubelogin (OIDC), Helm, Pack (buildpacks), Docker Desktop
Essential CLI Commands
# 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
9. Security Essentials
Authentication
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).
Trust Configuration
- Configure Identity Authentication tenant
- Establish trust in subaccount
- Map role collections to IdP groups
- Assign users via role collections
Best Practices
- Use TLS 1.2+ (mandatory)
- Enable MFA for administrators
- Maintain backup administrators in default IdP
- Use provisioning over federation for production
- Implement audit logging
10. Connectivity
Destinations
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)
Cloud Connector
Secure tunnel for on-premise connectivity with no inbound firewall ports, fine-grained access control, RFC/HTTP support, and principal propagation.
11. Development Patterns
Programming Models
- CAP: Java/Node.js/TypeScript for enterprise services, domain-driven development
- ABAP Cloud: Cloud-ready ABAP with RAP
Multi-Target Applications (MTA)
Package multiple modules for deployment. Core structure includes modules (app types: nodejs, html5) and resources (services like hana).
Application Router
Single entry point providing static content serving, user authentication, URL rewriting, and request forwarding to microservices.
12. CI/CD
SAP Continuous Integration and Delivery
Managed service supporting Cloud Foundry apps (Fiori, CAP), SAP Fiori for ABAP Platform, and SAP Integration Suite artifacts.
Pipeline Setup
- Activate service in BTP cockpit
- Assign Administrator/Developer roles
- Configure repository credentials
- Add code repository (GitHub, GitLab, Bitbucket, Azure Repos)
- Create and configure CI/CD jobs
Delivery Options
- CI/CD: Java/HTML5/CAP, Kyma apps (Cloud Integration in development)
- Cloud Transport Mgmt: Java/HTML5/CAP, Cloud Integration, SAP Build Work Zone
13. Extensions
Extension Architecture
Build loosely coupled extensions: SAP Solution → APIs & Events → SAP BTP Extension → Custom Business Logic
System Registration
- Register systems in global account
- Create formations (logical groupings)
- Enable API/event exchange
- Deploy extensions
Supported Solutions
- Cloud Foundry: S/4HANA Cloud, Marketing Cloud, SuccessFactors
- Kyma: Above + Commerce Cloud, Field Service Management
14. High Availability and Resilience
Resilience Strategies
- Multi-AZ: Deploy across availability zones
- Multi-Region: Deploy across geographic regions
- In-Metro DR: Synchronous replication within region
Failover Implementation
- Deploy in two data centers
- Keep applications synchronized (CI/CD)
- Define failover detection (5xx errors, timeouts)
- Plan failback procedure
SLAs
- RPO: Maximum 5 minutes data loss
- RTO: Service restoration within 2 hours
15. Operations and Monitoring
Key Tools
- SAP Cloud ALM: Real user and health monitoring
- SAP Cloud Logging: Observability across CF, Kyma
- SAP Alert Notification: Multi-channel notifications
- Audit Log Viewer: Activity tracking
Best Practices
- Deploy multiple application instances
- Implement Application Autoscaler
- Use blue-green deployment for updates
- Set up automated alerting
- Regular compliance verification
16. Support
Getting Support
Operating Model
- SAP manages: Platform software updates, infrastructure monitoring, BTP service monitoring, global account provisioning
- You manage: Account strategy, application development and security, role assignments and integrations, application monitoring
Bundled Resources
Reference Documentation
For detailed guidance, see the 13 reference files:
references/glossary.md - Complete terminology (40+ terms)
references/cloud-foundry.md - CF development and administration
references/kyma.md - Kyma runtime and Kubernetes patterns
references/abap.md - ABAP environment, RAP, CDS
references/security.md - Authentication, authorization, identity
references/connectivity.md - Destinations, Cloud Connector
references/development.md - Development patterns, MTA, Application Router
references/administration.md - Account management, btp CLI
references/operations.md - Monitoring, alerting, logging
references/extensions.md - SAP solution extensions, formations
references/tools.md - CLI references, development tools
references/troubleshooting.md - Common issues and solutions
references/regions-endpoints.md - Region-specific API endpoints
Source Documentation
Last Verified: 2025-11-27
1---2name: sap-btp-cloud-platform3description: Comprehensive SAP Business Technology Platform (BTP) reference for cloud development, deployment, and operations. Use when setting up BTP accounts, working with Cloud Foundry environment, deploying to Kyma (Kubernetes, serverless), developing in ABAP environment (RAP, CDS), managing entitlements and quotas, configuring identity providers (XSUAA), using btp CLI or CF CLI, deploying multi-target applications (MTA), setting up connectivity (destinations, Cloud Connector), implementing CI/CD pipelines, extending SAP solutions, or troubleshooting BTP services. Covers all three runtime environments.4license: GPL-3.05---6
7# SAP BTP Cloud Platform
8
9## Related Skills
10
11- **sap-btp-best-practices**: Use for architectural best practices, account setup guidance, and production deployment patterns
12- **sap-cap-capire**: Use for CAP application development on BTP Cloud Foundry or Kyma environments
13- **sap-fiori-tools**: Use for deploying Fiori applications to BTP or configuring BTP destinations
14- **sap-ai-core**: Use when implementing AI/ML workloads on BTP or setting up AI services
15- **sap-abap**: Use when working with ABAP Environment on BTP or extending S/4HANA Cloud
16- **sap-btp-connectivity**: Use for setting up secure connections to on-premise systems via Cloud Connector
17- **sap-btp-service-manager**: Use for programmatic service instance management on BTP
18
19## When to Use This Skill
20
21Use this skill when setting up or operating SAP BTP accounts, directories, subaccounts, Cloud Foundry, Kyma, ABAP Environment, entitlements, quotas, role collections, CLI tooling, MTA deployments, connectivity, CI/CD, extensions, or platform troubleshooting.
22
23## Quick Start
24
251. Identify the target commercial account type, region, and subaccount.
262. Enable the runtime environment: Cloud Foundry, Kyma, ABAP Environment, or trial/free tier.
273. Configure identity, roles, entitlements, and quotas before deploying workloads.
284. Use `btp` and `cf` CLI examples in [Tools](#8-tools) for repeatable setup.
295. Switch to related skills for implementation depth: `sap-cap-capire`, `sap-fiori-tools`, `sap-btp-connectivity`, or `sap-btp-service-manager`.
30
31Comprehensive reference for SAP Business Technology Platform covering all runtime environments, account management, security, and operations.
32
33**Documentation Source**: [https://github.com/SAP-docs/sap-btp-cloud-platform](https://github.com/SAP-docs/sap-btp-cloud-platform)
34**SAP Help Portal**: [https://help.sap.com/docs/btp](https://help.sap.com/docs/btp)
35**SAP Discovery Center**: [https://discovery-center.cloud.sap/](https://discovery-center.cloud.sap/)
36
37## Table of Contents
38- [1. Platform Overview](#1-platform-overview)
39- [2. Account Model](#2-account-model)
40- [3. Environments](#3-environments)
41- [4. Commercial Models](#4-commercial-models)
42- [5. Entitlements and Quotas](#5-entitlements-and-quotas)
43- [6. Regions and Infrastructure](#6-regions-and-infrastructure)
44- [7. User Management](#7-user-management)
45- [8. Tools](#8-tools)
46- [9. Security Essentials](#9-security-essentials)
47- [10. Connectivity](#10-connectivity)
48- [11. Development Patterns](#11-development-patterns)
49- [12. CI/CD](#12-cicd)
50- [13. Extensions](#13-extensions)
51- [14. High Availability and Resilience](#14-high-availability-and-resilience)
52- [15. Operations and Monitoring](#15-operations-and-monitoring)
53- [16. Support](#16-support)
54- [Bundled Resources](#bundled-resources)
55- [Source Documentation](#source-documentation)
56
57## 1. Platform Overview
58
59SAP 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.
60
61---
62
63## 2. Account Model
64
65### Hierarchy
66```
67Global Account → Directory (optional) → Subaccount (region-specific)
68 ↓ CF: Org → Spaces
69 ↓ Kyma: Cluster → Namespaces
70 ↓ ABAP: System instance
71```
72
73### Key Entities
74- **Global Account**: Contract with SAP, region-independent, manages entitlements
75- **Directory**: Organizational container, up to 7 levels, optional entitlement management
76- **Subaccount**: Region-specific deployment target hosting apps and services
77- **Labels**: Metadata tags (up to 10 values per label)
78
79### Account Types
80- **Trial**: 90-day free exploration (4GB memory, 10 routes, 40 services, daily stops)
81- **Enterprise**: Production use based on commercial contract
82- **Free Tier**: Long-term testing with service-specific limits, no SLA
83
84---
85
86## 3. Environments
87
88SAP BTP offers four runtime environments at the subaccount level:
89
90### Cloud Foundry Environment
91Open PaaS with polyglot support. Features: multiple buildpacks (Java, Node.js, Python, Go, PHP), spaces for separation, auto-scaling, SAP HANA integration.
92```bash
93cf login -a https://api.cf.<region>.hana.ondemand.com
94cf push my-app
95cf bind-service my-app my-service-instance
96```
97**Structure**: Subaccount → Org (1:1) → Spaces
98
99### Kyma Environment
100Managed Kubernetes runtime based on open-source Kyma.
101- **Default Modules**: istio (service mesh), api-gateway, btp-operator
102- **Optional Modules**: serverless, eventing, application-connector, telemetry, keda
103**Structure**: Subaccount → Cluster (1:1) → Namespaces
104
105### ABAP Environment
106Cloud ABAP development with RAP, CDS, SAP Fiori integration, ADT, 1:1 SAP HANA database per system.
107**Use Cases**: Extend S/4HANA Cloud, build new cloud applications, transform ABAP custom code
108
109### Neo Environment
110**Status**: Sunsetting December 31, 2028. **Recommendation**: Migrate to CF/Kyma.
111
112---
113
114## 4. Commercial Models
115
116### Consumption-Based
117Access all eligible services with flexible usage. Flavors: SAP BTPEA, CPEA, Pay-As-You-Go. Benefits: Switch services on/off, access current and future services.
118
119### Subscription-Based
120Fixed cost for selected services, pay irrespective of consumption. Additional services require contract modification.
121
122**Best Practice**: Use consumption-based for pilots, subscription for stable workloads.
123
124## 5. Entitlements and Quotas
125
126### Definitions
127- **Entitlement**: Right to provision and consume a service plan
128- **Quota**: Numeric quantity of consumption allowed
129- **Service Plan**: Variant of a service (e.g., t-shirt sizes)
130
131### Quota Types
132- **Fixed**: Upper limit (subscription model)
133- **Unlimited**: No limit, billed by usage (consumption model)
134
135### Distribution Flow
136Global Account → Directory (reserves) → Subaccount (consumes) → CF Space (optional)
137
138---
139
140## 6. Regions and Infrastructure
141
142### Region Providers
143
144| Provider | Examples |
145|----------|----------|
146| **SAP** | eu10, us10, ap10 |
147| **AWS** | eu10, us10, ap10, ap11, ap12 |
148| **Azure** | eu20, us20, ap20, jp20 |
149| **Google Cloud** | us30, in30 |
150| **Alibaba Cloud** | cn40 |
151
152### Key Considerations
153
154- Each subaccount assigned to exactly one region
155- Multi-region requires separate deployments
156- EU Access available in specific regions for compliance
157- API endpoints vary by region instance
158
159### Availability Zones
160
161Multi-AZ deployment for high availability:
162- Isolated power, network, cooling
163- Automatic failover within region
164- Both CF and Kyma support multi-AZ
165
166---
167
168## 7. User Management
169
170### User Types
171
172| Type | Description | Example |
173|------|-------------|---------|
174| **Platform Users** | Manage BTP infrastructure | Developers, administrators |
175| **Business Users** | Use deployed applications | End users, customers |
176
177### Identity Providers
178
179| Provider | Use Case |
180|----------|----------|
181| **SAP ID Service** | Default, SAP community users |
182| **SAP Cloud Identity Services** | Recommended for production |
183| **Corporate IdP** | Via Identity Authentication proxy |
184
185### Authorization Flow
186
187```
188Identity Provider
189 ↓
190SAP BTP (Shadow Users)
191 ↓
192Role Collections
193 ↓
194Application/Service Access
195```
196
197---
198
199## 8. Tools
200
201### Key Tools Overview
202- **Administration**: SAP BTP Cockpit (web), btp CLI (automation), REST APIs, Terraform, SAP Automation Pilot
203- **Development**: SAP Business Application Studio (VS Code-based), SAP Build (low-code), SAP Cloud SDK (Java/JS), ADT for Eclipse (ABAP)
204- **Kubernetes/Kyma**: kubectl, kubelogin (OIDC), Helm, Pack (buildpacks), Docker Desktop
205
206### Essential CLI Commands
207```bash
208# btp CLI
209btp login --url https://cpcli.cf.<region>.hana.ondemand.com
210btp list accounts/subaccount
211btp create accounts/subaccount --display-name "Dev"
212btp assign security/role-collection "Subaccount Administrator" --to-user user@example.com
213
214# CF CLI
215cf login -a https://api.cf.<region>.hana.ondemand.com
216cf target -o my-org -s my-space
217cf push my-app
218cf bind-service my-app my-service
219
220# kubectl
221kubectl get pods -n my-namespace
222kubectl apply -f deployment.yaml
223kubectl logs -f deployment/my-app
224```
225
226---
227
228## 9. Security Essentials
229
230### Authentication
231**Recommended**: Corporate IdP → SAP Cloud Identity Services → SAP BTP
232
233**XSUAA** provides OAuth 2.0 authorization, role-based access control, and application security descriptors (xs-security.json).
234
235### Trust Configuration
2361. Configure Identity Authentication tenant
2372. Establish trust in subaccount
2383. Map role collections to IdP groups
2394. Assign users via role collections
240
241### Best Practices
242- Use TLS 1.2+ (mandatory)
243- Enable MFA for administrators
244- Maintain backup administrators in default IdP
245- Use provisioning over federation for production
246- Implement audit logging
247
248## 10. Connectivity
249
250### Destinations
251Connect to remote systems without hardcoding URLs. Key authentication methods:
252- `NoAuthentication` (public APIs)
253- `OAuth2ClientCredentials` (service-to-service)
254- `OAuth2SAMLBearerAssertion` (user propagation)
255- `PrincipalPropagation` (on-premise with Cloud Connector)
256
257### Cloud Connector
258Secure tunnel for on-premise connectivity with no inbound firewall ports, fine-grained access control, RFC/HTTP support, and principal propagation.
259
260---
261
262## 11. Development Patterns
263
264### Programming Models
265- **CAP**: Java/Node.js/TypeScript for enterprise services, domain-driven development
266- **ABAP Cloud**: Cloud-ready ABAP with RAP
267
268### Multi-Target Applications (MTA)
269Package multiple modules for deployment. Core structure includes modules (app types: nodejs, html5) and resources (services like hana).
270
271### Application Router
272Single entry point providing static content serving, user authentication, URL rewriting, and request forwarding to microservices.
273
274## 12. CI/CD
275
276### SAP Continuous Integration and Delivery
277Managed service supporting Cloud Foundry apps (Fiori, CAP), SAP Fiori for ABAP Platform, and SAP Integration Suite artifacts.
278
279### Pipeline Setup
2801. Activate service in BTP cockpit
2812. Assign Administrator/Developer roles
2823. Configure repository credentials
2834. Add code repository (GitHub, GitLab, Bitbucket, Azure Repos)
2845. Create and configure CI/CD jobs
285
286### Delivery Options
287- **CI/CD**: Java/HTML5/CAP, Kyma apps (Cloud Integration in development)
288- **Cloud Transport Mgmt**: Java/HTML5/CAP, Cloud Integration, SAP Build Work Zone
289
290---
291
292## 13. Extensions
293
294### Extension Architecture
295Build loosely coupled extensions: SAP Solution → APIs & Events → SAP BTP Extension → Custom Business Logic
296
297### System Registration
2981. Register systems in global account
2992. Create formations (logical groupings)
3003. Enable API/event exchange
3014. Deploy extensions
302
303### Supported Solutions
304- **Cloud Foundry**: S/4HANA Cloud, Marketing Cloud, SuccessFactors
305- **Kyma**: Above + Commerce Cloud, Field Service Management
306
307## 14. High Availability and Resilience
308
309### Resilience Strategies
310- **Multi-AZ**: Deploy across availability zones
311- **Multi-Region**: Deploy across geographic regions
312- **In-Metro DR**: Synchronous replication within region
313
314### Failover Implementation
3151. Deploy in two data centers
3162. Keep applications synchronized (CI/CD)
3173. Define failover detection (5xx errors, timeouts)
3184. Plan failback procedure
319
320### SLAs
321- **RPO**: Maximum 5 minutes data loss
322- **RTO**: Service restoration within 2 hours
323
324## 15. Operations and Monitoring
325
326### Key Tools
327- **SAP Cloud ALM**: Real user and health monitoring
328- **SAP Cloud Logging**: Observability across CF, Kyma
329- **SAP Alert Notification**: Multi-channel notifications
330- **Audit Log Viewer**: Activity tracking
331
332### Best Practices
333- Deploy multiple application instances
334- Implement Application Autoscaler
335- Use blue-green deployment for updates
336- Set up automated alerting
337- Regular compliance verification
338
339---
340
341## 16. Support
342
343### Getting Support
344- **SAP for Me**: [https://me.sap.com/](https://me.sap.com/)
345- **SAP Community**: [https://community.sap.com/](https://community.sap.com/)
346- **Support Components**: BC-CP-* (component codes)
347
348### Operating Model
349- **SAP manages**: Platform software updates, infrastructure monitoring, BTP service monitoring, global account provisioning
350- **You manage**: Account strategy, application development and security, role assignments and integrations, application monitoring
351
352## Bundled Resources
353
354### Reference Documentation
355For detailed guidance, see the 13 reference files:
356- `references/glossary.md` - Complete terminology (40+ terms)
357- `references/cloud-foundry.md` - CF development and administration
358- `references/kyma.md` - Kyma runtime and Kubernetes patterns
359- `references/abap.md` - ABAP environment, RAP, CDS
360- `references/security.md` - Authentication, authorization, identity
361- `references/connectivity.md` - Destinations, Cloud Connector
362- `references/development.md` - Development patterns, MTA, Application Router
363- `references/administration.md` - Account management, btp CLI
364- `references/operations.md` - Monitoring, alerting, logging
365- `references/extensions.md` - SAP solution extensions, formations
366- `references/tools.md` - CLI references, development tools
367- `references/troubleshooting.md` - Common issues and solutions
368- `references/regions-endpoints.md` - Region-specific API endpoints
369
370## Source Documentation
371- [https://github.com/SAP-docs/sap-btp-cloud-platform](https://github.com/SAP-docs/sap-btp-cloud-platform)
372- [https://help.sap.com/docs/btp](https://help.sap.com/docs/btp)
373- [https://discovery-center.cloud.sap/](https://discovery-center.cloud.sap/)
374
375**Last Verified**: 2025-11-27