← ClaudeAtlas

btp-connectivitylisted

SAP BTP Connectivity — Cloud Connector setup, Destination Service, principal propagation, on-premise tunneling.
williamcorrea23/sap-router-skill · ★ 0 · DevOps & Infrastructure · score 69
Install: claude install-skill williamcorrea23/sap-router-skill
# BTP Connectivity — Cloud Connector + Principal Propagation ## 1. Download and Install Cloud Connector ```bash # Download (Linux x64) wget https://tools.hana.ondemand.com/additional/sapcc-2.17.0-linux-x64.zip unzip sapcc-2.17.0-linux-x64.zip -d /opt/sapcc /opt/sapcc/go.sh ``` ## 2. Access Admin UI and Change Password ```bash # Admin UI — default credentials: Administrator / manage open https://localhost:8443 ``` In the SCC UI: 1. Login as `Administrator` / `manage` → **change password immediately** 2. Navigate to **Connector** → **Add Subaccount** ## 3. Configure Subaccount Connection In SCC UI → **Connector** → **Add Subaccount**: 1. Copy **Region** and **Subaccount ID** from BTP Cockpit 2. Enter **Display Name** (e.g. `s4hana-prod`) 3. Click **Save** — verify status shows **Connected** (green) ## 4. Map Cloud To On-Premise In SCC UI → **Cloud To On-Premise** → **Add**: | Field | Value | |---|---| | Virtual Host | `s4hana-virtual:443` | | Internal Host | `s4hana.internal.corp:443` | | Protocol | HTTPS | | Backend Type | ABAP System | Add resource paths: - `/sap/bc/adt` - `/sap/opu/odata` - `/sap/opu/odata/sap/` ## 5. Create Destination in BTP Cockpit BTP Cockpit → **Connectivity** → **Destinations** → **New Destination**: ```json { "Name": "s4hana-onprem", "Type": "HTTP", "URL": "https://s4hana-virtual:443", "ProxyType": "OnPremise", "Authentication": "PrincipalPropagation", "Description": "S/4HANA on-premise via Cloud Connector" } ``` For BasicAu