Multiple choice technology programming languages

An event starts with an event keyword and ends with:

  1. Program execution

  2. END-OF-EVENT

  3. Another event keyword

  4. END-EVENT

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In ABAP programming, event blocks do not have an explicit closing statement. An event block implicitly ends when the next event keyword is encountered or when the program finishes.