Landscape
Quick answer
For testing to be meaningful, QAS must resemble PRD (via periodic system copies/refreshes), and transports must be imported in the right sequence.
Key takeaways
- The standard is DEV → QAS → PRD.
- Unidirectional transport flow protects production: it guarantees that anything live has been through test, and it gives a clean…
- A sandbox for experimentation, outside the transport path.
- Watch out: Changing production directly.
The three-system landscape
The standard is DEV → QAS → PRD. Configuration and code are built in DEV, tested in QAS, and run the business in PRD. Changes move only forward, packaged as transports, so nothing reaches production without passing through quality assurance.
Why one direction only
Unidirectional transport flow protects production: it guarantees that anything live has been through test, and it gives a clean, auditable trail of every change. Making changes directly in PRD is the cardinal sin of SAP operations.
Extended landscapes
- A sandbox for experimentation, outside the transport path.
- A pre-production system mirroring PRD for final validation.
- Separate landscapes for connected systems (BW, PI/PO, Solution Manager).
Keeping systems in sync
For testing to be meaningful, QAS must resemble PRD (via periodic system copies/refreshes), and transports must be imported in the right sequence. Landscape drift is a common cause of "works in QAS, fails in PRD".
Common pitfalls
- Changing production directly.
- Letting QAS drift from PRD, invalidating tests.
- Importing transports out of sequence.
Want to learn this properly?
Our live, instructor-led SAP Training covers this hands-on, with real projects and a certification path.
Check your understanding
Which statement is true of Landscape?
- A. System logs record what happens inside an SAP system, errors, warnings and significant events, and are a…
- B. OData is the protocol every Fiori app uses to talk to the SAP backend.
- C. Configuration and code are built in DEV, tested in QAS, and run the business in PRD.
Show answer
C. Configuration and code are built in DEV, tested in QAS, and run the business in PRD.
Covered in the “The three-system landscape” section of this lesson.
Which of these also applies to Landscape?
- A. Skipping the discipline under delivery pressure.
- B. Treating master data casually, errors propagate everywhere.
- C. Changes move only forward, packaged as transports, so nothing reaches production without passing through…
Show answer
C. Changes move only forward, packaged as transports, so nothing reaches production without passing through…
Covered in the “The three-system landscape” section of this lesson.
Which part of the Learn SAP curriculum covers Landscape?
- A. SAP MCQs
- B. SAP tables
- C. SAP architecture
Show answer
C. SAP architecture
This lesson sits in the SAP architecture section of the Learn SAP course.