Global Account → The top-level container provided by SAP when you subscribe to BTP.
Subaccounts → Logical partitions inside a global account. They let you organize environments by project, department, or customer.
Spaces (Cloud Foundry only) → Environments within subaccounts to separate workloads (Dev / Test / Prod).
Think of it like this:
🏢 Global Account (your company’s contract)
→ 📂 Subaccount (HR, Finance, Project A, Project B)
→ 📦 Spaces (Dev, Test, Prod)
Step by Step (Subaccount & Space Creation)
- Log in to SAP BTP Cockpit.
- Go to Global Account → Subaccounts → Create Subaccount.
- Choose Region (important: services are region-specific).
- Define Subdomain (used in app URLs).
- Open Subaccount → Cloud Foundry → Enable Cloud Foundry Organization.
- Inside CF → Create Spaces (Dev, QA, Prod).
- Assign members & roles per subaccount and space.
Use: Enables resource separation, security, and lifecycle management.