SAP SOURCE CODE MODULAR - Guide



Get Example source ABAP code based on a different SAP table
  



Source Code Modularization

ABAP_BACKGROUND
The unit in ABAP that corresponds to a source code file capable of being inserted into another program is known as an include program. Include programs are used for source code modularization and are inserted into compilation units for this purpose. Include programs are not compilation units (which means they cannot be compiled as standalone programs), but can be activated and transported separately. The compilation units of include programs (such as class pools, interface pools, function pools, subroutine pools, or executable programs) are compilation units in