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

Selection-Screen events

Former Member
0 Likes
684

1)what is the use of event end-of-selection in reports?

2)what is an event?what is the purpose of event?

3) write the simple logic to write the intaractive report?

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:03 PM

4 REPLIES 4
Read only

Former Member
0 Likes
654

Hi,

Please go through the following link...

http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9aca35c111d1829f0000e829fbfe/frameset.htm

<REMOVED BY MODERATOR>

Vijay

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM

Read only

Former Member
0 Likes
654

hiii

Event in ABAP report determine process flow of a program. The events are triggered depended on the way the output is generated. They begin after event keyword and end when the next event reached.

End-of-selection event are mostly used when we are printing data.

f.ex In the HR-ABAP code, data is retrived in the Start-of-selection event and Printing on the list and all will be done in End-of-selection event.

<REMOVED BY MODERATOR>

twinkal.

Edited by: twinkal patel on Apr 22, 2008 12:06 PM

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM

Read only

Former Member
0 Likes
654

Hi Gopal,

events are simply object+activity ..when we do some activity on that particular object

end-of-page --going to trigger activity at the end of page

top-of-page --going to trigger activity at the top of page like heading etc..

hope it might be useful for u .

<REMOVED BY MODERATOR>

Regards'

Amit

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM

Read only

Former Member
0 Likes
654

end-of selection it signifies ending of all select queries