Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

list processing events

Former Member
0 Likes
2,380

hi

what are the list processing events

5 REPLIES 5
Read only

Former Member
0 Likes
1,001

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>

Read only

Former Member
0 Likes
1,001

Hi Check out this Link..

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm

Thanks & Regards,

Sai

Read only

Former Member
0 Likes
1,001

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

Read only

Former Member
0 Likes
1,001

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

Read only

Former Member
0 Likes
1,001

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