SAP ASSIGN TABLE FIELD ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID ASSIGN-TABLE-FIELD
• TABLE FIELD ASSIGN - obsolete

ASSIGN, TABLE FIELD
Short Reference

ABAP_SYNTAX_OBS
ASSIGN TABLE FIELD (name) TO <(><)>.

What does it do?
This variant of the dynamic specification of the memory area in the statement ASSIGN is only possible outside of classes and without specifying casting_spec and range_spec explicitly. When executing the statement, the name in the character-like data object name is searched for in the table work areas declared using TABLES in the current program group. The name in name must be specified in uppercase letters.



Latest notes:

Neither inline declarations FIELD-SYMBOL nor the addition ELSE UNASSIGN can be used in this obsolete variant of the ASSIGN statement.
ABAP_HINT_END

Return to menu