SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
No search limitations with dynamic ASSIGN
Error message in ABAP Objects in the following case:
ASSIGN TABLE FIELD (<f>) TO <fs>.
Correct syntax:
ASSIGN (<f>) TO <fs>.
Cause:
Table work areas are not supported in classes.