bala
Answered On : Mar 19th, 2005
when the first write statements is occuring that time top of page event is triggered.regardsbala
Login to rate this answer.
maxiee
Answered On : Jun 24th, 2005
initially when start-of-selection statements executes then top-of-page executes.
Login to rate this answer.
Muthappan
Answered On : Jul 29th, 2005
Whenever one write statement is executed
Login to rate this answer.
Amit Goyal
Answered On : Oct 5th, 2005
When new page starts.
Login to rate this answer.
anandh
Answered On : Oct 13th, 2005
Top-of-page event occurs when it notices the first u-line or write statement in a program.
Login to rate this answer.
sashti
Answered On : Nov 26th, 2006
top-of-page gets triggered when it see first write statement or new page
Login to rate this answer.
rakesh
Answered On : Dec 28th, 2006
when it finds.. first Write , Skip , Uline statement ... then Top of page event will trigger.
Login to rate this answer.
sony
Answered On : Jan 10th, 2007
top-of-page event is triggered when a write, uline or skip statements are encountered for the first time.
Login to rate this answer.
TOP-OF-PAGE is a list processing event which is executed before the first data is output on a new page. i.e. first write: statement
Login to rate this answer.
Maha
Answered On : May 10th, 2007
When write statement iswritten under top-of-page.
It is important to specify the line-count after report program < name >
Login to rate this answer.
top_of_page event is triggered as soon as the system starts processing the new page of the list i.e. before outputting the first line on the new page.... this is the only correct answer....thanks anish garg
Login to rate this answer.
Whenever the first out-put (write, skip, uline) statement occurs then the top-of-page will be triggred.
Login to rate this answer.
Top of page event is triggered when there is a first write statement occurred in the reports.
If there is a selection screen there then Top of page event occurred twice.
when there is write statement called in the reports before selection screen and after selection screen processed.
Login to rate this answer.
Rakesh
Answered On : May 3rd, 2012
It executes before the first data is output on a new page
Login to rate this answer.
Parmar Mahipalsinh Udesinh
Answered On : May 4th, 2012
TOP-OF-PAGE is a list processing event which is executed before the the first data is output on a new page.
Notes
Without
the addition DURING LINE-SELECTION , TOP-OF-PAGE is processed only
when generating basic lists, not when creating secondary lists.
TOP-OF-PAGE
allows you to define output which supplements the standard page header
at the beginning of the page or. Alternatively, if the standard page
header is suppressed (with (REPORT NO STANDARD PAGE HEADING. ), it
allows you to design your own page header.
TOP-OF-PAGE is only executed before outputting the first line on a new page. It is not triggered by a NEW-PAGE statement
Login to rate this answer.
srinivasaraju.vyasyaraju
Answered On : May 9th, 2012
After complete start-of-selection top-of-page will triggered.
Login to rate this answer.
Guest
Answered On : May 30th, 2012
TOP-OF-PAGE will be trigger after first WRITE statement.
Login to rate this answer.
srinivasaraju.vysyaraju
Answered On : Jun 6th, 2012
Before end-of-selection
Login to rate this answer.
saimahesh gelivi
Answered On : Jun 18th, 2012
top_of_page is one of the event in ALV reports..it is triggered at the top of each page(may contain secondary pages)..i.e...output of each and every list.
Login to rate this answer.
Keshav Saxena
Answered On : Jun 29th, 2012
Top of page event is triggerd after the execution of very first write statement.
Login to rate this answer.
Sadeq Ahmed
Answered On : Sep 26th, 2012
top-of-page event will triggered whenever first write statement or first skip statement triggers.
Login to rate this answer.