Multiple choice technology programming languages

Which event will trigger if program finds STOP statement

  1. Start-of- selection

  2. top-of -page

  3. End-of- Selection.

  4. End- of- page

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

In SAP ABAP, when a program encounters a STOP statement, it triggers the End-of-Selection event. STOP immediately halts the current processing and jumps to the END-OF-SELECTION event block. This is different from termination events. Options A, B, and D are not the events triggered by STOP statement.