No search limitations with dynamic ASSIGN

The search limited to table work areas of the main program in connection with the dynamic ASSIGN statement is no longer used in ABAP Objects.

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.