InterviewSolution
| 1. |
What Are The Difference Between Interactive And Drill Down Reports? |
|
Answer» ABAP/4 PROVIDES some interactive EVENTS on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through LAYERS of information about individual ITEMS in a list. Drill down REPORT is nothing but interactive report...drilldown means above paragraph only. ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through layers of information about individual items in a list. Drill down report is nothing but interactive report...drilldown means above paragraph only. |
|