ABAP Keyword Documentation → ABAP Glossary
database program
ABAP program of a
logical database, which provides other programs with data in a
table work area and, in doing so, raises the
reporting event
GET
with the statement PUT
. The functions of a database program are implemented in
subroutines that are called by the
ABAP runtime environment during the execution of an
executable program or the
function module LDB_PROCESS. The execution time of the individual subroutines is assigned to certain reporting and
selection screen events.