SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
No field symbols without type assignment
Error message in ABAP Objects if the following syntax is used:
FIELD-SYMBOLS <fs>.
Correct syntax:
FIELD-SYMBOLS <fs> TYPE ANY.
Reason:
Like method interface parameters, field symbols must always have explicit type assignments.