|
||||||||||||||||||||||
|
Classical Reports These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.
Events In Classical Reports.
Interactive ReportsAs the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers. And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed. We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21). Events associated with Interactive Reports are:
HIDE statement holds the data to be displayed in the secondary list. sy-lisel : contains data of the selected line. sy-lsind : contains the level of report (from 0 to 21) Interactive Report Events:
An interactive report generally works in the following fashion: 1. Basic list is displayed. From the above explanation, I believe, its clear that, the 20th list, will essentially depend on the "selected line" of 19th list. According to your question, you want to move to 20th list directly, without "a prior list". May I know the exact requirement so that, an appropriate solution can be suggested? Again, your question was, how to move to 20th list directly on pressing of execute button. Its not possible to move to 20th list. What are Drilldown reports? The lines of basic list of a drilldown report when clicked, will take the user to the corresponding (standard) object's display.
FREE website of Beep.com
The responsible person for the content of this web site is solely the webmaster of this website, contactable via this form! |
|||||||||||||||||||||