SAP ABAP LANGUAGE INCLUDES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Source Code Modules
Source code modularization is the segmentation of a program's source code into individual units. Modularization operates independently of the segmentation of an ABAP program into processing blocks.
Source code modules are implemented as either ABAP Code Snippet macros. Include programs are used to structure large programs, whereas macros are used to recycle individual parts of programs.