BC170_2.13.1
Events
BC170_2.13.2
Objectives
• The participants will be able to:
–
Define the following Events and use them
in an ABAP Program:
•
INITIALIZATION
•
AT SELECTION-SCREEN
•
START-OF-SELECTION
•
END-OF-SELECTION
BC170_2.13.3
Event-Driven Programming
INITIALIZATION
AT SELECTION-SCREEN
START-OF-SELECTION
END-OF-SELECTION
SELECTION
SCREEN
PROCESSING
BASIC LIST
PROCESSING
BC170_2.13.4
Attaching Code to an Event
Event
BC170_2.13.5
INITIALIZATION
Execute a processing block
before the selection screen
BC170_2.13.6
AT SELECTION-SCREEN
Trigger a function code
on the selection screen
BC170_2.13.7
The START-OF-SELECTION
Event
BC170_2.13.8
The END-OF-SELECTION
Event
BC170_2.13.9
Summary
• The participants should be able to:
–
Define the following Events and use them
in an ABAP Program:
•
INITIALIZATION
•
AT SELECTION-SCREEN
•
START-OF-SELECTION
•
END-OF-SELECTION