SAP FIELD SYMBOL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

field symbol
Symbolic name for a data object to which actual memory areas can be assigned at program runtime. A field symbol can be used as a placeholder for a data object at an operand position. A field symbol is typed either generically or completely. Field symbols are declared using the statement FIELD-SYMBOLS or the declaration operator FIELD-SYMBOL; memory areas are assigned to them using ASSIGN.
ABAP_MORE_INFO