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

events

Former Member
0 Likes
947

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.

7 REPLIES 7
Read only

Former Member
0 Likes
921

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

Read only

Former Member
0 Likes
921

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.

Read only

Former Member
0 Likes
921

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

Read only

former_member188829
Active Contributor
0 Likes
921

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.

Read only

Former Member
0 Likes
921

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.

Read only

Former Member
0 Likes
921

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.