Skip to content

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 specified 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.

Other versions: 7.31 | 7.40 | 7.54


Notes

  • If logical databases are no longer used, the statement NODES is obsolete.

  • If logical databases are still used, NODES should be used instead of TABLES. This specifies clearly that the interface is intended for logical databases.

Continue

NODES