SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Processing of External Data → Logical Databases (Obsolete) → Logical Databases - Statements →Interface Work Areas for Logical Databases
The following statement declares an interface work area intended for use with logical databases only:
The statement NODES must be listed both in the database program of the logical database and in the executable program associated with the logical database. In the database program, NODES determines which data can be passed from the logical database. In the executable program, NODES determines the data received and also controls the creation of the selection screen of the logical database.
If flat structures are used, the statement TABLES can also be used.
Notes