SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Program structure → Modularization Statements → Event Blocks →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.