
The SAP BTP, ABAP environment is cloud enabled, but not cloud native. It therefore needs a cloud native environment, or PaaS, as its foundation – the SAP BTP, Cloud Foundry environment. The ABAP environment runs as a service instance in a space and can be activated like any other service instance.
Service availability may be restricted based on the region. To operate an ABAP environment, please check the available quota in your region.Hint
An ABAP environment is also referred to as Steampunk or ABAP Cloud.
The following service plans are needed to entitle an ABAP environment:
- abap_compute_unit
- ABAP runtime (minimum one unit)
- hana_compute_unit
- SAP HANA memory (minimum two units)
- standard
- Combine and size ABAP runtime an SAP HANA memory independently from each other.
To administer the ABAP environment, the Web access for ABAP service provides the Administration Launchpad. This launchpad is mandatory to manage users, handle communication, monitor the system and much more.

From the Service Marketplace in the SAP BTP cockpit, the ABAP environment can be created by choosing a service plan, Cloud Foundry as runtime environment, a space, and a unique instance name.
In addition, the e-mail of the initial admin user and a system ID are mandatory. These and other parameters can also be passed using a JSON file:
123456789101112{
"admin_email": "email@something.com",
"description": "Something",
"is_development_allowed": true,
"sapsystemname": "H01",
"size_of_runtime": 1,
"elastic": false,
"size_of_persistence": 2,
"size_of_persistence_disk": "auto",
"admin_user_name": "ADMIN",
"login_attribute": "email"
}
- admin_email
- E-mail of the administrator and initial user
- description
- System description (optional)
- is_development_allowed
- Enable development (default true)
- sapsystemname
- System ID consisting of three characters (default H01)
- size_of_runtime
- Size of the ABAP runtime
Note
It's part of the quota planabap_compute_unit
, with one ABAP compute unit representing 16 GB. The following sizes are available: 1, 2, 4, 6, 8, 16, 24. - elastic
- Adapt the number of ABAP application servers depending on the system load (default false)The number scales between one ABAP compute unit and the number configured with size_of_runtime.
- size_of_persistence
- Size of the SAP HANA memory
Note
It's part of the quota planhana_compute_unit
, with one HANA compute unit representing 16 GB on Azure and GCP, or 15 GB an AWS. The following sizes are available: 2, 4, 8, 16, 32, 64. - size_of_persistence_disk
- Size of the HANA disk space (default auto)If set to auto, the size is set between 40 * size_of_persistence + 40 and 120 * size_of_persistence + 40.
- admin_user_name
- ABAP user name for administrator (optional)
- login_attribute
- email or user_name used for login (default email)
Creating the ABAP environment results in a service subscription in Instances and Subscriptions.

For Cloud Foundry environment, the Administration Launchpad of the ABAP environment can be started by choosing the service instance name in Instances and Subscriptions. The prerequisite for that is the subscription of the Web Access for ABAP service.
The initial admin user already got some apps mapped for administration and development. The Technical Monitoring, for example, provides plenty of apps for monitoring the ABAP environment, such as the Health Monitoring.