Last Updated on August 15, 2022 by admin
What is SAP Landscape?
SAP landscape is the arrangement for the server system such as the Development server, Quality Assurance server, and Production server.
Development server:- The development server is also known as a sandbox client. It is the server where the consultants do the new customization and write new programs as per the business requirement. It has three clients. Such as
- Sand Box
- Customizing client
- Development-testing
1. Sand Box – Sandbox client is the place where all the system design work takes place
2. Customizing client – After configuration in the sand box, if everything is ok then recreate the same configuration in configuration client
3. Development-testing – This client is used for unit testing. In some projects, integration testing is also done in this client.
Quality Assurance (QA)server :- Quality server is where the team members and other members test the new customization, programs etc.
Production Server:- Production Client is also known as Golden Client. It is the server where the live data of the company is recorded after project go live. The authorization for production client is very limited.
A request will flow from Development (Dev) >> Quality Assurance (QA) >> Production (prod)
Developers develop the programs in the development server, and then transport it to test server (QUALITY ASSURANCE), after testing it transport to production server.