Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46
Get Example source ABAP code based on a different SAP table
Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
Standard SAP Help for UNASSIGN
UNASSIGN
Short Reference • UNASSIGN ABAP Statement
ABAP Syntax UNASSIGN <(><<)>fs>.
What does it do? 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.
Latest notes:The statement CLEAR <(><<)>fs> does not initialize the field symbol and initializes the memory area that is assigned to the field symbol instead. Unlike the initialization of reference variables, the statement UNASSIGN does not affect Garbage Collector.