SAP DATABASE PROGRAM - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

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 functionality of a database program is implemented in subroutines, which are called by the ABAP runtime framework during the execution of an executable program or the function module LDB_PROCESS. The execution time of the individual subroutines is related to certain reporting and selection screen events.
ABAP_MORE_INFO