SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Cannot Use the NODES Statement
In ABAP Objects, the following statement causes an error message:
NODES struc.
Correct syntax:
DATA wa TYPE struc.
Cause:
ABAP Objects does not support the old method of working with
logical databases. Data transports between ABAP programs and logical databases using global work areas is not possible in ABAP Objects.