SAP LDB PROGRAM EXAMPLE



Get Example source ABAP code based on a different SAP table
  



ABAP_LDB - Example of a Database Program
A logical database TEST_LDB has the structure shown in Example of a Logical Database. All nodes are database tables. Selections are defined in the selection include: SELECT-OPTIONS SLIFNR FOR LFA1-LIFNR.
SELECT-OPTIONS SBUKRS FOR LFB1-BUKRS.
SELECT-OPTIONS SGJAHR FOR LFC1-GJAHR.
SELECT-OPTIONS SBELNR FOR BKPF-BELNR.
The generated proposal for the database program is then as follows:

Master Program <(>SAPDBTEST_LDB<)> *----------------------------------------------------------*
* DATABASE PROGRAM OF LOGICAL DATABASE TEST_LDB
*----------------------------------------------------------*