SAP GENERIC TYPING - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 static access, the properties of the actual parameter determined by the typing apply.
ABAP_MORE_INFO