Chapter 1
Chapter 1
Overview
Technical
Architecture
3- Tier Client Server/ Architecture
Login View of SAP
Development Testing System Transport
Landscape System System
Architecture
Production
Sytem
View of SAP after Login
/n+ transaction code
/n = creates a session in SAP
/o+ transaction code = opens a new
session without closing the current
session.
ABAP Workbench Tools and – Tcodes
•ABAP Editor (SE38) – writing and editing program code.
•ABAP Dictionary Data (SE16N) - checking dictionary items.
•ABAP Dictionary (SE11) – processing database table
definitions and retrieving global types.
•(Legacy)Menu Painter (SE41) - designing the user interface
•(Legacy)Screen Painter (SE51) - designing screens (dynamic)
for user dialogs
•Function Builder (SE37) - displaying and processing function
modules
•Class Builder (SE24) - displaying and processing central classes
•Object Navigator (SE80) - provides you with a tree-like
overview of all objects within a development class or program.
ABAP Programming Overview
Step 3:Provide
Description in the Data
Element and go to Field
Label and provide a field
label.
How to make custom Data Elements
Step 3:Provide
Description in the Data
Element and go to Field
Label and provide a field
label.
How to make
custom Data
Elements
(Domain)
or
Ctrl+Shift+F10
Exercise