Which is not an event keyword in reports?
-
Load of Program
-
At line-selection
-
Exit
-
End-of-page
In ABAP/programming event reporting, standard events include initialization, line-selection, end-of-page, and load of program. 'Exit' is not typically categorized as an event keyword in reports - it's a program termination statement. The other three (A, B, D) are standard event keywords triggered during report execution.
To answer this question, we need to understand the different event keywords used in reports.
Option A) Load of Program - This option is incorrect. "Load of Program" is an event keyword that is triggered when the program is loaded.
Option B) At line-selection - This option is incorrect. "At line-selection" is an event keyword that is triggered when a line is selected.
Option C) Exit - This option is correct. "Exit" is not an event keyword in reports.
Option D) End-of-page - This option is incorrect. "End-of-page" is an event keyword that is triggered when the end of a page is reached.
The correct answer is C) Exit. This option is correct because "Exit" is not an event keyword in reports.