There are several reasons for setting up a multisystem landscape. First, continuous maintenance is required for all SAP systems. Either SAP or the customers trigger such maintenance. Corresponding changes of program code or customizing data might be mission-critical and should be tested beforehand. Second, audits require detailed logging of transport requests. Thirdly, ABAP repository objects work across clients. In other words, changes made in one client immediately affect all other clients of the same SAP system after activation. That is why you should never develop or change customizing settings directly in the production system. Client settings should prevent such changes. This is why we recommend that you use a multisystem landscape. You can operate several SAP systems with one SAP license, although you may only use one of these SAP systems as a production system.
In the following, let us take a three-system landscape as an example of a multisystem landscape. Each of these three SAP systems contains a working client and other clients as required. With respect to the consistency of customizing settings across all of the systems, it would make it easier if these three working clients had the same name (three-digit number).
A three-system landscape facilitates the following recommended process:
You can carry out the required customizing for the SAP standard processes in the development system. You can also develop your own programs or change existing ones in the development system.
You then transfer the customizing settings you made, as well as all changes to the repository (developments, corrections, and modifications if needed) to the quality assurance system (also called test system for short) . In the test system, you can check in a stable environment without impacting the production operation.
After a successful test, all objects and settings imported into the test system can then be transferred into the production system.
Three System Landscape
The SAP systems in a system landscape must have unique, three-character descriptions, for example, DEV (development), QAS (quality assurance), and PRD (production). These abbreviations, which also occur in other courses, are used internationally in the SAP environment.
The SAP system ID (or for short: SID) always begins with a letter, and it may contain letters and digits. SIDs always consist of three characters. Some SIDs are reserved by SAP. For instance, you cannot use the SID SAP to install an SAP system. You can find more information in the installation guide for the related SAP system type you want to install.