ABAP Keyword Documentation → ABAP Glossary
Generic Typing
Typing in which the data type of a formal parameter or field symbol is not fully specified. The actual data type is copied at runtime from the assigned actual parameter or memory area. During a dynamic access to a generically typed formal parameter or field symbol, the properties of the actual parameter apply. During a static access, the properties of the actual parameter determined by the typing apply.