Get Example source ABAP code based on a different SAP table
ID INITIALIZATION • INITIALIZATION ABAP Statement
INITIALIZATION> Short Reference >
ABAP_SYNTAX INITIALIZATION.>
What does it do? This event keyword defines an event block for initializing an executable program. The associated event is raised by the ABAP runtime framework> during the flow> of an executable program>, directly after LOAD-OF-PROGRAM> and before the selection screen processing> of any existing standard selection screen. Here, the input fields of the selection screen> can be initialized only once, including those fields defined in the logical database> linked with the program.