Cannot Use the NODES Statement

You cannot create a node work area using the NODES statement in ABAP Objects.

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.

Overview:

Replacement for Obsolete Statements ABAP Objects