Posts

Showing posts with the label SAP landscape

Basics - What is SAP landscape?

Landscape in SAP is nothing but a sequential order of server system such as Development server , Quality server and   production server.  Let's discuss about each in detail, Development Server ; In development server , programmers can write a program as per the requirement. It's like a designing space where any number of modifications takes place. It has following clients such as Sandbox client , Customizing client and Development-testing client .  In Sandbox client all rough design work can be done and as I said code written here is modifiable. In customizing client, we can configure same code from sandbox if all looks fine. Finally in the development phase, we move our code to Dev-testing client where all unit test and integration testing takes place. Quality Server  : This is the place where functional team involves and do their functional testing if the flow logic of the requirement is working fine. Production Server : This is the place where all the teste...