Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Obsolete Language Elements →  Obsolete Assignments 

ASSIGN - TABLE FIELD

Short Reference

Other versions: 7.31 | 7.40 | 7.54

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.