This guide provides step-by-step instructions for provisioning the following SAP Business Technology Platform (SAP BTP) services:
All services are created from the SAP BTP Cockpit through the "New Instance or Subscription" wizard, which follows a 3-step process: Basic Info → Parameters → Review.
The SAP AI services include SAP AI Launchpad (subscription-based) and SAP AI Core (instance-based). Both are accessible from the SAP BTP Cockpit under Services.
To create a new instance or subscription, navigate to your SAP BTP subaccount, go to Services > Instances and Subscriptions, and click Create. The service selection dialog shows all available services. Locate SAP AI Core and SAP AI Launchpad in the list.
SAP AI Launchpad is provisioned as a subscription (not an instance). It uses the Standard plan and does not require a runtime environment or space configuration.
SAP AI Core is provisioned as a service instance. It requires a runtime environment and space, as well as optional JSON parameters for advanced configuration.
DEV_AWS).I_AI_C_1).{} if no custom parameters are needed.The Review step shows a summary of the instance configuration before creation. Verify all details are correct.
I_AI_C_1 | Service = SAP AI Core | Service Plan = standard | Runtime Environment = Cloud Foundry | Space = DEV_AWS. Creating an instance may take a while.SAP HANA Cloud provides an in-memory cloud database. It is provisioned as a service instance through the SAP BTP Cockpit and requires JSON parameters to configure memory, system password, and edition.
SAP HANA Cloud appears in the service catalog as "hana-cloud | hana-cloud-tools". Select it from the dropdown in the New Instance or Subscription wizard.
When provisioning SAP HANA Cloud, the Basic Info step requires the service plan, runtime environment, space, and instance name.
DEV_AWS).I_HANA_C_1).The Parameters step requires a JSON configuration with the database settings. The minimum required parameters include memory allocation, system password, and edition.
memory (GB), systempassword, and edition.Example JSON configuration:
{
"data": {
"memory": 16,
"systempassword": "<your-password>",
"edition": "cloud"
}
}<your-password> with a strong system password. The memory value is in GB (16 GB shown in the example). The edition value should be "cloud" for SAP HANA Cloud.The Review step displays the summary of the HANA Cloud instance before creation. Verify all details are correct before clicking Create.
I_HANA_C_1 | Service = SAP HANA Cloud | Service Plan = hana | Runtime Environment = Cloud Foundry | Space = DEV_AWS.The Kyma Environment provides a Kubernetes-based runtime for building cloud-native extensions and applications on SAP BTP.
Kyma is enabled as an environment, not a service instance. In the BTP Cockpit, navigate to your subaccount and click "Enable Kyma" or create a new environment instance.
aws for AWS-hosted Kyma).onibex-aws-517dm9qk-e6s01xwx).us-east-1 — US East, N. Virginia).The Review step confirms the Kyma environment configuration before final creation. Verify all details and click Create.
onibex-aws-517dm9qk-e6s01xwx.All services shown in this guide may incur costs depending on the plan selected. Always review the SAP Services Catalog before provisioning and confirm with your administrator.
Some services take longer to provision than others. SAP AI Core and SAP HANA Cloud instances are typically ready within a few minutes, while the Kyma Environment can take up to 30–60 minutes.
SAP AI Core and SAP HANA Cloud support optional or required JSON parameters during provisioning. Ensure the JSON is valid before submitting. Use the JSON editor in the wizard or upload a pre-validated .json file.
For production-grade SAP HANA Cloud instances, SAP recommends using SAP HANA Cloud Central instead of the BTP Cockpit wizard. The wizard is suitable for development/testing environments only.