An SAP system consists of several components such as a database and one or more SAP application servers (old term: SAP instance). Starting with AS ABAP 7.40, each newly installed AS ABAP-based SAP system consists of an ABAP Central Services (ASCS) instance and a Primary Application Server (PAS) instance (old term: central instance), besides the database. The PAS is the first instance offering work processes. All further, optional instances offering work processes of the same SAP system will be called Additional Application Server (AAS) instance (old term: dialog instance). Therefore, each AS ABAP-based SAP system offers exactly one PAS instance (besides the ASCS instance) and might offer none, one or several AAS instances.
It is possible to install two or more instances of one SAP system and also instances of different, additional SAP systems on the same host. When installing several instances (of the same or different SAP systems) on the same host, make sure that the chosen hardware is able to handle the anticipated load. In case you install several PAS instances (and the corresponding databases) on a shared host, be sure to consider topics such as upgrades and restore scenarios. For example, one SAP system may need to be recreated from backup while another SAP system is being used without interference.
When possible, use unique SAP system IDs (SIDs) within a company. In case you install several SAP systems using the same SID within your company special care and measures need to be taken.
An instance of an SAP system is an administrative technical unit in which components of an SAP system providing one or more services are combined. The services within one instance are started or stopped together.
Types of SAP Systems
- AS ABAP-based SAP systems, for example, SAP S/4HANA Server or SAP ECC
- AS Java-based SAP systems, for example, SAP EP
AS ABAP-Based SAP System

The process SAPSTARTSRV starts the ABAP dispatcher of an AS ABAP-based SAP instance (short: "ABAP instance"). The ABAP dispatcher is the central process of an ABAP instance. This process starts other processes that belong to the instance, such as the Gateway (GW), Internet Communication Manager (ICM), and the configured number of work processes. The instance-specific Internet Graphics Server is being started by SAPSTARTSRV, as well.
You configure an ABAP instance by using the instance profile. The processes of an ABAP instance share certain main memory areas and use a common directory structure in the file system. An ABAP instance consists of a dispatcher, a gateway process, one or none Internet Communication Manager (ICM) process and several work processes.
If you install an ABAP instance of AS ABAP 7.40 or higher, you will not find a Start Profile anymore. SAPSTARTSRV only uses the Instance Profile for starting an configuring an ABAP instance, from 7.40 on. New AS ABAP-based SAP systems will use at least the PAS instance and the ABAP Central Services instance. The Enqueue Replication Server Instance (ERS) is optional.
The ABAP Central Services instance can optionally offer an integrated SAP Web Dispatcher, this installation option has been introduced end of 2016.
Features of an SAP Instance
- An instance requires a minimum of two dialog work processes. Otherwise, it is not possible to start the instance.
- Several instances can be installed on the same host. Each instance on a given host must have a unique instance number. The instance number is a two digit number that is chosen during installation. It defines a range of standard communication ports for processes of the instance. The standard port of the dispatcher is 32$$, where $$ denotes the instance number. For example, if the instance number 00 is chosen at installation, the dispatcher port number is 3200.
In this training, we will install all instances of an individual SAP system on the same hardware, so we will handle several different instance numbers.
- If several instances are installed on a shared host, these instances use their own, separate, main memory areas, and each instance has its own directory structure in the file system.
Hint
Do not use the instance numbers 98 and 99, because they are reserved for the SAProuter.
Note
An (SAP) instance is also called an (SAP) application server.