Naming a Variable

The variable name <f> may be up to 30 characters long. You can use any alphanumeric characters except those listed below.

ABAP contains predefined data objects with reserved names which you are not allowed to use (see System-defined Data Objects). In addition, do not use variable names in a statement if they could be confused with the parameters of the keyword introducing the statement.

Follow these guidelines when writing DATA statements:

Examples of self-explanatory field names:

GROUP_TOTAL
ACCOUNT_NO
FOREIGN_CURRENCY
BANK_CODE