What is drill down report in SAP ABAP?
What is drill down report in SAP ABAP?
SAP drilldown reporting is used to interactively evaluate data in the financial accounting area. This tool allows creation of reports in financial accounting which range from financial statements, key figures and balance display reports.
Which command is used in drill down reporting?
PERFORM write_report1. TOP-OF-PAGE. * Write list header for REPORT1 AT USER-COMMAND. * Respond when the user presses a function key CASE sy-ucomm.
What are the difference between interactive and drill down reports?
There is no difference between drill down and interactive report, they are the same. With drilldown reporting, SAP provides you with an interactive information system to let you evaluate the data collected in your application.
What is drill down report?
Drill down is a capability that takes the user from a more general view of the data to a more specific one at the click of a mouse. For example, a drill down report that shows sales revenue by state can allow the user to select a state, click on it and see sales revenue by county or city within that state.
What is Slis in ABAP?
SLIS Is a types-pool . used to store all the type declaration of ALV control. You have to use this types-pool when you work on the ALV. Alert Moderator.
How many types of views are there in ABAP?
Types of Views in ABAP In ABAP DDIC, there are four types of views that differ from each other in a way in which they are implemented and access the data. These are given below: Database view. Projection view.
Why is ALV report used?
Sap provides a set of ALV (ABAP LIST VIEWER) function modules, which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output.
Why drill down report is used?
A drill-down report allows the user to navigate the data from a comprehensive view of the data to a more detailed one. It assumes a hierarchical relationship between data. Therefore, the user can be taken to a more granular level of the data by clicking a specific visualization element on the web report.