2007 Jan 16 6:09 AM
Hi All of u,
Can u tell me what is sequence of events in Classical & Interctive Reports.
Hi All of u,
Can u tell me what is sequence of events in Classical & Interctive Reports.
2007 Jan 16 6:12 AM
check these threads..
http://help.sap.com/saphelp_47x200/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm
https://forums.sdn.sap.com/click.jspa?searchID=217806&messageID=2063325
https://forums.sdn.sap.com/click.jspa?searchID=217806&messageID=2651993
https://forums.sdn.sap.com/click.jspa?searchID=217806&messageID=2489541
https://forums.sdn.sap.com/click.jspa?searchID=217806&messageID=2793807
https://forums.sdn.sap.com/click.jspa?searchID=217806&messageID=2540252
2007 Jan 16 6:12 AM
HI,
These kind of questions have been answered plenty of times. First search the SDN with your relevant question and then post only if you do not find a answer.
Regards
Subramanian
2007 Jan 16 6:13 AM
Hi
Please go through the link and find out the answer
http://www.sap-img.com/abap/events-related-to-reporting.htm
Regards,
Mayank
PS : Please reward points if its helpful to you.
2007 Jan 16 6:14 AM
Hi ,
The events are
1. Load of program
2. Initilization.
3. At selection-screen output
4. At Seelction screen
5. Start of selection
6. End of selection
7. At user command
8. At Line Selection
Regards
Arun
2007 Jan 16 6:25 AM
Hi Koti Reddy,
1)classical report.
-Initialization.
-At Selection-screen output.
-At selection-screen.
-Top-of-page.
-Start-of-selection.
-End-of-page.
-End-of-selection.
2)Interactive Reports.
Above events and
-At line-selection.
-Top-of-page during line-selection.
2007 Jan 16 6:31 AM
load of program
Initialization : triggered when the report is loaded in memory.
At selection-screen output : triggered when the selection screen is loaded in memory before being displayed.
At selection-screen / <field> : before leaving the selection screen.
start-of-selection : the first event for displaying the report.
end-of-selection : after the start-of-selection is completed.
classiscal report events.
top-of-page : every time a new page is started in the list.
end-of-page : every time the list data reaches the footer region of the page.
interactive report events.
top of page during line selection : top of page event for secondary list.
at line-selection : evey time user dbl-clicks(F2) on the list data.
at pF<key> : function key from F5 to F12 to perform interactive action on the list.
2007 Jan 16 6:58 AM
Hi,
Here are the steps:
1)classical report.
a) Initialization.
b) At Selection-screen output.
c) At selection-screen.
d) Top-of-page.
e) Start-of-selection.
f) End-of-page.
g) End-of-selection.
2)Interactive Reports.
a) Initialization.
b) At Selection-screen output.
c) At selection-screen.
d) Top-of-page.
e) Start-of-selection.
f) End-of-page.
g) End-of-selection.
h)At line-selection.
I)Top-of-page during line-selection.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |