🎴 Flashcard Mode
PHP, Java, and ABAP Programming Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Assuming a pushbutton with function code 'FUNC' is available in the toolbar of a list report, what event is processed when the button is clicked?
AnswerClick to flip back
A
AT USER-COMMAND
💡 Explanation:
AT USER-COMMAND is triggered when toolbar function codes are clicked. AT PFn handles function keys, not toolbar buttons. AT SELECTION-SCREEN is for selection screen events. END-OF-SELECTION is an executable program event after data retrieval.