Skip to main content

Understanding SAP BTP Global Accounts, Directories, Subaccounts, and Entitlements


In SAP Business Technology Platform (BTP), organizing your resources effectively is crucial for efficient management and scalability. This blog provides a comprehensive overview of global accounts, directories, subaccounts, and entitlements within SAP BTP.

What is a Global Account in SAP BTP?

A global account in SAP BTP represents the contractual agreement you have with SAP. It serves as the top-level container for managing various resources, including directories, subaccounts, members, entitlements, and quotas. Within a global account, you receive entitlements and quotas for platform resources, which can be allocated to subaccounts for actual consumption.

How Do Directories Function in SAP BTP?

Directories in SAP BTP allow you to organize and manage your subaccounts based on your technical and business requirements. A directory can contain other directories and subaccounts, enabling you to create a hierarchical structure. This hierarchy can be up to 7 levels deep, with the global account at the highest level and subaccounts at the lowest. Grouping directories and subaccounts is optional; you can choose to create subaccounts directly under your global account if preferred.

What Are Subaccounts in SAP BTP?

Subaccounts enable you to structure your global account according to your organization's and project's needs concerning members, authorizations, and entitlements. A global account can contain multiple subaccounts, each serving as a separate environment where you can deploy applications, utilize services, and manage subscriptions. It's important to note that subaccounts within a global account are independent of each other, which has implications for security, member management, data management, data migration, and integration.

What Are Entitlements in SAP BTP?

Entitlements in SAP BTP represent your rights to provision and consume resources. They define the service plans you're entitled to use within your global account. Entitlements are essentially the services you've booked and have access to within SAP BTP.

Key Takeaways

  • Global Account: The overarching container for managing resources in SAP BTP, including directories, subaccounts, members, entitlements, and quotas.
  • Directory: A hierarchical organizational unit within a global account that can contain other directories and subaccounts, allowing for structured management.
  • Subaccount: An independent unit within a global account where applications are deployed, services are used, and subscriptions are managed.
  • Entitlement: The rights granted to provision and consume specific resources and services within SAP BTP.

Understanding these components and their relationships is essential for effectively managing your SAP BTP environment, ensuring that resources are allocated efficiently, and maintaining a structured and secure architecture.



Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...