Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 4.0 and 4.5 

Logical Databases in Release 4.0


1."Logical Nodes": Any node name, link to Dictionary or local type.


2. Adjustment of maintenance transaction and program structure to the Function Builder.


3.Free callability without change of roll area with function module LDB_PROCESS.

Other versions: 7.31 | 7.40 | 7.54

Modification 1

"Logical Nodes": The nodes of a logical database can have any name; the names are no longer strictly linked with the Dictionary tables. Instead, a node can have any Dictionary or local type. For example, a Dictionary structure can be used for multiple nodes and a logical database can return a complex data object "in one portion". New language element: NODES.

Modification 2

Adjustment to the

Function Builder: The created program structure and the Logical Database Builder were adjusted to the form known to the Function Builder.

Modification 3

Free callability without change of roll area with function module LDB_PROCESS.
The restriction that logical databases can only be used with
SUBMIT is no longer valid. A logical database therefore can be used by any program to collect data. You can also call the same logical database more than once and nested calls of different logical databases are also allowed.
See documentation on the function module.