Syntax Structure

An ABAP program is a sequence of different statements which have a particular structure.

Statement Structure

Comments can be inserted between the statements.

Comment Structure

Sequences of separate, but similar, statements can be combined into chain statements.

Concatenating Similar Statements