You are on page 1of 3

SAP Notes

SAP ABAP Programming Tcodes


Architecture
Technical Architecture –
3 Types of layer
Presentation Layer
Application Layer
Database Layer
Landscape Architecture
Depending on your system requirement there are 3 or more layers in
Landscape Architecture
Development
Testing
Pre-Production
Production
Basics
• Every resource we create in SAP is by default inactive
and we need to activate it after creation. Activation
also save the resources.
• Every custom create resources are named with prefix
of “Z” so that it can be identified later.
• Development class of the resources are kept as
“$Tmp” when creating resources in development
environment.
• At the bottom of the page SAP provides status for the
action performed.

You might also like