anthyiaconsulting
ABAP Tutorial
Contents
Home
1 Introduction
I Overview
1 Gentle Introduction to ABAP
a Hello World, Comments, Germanness
b Variable Declaration
c Structures and tables
d Loops
e Branching
f Field Symbols
g READ Befehl
h Sorting
i Filling structure and table
j Messages to the user
k Boolean
l Tabellenarten
m Konstanten
n REDUCE
2 Modularisation
a Funktionsbaustein aufrufen
b Unterprogramm
3 Input Output
a Write, Message
b SELECT-OPTIONS
c Selektionselemente
d Upload, download
e Abap List View
f Smartforms
4 Databases
a Normalization
b Data Dictionary DDIC
c Table types
5 Hashing
6 Indexing
7 ABAP List Views
a Capture input parameter and create an output table
b Creating a clsalvtable object
c Our very simple ALV grid
d Beautifying our ABAP List View (ALV)
e Filter and Sorting the ALV
f Naming the headers of ALV grids and descriptions of selection parameters
8 CDS Views
a Create CDS Views
b Using system variables in CDS views
c Join on join
d Coalesce
e Cast
II Classical DynPro
1 Important transactions
a SE41
b SE51
c Communication between SE51 and SE38
d Difference between report and module pool
e Screen ranges
f Include everything
2 Example
III OO Programming in ABAP
1 Defining and implementing methods
2 Exceptions
a Class-based exceptions
b Global exceptions
3 Testing methods
a Quick Example
IV Appendix
1 ABAP System Fields
a Programming Guidelines
b Hints
c Example