ABAP Keyword Documentation → ABAP Glossary
standard type
Complete data type used for
generically typed
field symbols or
formal parameters
if their data type is required by the compiler or if a LIKE
reference is
made to a generic field symbol (and no memory area is assigned to the field symbol). Different standard types are defined for replacement parameters of optional formal parameters, generically typed field symbols, and for
inline declarations (where they depend on the current statement).
Other versions:
7.31 | 7.40 | 7.54