SAP LDB USAGE
Get Example source ABAP code based on a different SAP table
ABAP_LDB - Use
There are two ways of using a logical database.
When logical databases are linked with executable programs, the selections are entered using the selection screen and the data read from the logical database is passed to the program using interface work areas. If called using a function module, the selection screen is not displayed. The calling program must provide special subroutines, which are also referred to as callback routines instead of interface work areas. These routines are called by the function module and filled with data.