ABAP Reporting: Classical & Interactive Reports
Building list-based reports using events like AT SELECTION-SCREEN, START-OF-SELECTION, and interactive drill-down with AT LINE-SELECTION.
Classical reporting is the oldest ABAP paradigm and still the backbone of countless custom reports across every SAP landscape, so interviewers use it as a baseline sanity check before moving to more advanced topics like ALV or Fiori. A candidate unable to describe the event-driven flow of a classical report likely hasn't spent real time in an ABAP editor.
A classical report is like a factory assembly line with fixed stations (events) the raw material (data) passes through in strict order; interactive drill-down is like a store directory where clicking a department name takes you to a more detailed aisle map.