sap-btp-cloud-platform

Provides reference guidance for SAP BTP account setup, runtimes, security, and operations.

Updated May 18, 2026
One-click install
npx skills add https://github.com/Melik1986/axon-erp-api --skill sap-btp-cloud-platform-melik1986
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-btp-cloud-platform
Source: https://github.com/Melik1986/axon-erp-api/tree/main/cursor/skills/sap-btp-cloud-platform
Command: npx skills add https://github.com/Melik1986/axon-erp-api --skill sap-btp-cloud-platform-melik1986

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Working with SAP Business Technology Platform requires navigating thousands of documentation pages across account management, Cloud Foundry, Kyma, ABAP, security, and connectivity. This Skill condenses the official SAP BTP documentation into an optimized reference, reducing context usage by roughly 73% compared to raw documentation lookups. ## Core Features & Use Cases - Account & Entitlement Management: Guidance for global accounts, directories, subaccounts, quotas, and commercial models (CPEA, BTPEA, subscription, free tier). - Runtime Environments: Coverage of Cloud Foundry (buildpacks, spaces, CF CLI), Kyma (modules, serverless, eventing), and the ABAP environment (RAP, CDS, ADT). - Security & Connectivity: XSUAA configuration, role collections, trust setup, destinations, Cloud Connector, and principal propagation. - Use Case: When deploying a CAP application to a BTP subaccount, use this Skill to get the correct btp CLI commands, entitlement assignments, MTA structure, and XSUAA trust configuration without searching the full SAP Help Portal. ## Quick Start Ask how to create a BTP subaccount with Cloud Foundry enabled and assign the required entitlements using the btp CLI.

Frequently Asked Questions about sap-btp-cloud-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a subaccount on SAP BTP using the btp CLI?▼

Use btp create accounts/subaccount with --display-name, --subdomain, --region, and --subaccount-admins parameters after logging in with btp login. The Skill's administration reference covers directory management, labels, and moving subaccounts.

What is the difference between Cloud Foundry and Kyma on SAP BTP?▼

Cloud Foundry is an open PaaS with buildpacks for Java, Node.js, Python, and Go, organized into orgs and spaces. Kyma is a managed Kubernetes runtime with modular components like serverless, eventing, and API Gateway, organized into namespaces.

How do I configure XSUAA authentication for a BTP application?▼

Define scopes and roles in an xs-security.json descriptor, create an XSUAA service instance with the application plan, and bind it to your app. For production, establish trust with SAP Cloud Identity Services and map role collections to IdP groups.

Does SAP BTP support connecting to on-premise systems?▼

Yes, via the Cloud Connector, a lightweight on-premise agent that creates a secure TLS tunnel without inbound firewall ports. It supports HTTP and RFC protocols, fine-grained access control, principal propagation, and master-shadow high availability.

What entitlements are required for the ABAP environment on BTP?▼

The standard plan requires three entitlements: the abap service with standard plan, abap_compute_unit, and hana_compute_unit. Minimum configuration is 2 HANA Compute Units plus 1 ABAP Compute Unit, totaling 48 GB of memory.

Why is the Neo environment not recommended for new BTP projects?▼

The Neo environment is sunsetting on December 31, 2028. SAP recommends migrating workloads to the Cloud Foundry or Kyma environments, which receive ongoing feature development and support.