Intro To ABAP - Cap 01
Intro To ABAP - Cap 01
Programming
Objectives
Report:
• An ABAP program whose output is
a list
Module Pool:
• A dialog program which is a
collection of screens
List:
• The output generated by an ABAP
report program
ABAP Programming Language
ABAP
Development
Programming Environment -
The ABAP Editor
Programming Environment
Online Debugging
Basic Functions of the ABAP Editor
Toggles from
Find and
display to
Repeat Find
change mode
Syntax Check
ABAP Help
Undo
MOVE: 1 TO COUNT,
‘President’ TO TITLE.
Declaration Section
Used for defining tables, variables
and constants
Statement Section
Used for coding executable
ABAP statement
ABAP Program Attributes
Running an ABAP Program
Summary