No Image

Loops

January 3, 2011 v 6

DO – ENDDO – Unconditional Loop DO can be used to execute a certain lines of codes specific number of times.

No Image

Basic Operations

January 3, 2011 v 5

Assigning values to ABAP variables Use ‘=’ or MOVE keyword to assign a value to a variable.

No Image

ABAP System Variables

January 2, 2011 v 6

ABAP system variables is accessible from all ABAP programs. These fields are filled by the runtime environment. The values in these fields indicate the state […]