Multiple choice technology programming languages What is default event in ABAP program events? Initialization Start of Selection. At Selection-screen output At Selection-screen. Reveal answer Fill a bubble to check yourself B Correct answer Explanation In ABAP executable programs, if no event keyword is explicitly specified, any processing blocks written before the first event keyword are automatically assigned to the START-OF-SELECTION event. Thus, it acts as the default event block.