Application Development 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: 

What is sequence of event triggered in report?

Former Member
0 Kudos

Hi,

What is sequence of event triggered in report?

Regards,

Mahesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

There are 6 events in report:

Sequence is :

1) Initialization

2) At Selection-Screen

3) Start-of-Selection

4) Top-of-Page

5) End-of-Page

6) End-of-Selection

Best Regards,

Bansidhar

4 REPLIES 4

former_member588853
Active Contributor
0 Kudos

HI Mahesh,

Please search simple questions in forums first if you didnt find an answer then you post your question..

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.

reward if useful

regards,

nazeer

Message was edited by:

nazeer shaik

Former Member
0 Kudos

Hi

Initialisation

At selection-screen

At selection-screen output

Start-of-selection

top_of_page

end_of_page

End_of_selection

reward if useful

regards,

Anji

0 Kudos

Hi Anjireddy,

I have one requirement that i need to run BDC only for last scren. That is manager need to fill one apprisal transaction, that have 4 screens. Out of which 3 are relates to low level people. Niow he want to fill the data only in 4th screen. He dont want to fill other screens. I need to do BDC for this. Do u have any idea to solve this...

Former Member
0 Kudos

Hi,

There are 6 events in report:

Sequence is :

1) Initialization

2) At Selection-Screen

3) Start-of-Selection

4) Top-of-Page

5) End-of-Page

6) End-of-Selection

Best Regards,

Bansidhar