Subscribing to a Multi-Tenant Application from a Consumer Subaccount
Tutorials that teach this
- Tutorial Subscribe to the Multi-Tenant Application from Consumer Subaccount
- Tutorial Enable an Add-on Product for SaaS Subscription With Standard Configuration Using the Maintain Solution Application
- Tutorial Subscribe Your First Consumer to the SaaS Application
- Tutorial Subscribe a Multitenant Application by a Consumer
Prerequisites
- Concept Global Account and Subaccount Management on SAP BTP
- Concept Log On to SAP BTP Global Account
- Concept ABAP Solution Service for Multi-Tenant ABAP Environment The **ABAP Solution Service** is a managed Cloud Foundry service used to make software components in an ABAP system available for multi-tenant SaaS scenarios on SAP BTP. Developers configure it as part of a [multi-target application (MTA)](https://help.sap.com/docs/btp/sap-business-technology-platform/4e35eb027f284b7fa6219bc70561fb4e?locale=en-US&state=PRODUCTION&version=Cloud) to offer a multitenant application based on an ABAP add-on product. It is declared in the MTA descriptor with the type `org.cloudfoundry.managed-service` and works alongside components such as an approuter to enable tenant onboarding and access control. For more details, see the [ABAP Solution Service reference](https://help.sap.com/docs/btp/sap-business-technology-platform/1697387c02e74e66a55cf21a05678167?locale=en-US&state=PRODUCTION&version=Cloud).
- Concept SAP BTP Multitenancy Concepts
- Concept Assigning Role Collections in SAP BTP Cockpit
- Concept Multi-Tenancy with CAP Operator on Kyma Runtime
- Concept Tenant-Aware Approuter for SaaS Multitenant Applications on SAP BTP A **tenant-aware Approuter** is a dedicated application component used in SaaS multitenant solutions on SAP BTP to route incoming requests to the correct tenant context and handle authentication. Developers develop and configure it as part of the multitenant application so that each subscribed consumer tenant is served through the appropriate routes and security settings. It is defined as an MTA resource alongside extension descriptors and works in conjunction with role configurations to ensure that business users of each consumer tenant access only their authorized content after subscribing to the SaaS application.
- Concept Cloud Foundry Application Routes
- Concept Multitenancy Provider Subaccount A **provider subaccount** is the SAP BTP subaccount in which a multitenant application is deployed and operated by the application provider. Developers use it as the central hosting environment from which the multitenant application is made available to multiple subscriber tenants. When [using a custom domain for a multitenant application](https://help.sap.com/docs/btp/sap-business-technology-platform/c52ca397062a4f9e9cff449babe82122?locale=en-US&state=PRODUCTION&version=Cloud), the custom domain configuration is applied within the context of this provider subaccount.
- Concept SAP BTP Global Account Initial Setup and Administration
- Concept SAP BTP Service Marketplace Navigation and Subscription
- Concept SAP BTP Cockpit Navigation
- Concept Multitenant Application Deployment to Provider Subaccount
- Concept Deploying Applications to SAP BTP, Kyma Runtime
- Concept Cloud Foundry Services Marketplace
- Concept Creating a Subaccount in SAP BTP Global Account