‎2007 Sep 17 11:41 AM
‎2007 Sep 17 11:45 AM
Hi,
Following are the events for list processing,
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 : 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.
at user-command
<b>Reward if helpful.</b>
‎2007 Sep 17 11:56 AM
Hi Check out this Link..
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm
Thanks & Regards,
Sai
‎2007 Sep 17 11:57 AM
The following events occur during the processing of the output list of a report program:
TOP-OF-PAGE
-
In list processing when a new page starts.
END-OF-PAGE
-
In list processing when a page ends.
AT LINE-SELECTION
-
When the user triggers the predefined function code PICK.
AT PF<nn>
-
When the user triggers the predefined function code PF<nn>.
AT USER-COMMAND
-
When the user triggers a function code defined in the program.
The last three events are used when an interactive report program has been written.
PS. There are some other events and events have some extra usage options for different purposes; but major event are above as mentioned.
Hope this helps.....
Reward if helpful.....
Regards,
Dilli
‎2007 Sep 17 11:59 AM
Hi,
<u><b>Events Related to Reporting</b></u>
Well, to get details about the events in reporting/interactive... and the statements which trigeer those events...
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 .
for eg:
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.
Regards,
Bhaskar
‎2007 Sep 17 12:05 PM
Hello,
Events in List Processing.
<b>1. Start-of-selection
2. Initiallization.
3. Get
4. End-of-selection.
5. Top-of-page.
6. End-of-page.
7. At line-selection.
8. At user-command.
9. Top of page during line-selection.</b>
Reward if helpful,
Regards,
LIJO