SAP PROGRAM CONSTRUCTOR

Get Example source ABAP code based on a different SAP table
  


ARTICLE

program constructor
The program constructor can be used to initialize the global data of a program. It is initiated with the statement LOAD-OF-PROGRAM
. The related event occurs when a program is loaded into the internal session .

Note
Class pools do not have a program constructor, since the static constructor from the global class defined in the class pool can be used instead.