sap-btp-connectivity

Implement SAP BTP connectivity patterns across cloud and on-premise environments.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-btp-connectivity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-btp-connectivity
Source: https://github.com/dherbe-digital/nova-skills-collection/tree/main/plugins/sap/btp-platform/sap-btp-connectivity/skills/sap-btp-connectivity
Command: npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-btp-connectivity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates SAP BTP connectivity knowledge to help teams design, configure, and troubleshoot destinations and connectivity patterns across Cloud Foundry, Kyma, and Kubernetes environments.

Core Features & Use Cases

  • Covers Destination Service, Connectivity Service, Cloud Connector, Connectivity Proxy, and Transparent Proxy for end-to-end connectivity.
  • Provides guidance for HTTP, RFC, LDAP, TCP, and MAIL destinations, including OAuth and principal propagation patterns.
  • Useful for troubleshooting common connectivity issues, planning high availability, and enabling multitenancy scenarios.

Quick Start

To begin, explore the SAP BTP connectivity topics in SKILL.md and its references to draft an implementation plan for your organization.

Frequently Asked Questions about sap-btp-connectivity

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

FAQPage Schema
How do I configure SAP BTP connectivity for on-premise systems using Cloud Connector?

SAP BTP connectivity uses the Cloud Connector to establish a secure tunnel to on-premise systems. You configure the Connectivity Service and Destination Service to route HTTP, RFC, and TCP traffic across cloud and on-premise environments.

What is principal propagation in SAP BTP and how does it work with OAuth?

Principal propagation in SAP BTP forwards the authenticated user identity to backend systems. It works with OAuth flows by mapping the user principal through the Destination Service, ensuring secure access to on-premise resources.

Does SAP BTP connectivity support Kubernetes and Kyma environments?

Yes, SAP BTP connectivity supports Kubernetes and Kyma environments. It provides a Connectivity Proxy and Transparent Proxy specifically designed to enable communication between Kyma workloads and external systems.

How do I troubleshoot common SAP BTP destination service issues?

Troubleshooting SAP BTP destination service issues involves verifying authentication flows, checking Cloud Connector status, and validating destination configurations. This Skill consolidates knowledge to help diagnose and resolve common connectivity errors.

Can I use SAP BTP connectivity for multitenancy scenarios?

Yes, SAP BTP connectivity supports multitenancy scenarios. You can configure destinations and connectivity patterns to serve multiple tenants, enabling isolated and secure access to shared or dedicated backend resources.

What's the best way to plan SAP BTP connectivity high availability?

Planning SAP BTP connectivity high availability involves designing redundant Cloud Connector instances and configuring load-balanced destinations. This ensures continuous access to backend systems during outages or maintenance windows.