ABAP Keyword Documentation → ABAP - Reference → Assignments → Setting References
UNASSIGN
Other versions: 7.31 | 7.40 | 7.54
Syntax
UNASSIGN <fs>.
Effect
This statement initializes the field symbol <fs>. After the statement, the field symbol references
no memory area and the logical expression <fs> IS ASSIGNED
is then incorrect.
Note
A statement CLEAR <fs>
initializes not the field symbol, but the memory area that is assigned to the field symbol.