Skip to content

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. When a generically typed formal parameter or field symbol is accessed dynamically, the properties of the actual parameter apply. If accessed statically, the properties of the actual parameter determined by the typing apply.

More

Other versions: 7.31 | 7.40 | 7.54