← ClaudeAtlas

btp-ciaslisted

BTP Cloud Integration Automation Service (CIAS) — automated setup of on-premise-to-BTP integration
williamcorrea23/sap-router-skill · ★ 0 · DevOps & Infrastructure · score 69
Install: claude install-skill williamcorrea23/sap-router-skill
# Cloud Integration Automation Service (CIAS) Automates trust, Cloud Connector, destination, and principal propagation setup between on-premise SAP and BTP. ## Quick Start ```bash # 1. Enable CIAS in BTP Cockpit → Services → Integration Automation # 2. Download CIAS agent from SAP Support Portal # 3. Install agent on Cloud Connector host: cias-agent --register \ --tenant <subaccount-subdomain> \ --user <btp-email> \ --region us10 # 4. Run task chain (auto-approve): cias-agent execute-chain \ --tasks CONFIG_TRUST_ONPREME,CONFIG_CC,CONFIG_DEST_BASIC \ --auto-approve # 5. Verify trust: curl -s -o /dev/null -w "%{http_code}" \ "https://<system>.abap.cloud.sap/sap/bc/adt/cts" # Expect: 200 ``` ## Task Catalog | Task ID | What It Does | ~Time | |---|---|---| | `CONFIG_TRUST_ONPREME` | STRUST certificate exchange + SICF | 5 min | | `CONFIG_CC` | Cloud Connector install + access control | 10 min | | `CONFIG_DEST_BASIC` | HTTP destination to ABAP backend | 2 min | | `CONFIG_DEST_MAIL` | Mail destination | 1 min | | `CONFIG_DEST_RFC` | RFC destination (for RFC_READ_TABLE, BAPI) | 3 min | | `CONFIG_SSO_CERT` | SSO certificate exchange | 2 min | | `CONFIG_PRINCIPAL_PROP` | Principal propagation setup | 5 min | ## Web UI Alternative BTP Cockpit → Integration Automation → Select landscape template (e.g. S/4HANA + BTP) → Execute → Monitor → Download audit report. ## ZROUTER Integration ```bash # Via sap-router-skill dispatcher: python scripts/sap_router.py route --act