Features and Maintenance of Logical Databases
Logical databases are a means by which ABAP reports read and process data. Every ABAP executable program (report) is linked to a logical database specified in the program attributes.
A logical database has a three-character name (for example KDF) where the last letter denotes the application. If you do not specify a name for the logical database when defining the program attributes, the system uses a standard database which controls the formatting of the selection screen but does not read any data.
In this section, you learn more about
Other Sections Connected with Logical Databases
For a general introduction to database access through logical databases, see the section
Standard Selection Screens and Logical Databases
For information about how to use logical databases in connection with selection screens in reports, see the section
Controlling the Flow of ABAP Programs Using Events