Multiple choice technology programming languages

What is default event in ABAP program events?

  1. Initialization

  2. Start of Selection.

  3. At Selection-screen output

  4. 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.