When top of the page event is triggered?

Showing Answers 1 - 72 of 72 Answers

bala

  • Mar 19th, 2005
 

when the first write statements is occuring that time top of page event is triggered.regardsbala

  Was this answer useful?  Yes

maxiee

  • Jun 24th, 2005
 

initially when start-of-selection statements executes then top-of-page executes.

  Was this answer useful?  Yes

Muthappan

  • Jul 29th, 2005
 

Whenever one write statement is executed

  Was this answer useful?  Yes

Amit Goyal

  • Oct 5th, 2005
 

When new page starts.

  Was this answer useful?  Yes

anandh

  • Oct 13th, 2005
 

Top-of-page event occurs when it notices the first u-line or write statement in a program.

  Was this answer useful?  Yes

sashti

  • Nov 26th, 2006
 

top-of-page gets triggered when it see first write statement or new page

  Was this answer useful?  Yes

rakesh

  • Dec 28th, 2006
 

when it finds.. first Write , Skip , Uline statement ... then Top of page event will trigger.

  Was this answer useful?  Yes

sony

  • Jan 10th, 2007
 

top-of-page event is triggered when a write, uline or skip statements are encountered for the first time.

  Was this answer useful?  Yes

Maha

  • May 10th, 2007
 

When write statement iswritten under top-of-page.
It is important to specify the line-count after report program < name >

  Was this answer useful?  Yes

aarao.a

  • Oct 27th, 2008
 

Whenever the first out-put (write, skip, uline) statement occurs then the top-of-page will be triggred.

  Was this answer useful?  Yes

dbbarot

  • May 3rd, 2011
 

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.

  Was this answer useful?  Yes

Rakesh

  • May 3rd, 2012
 

It executes before the first data is output on a new page

  Was this answer useful?  Yes

Parmar Mahipalsinh Udesinh

  • 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

srinivasaraju.vyasyaraju

  • May 9th, 2012
 

After complete start-of-selection top-of-page will triggered.

  Was this answer useful?  Yes

Guest

  • May 30th, 2012
 

TOP-OF-PAGE will be trigger after first WRITE statement.

  Was this answer useful?  Yes

srinivasaraju.vysyaraju

  • Jun 6th, 2012
 

Before end-of-selection

  Was this answer useful?  Yes

saimahesh gelivi

  • 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.

  Was this answer useful?  Yes

Keshav Saxena

  • Jun 29th, 2012
 

Top of page event is triggerd after the execution of very first write statement.

  Was this answer useful?  Yes

Sadeq Ahmed

  • Sep 26th, 2012
 

top-of-page event will triggered whenever first write statement or first skip statement triggers.

  Was this answer useful?  Yes

MAHESH

  • Jul 19th, 2013
 

It triggers before first data is output on new page.

  Was this answer useful?  Yes

somanath.g

  • Aug 11th, 2014
 

Top-of-page is an event in classical report which is triggered at the top of each page.

  Was this answer useful?  Yes

Ronak

  • Nov 28th, 2014
 

Top of page triggers at the very first Write statement

  Was this answer useful?  Yes

Eswar

  • Feb 18th, 2015
 

Top of page will trigger only when any new page is opened for printing in report, other wise it will not print any thing if we use only top of page event in the program

  Was this answer useful?  Yes

Anindita

  • May 28th, 2015
 

This event is executed before the first data is output of a new page, It processes a basic list using some output statements like WRITE, ULINE etc. But it is not triggered by NEW PAGE statement.

  Was this answer useful?  Yes

ramasundari

  • Nov 4th, 2015
 

Top of page is triggered before new page is processed and before first write statement in start-of-selection

  Was this answer useful?  Yes

varun

  • Nov 17th, 2015
 

After The End-of-Selection and Before First Write Statement

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions