Source Code Module

Source code modularization is the decomposition of a source text of a program into individual units. It is independent of the decomposition of an ABAP program into processing blocks and can be used for reusing individual program sections or improving the structure of a larger program.

Source text modules are implemented as either include programs or as macros.