2007 Nov 29 9:57 AM
what is the seq of events that will trigger in reports
2007 Nov 29 9:58 AM
Event related to reports are not triggered based on any statements in ABAP.
The event are triggered depended on the way the output is generated .
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.
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.
check the above threads
plz reward if found useful
Message was edited by:
p498863
2007 Nov 29 10:02 AM
HI
the order of events depends up on the action you do on the pertcular event
when you press on execute button INITIALIZATION will trigger ,
when you do any operation on selection screen then AT SELECTION-SCREEN evnets will trigger ,
when you click on execute button on selection screen then START-OF-SELECTION will trigger
when click on any line (double click ) then AT LINE-SELECTION will trigger ,
when ever the new page begins then TOP-OF-PAGE will trigger
when ever end of page (footer ) reaches END-OF-PAGE will triggers
when you press any button or any action other than double clcik then AT USER-COMMAND will triggers
when you click on any Function key then AT PFkey event will trigger
<b>Rewar dif usefull</b>
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |