SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Assignments → Assigning References → Setting Field Symbols →Syntax
UNASSIGN <fs>.
Effect
This statement initializes the field symbol <fs>. After the statement, the field symbol does not reference a memory area and the
predicate expression
<fs> IS ASSIGNED is false.
Notes