SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Assignments →
ASSIGN - TABLE FIELD
Obsolete Syntax
ASSIGN TABLE FIELD (name).
Effect
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.
Note
Table work areas are designed to be interfaces to classical dynpros only.