SAP ABAP/4 Statements overview

The following SAP ABAP training guides about an overview of SAP ABAP/4 statements

In SAP ABAP/4, statements consist of a command and variables, options, and ending with a period.

The following point is to be considered while writing the statements

  • SAP ABAP/4 editor converts all the text to upper-case except text strings like (text with ‘).  The Data stored in the database can be in the form of data and commands that helps to interact with the operating systems
  • SAP ABAP/4 doesn’t have any restriction on the layout of the statements, so the multiple statements can be updated in a single line and single statements can be extended to multiple lines.
  • Blank lines can be placed anywhere in the program.

Commenting the Code

ABAP allows for the use of comment statements inside the programs or in lines. Comment statements are performed by a programmer to document the purpose of statements in a program.

Introductory statements for programs

Introductory statements for programs

Internal Statements

SAP ABAP/4 Statements Overview- Internal Statements