ABAP Keyword Documentation → ABAP Glossary
alias name
A name that can (or must) be used as an alternative to the real name of an object. The following alias names can be defined in ABAP:
- The statement
ALIASES
can be used to declare an alias name for an interface component in a class or in a compound interface.
- The addition
ALIAS
can be used to specify an alias name for the primary table key in the declaration of an internal table.