<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559171#M253003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order for different events is:&lt;/P&gt;&lt;P&gt;1 . Initialization &lt;/P&gt;&lt;P&gt;2 . At selection-screen output &lt;/P&gt;&lt;P&gt;3 . At selection-screen &lt;/P&gt;&lt;P&gt;4 . Start-of-selection &lt;/P&gt;&lt;P&gt;5 . End-of-selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from these there are other events like &lt;/P&gt;&lt;P&gt;a. Top-of-page&lt;/P&gt;&lt;P&gt;b. End-of-page&lt;/P&gt;&lt;P&gt;c. At user-command&lt;/P&gt;&lt;P&gt;d. At pfkey&lt;/P&gt;&lt;P&gt;e. At line selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you...&lt;/P&gt;&lt;P&gt;Forum points appriciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 08:01:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-04T08:01:17Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559168#M253000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls let me know the order of execution in report events, if i have write statements included at start of selection , top of page, at  line selection, top of page during line selection,  end of page, end of selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 07:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559168#M253000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559169#M253001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First event -&lt;/P&gt;&lt;P&gt;Initialization : triggered when the report is loaded in memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output : triggered when the selection screen is loaded in memory before being displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen : before leaving the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection : the first event for displaying the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection : after the start-of-selection is completed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;classiscal report events. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page : every time a new page is started in the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-page : every time the list data reaches the footer region of the page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interactive report events. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top of page during line selection : top of page event for secondary list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection : evey time user dbl-clicks(F2) on the list data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at pF&amp;lt;key&amp;gt; : function key from F5 to F12 to perform interactive action on the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at user-command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 07:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559169#M253001</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-04T07:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559170#M253002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have coding INITIALIZATION events in your program,&lt;/P&gt;&lt;P&gt; these will be fired first when running the program, before the selection screen, if there is one, is fired. If there is a selection screen, the the AT SELECTION-SCREEN OUTPUT event will be fired automatically before the screen is shown. Also, if there is a selection screen, &lt;/P&gt;&lt;P&gt;the START-OF-SELECTION event will only be fired when the user clicks the "Execute" button on the&lt;/P&gt;&lt;P&gt; selection screen. TOP-OF-PAGE will automically be fired when you use the first WRITE statement&lt;/P&gt;&lt;P&gt; as well as anytime the line count is reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;here is your program output sequenece&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;when you execute the program,&lt;/P&gt;&lt;P&gt;first cursor comes to START of selection event.&lt;/P&gt;&lt;P&gt;as you written some text using WRITE statement,so it will be printed.&lt;/P&gt;&lt;P&gt;TOP OF PAGE event will be triggered(at the same time)when program first finds the WRITE statemnt.&lt;/P&gt;&lt;P&gt;so the text you write in TOP OF PAGE also will be printed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever the page printing is over and cursor going to the next page,just before going to the new page &lt;/P&gt;&lt;P&gt;for printing,END OF PAGE event will be triggered. so your text in this event will be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END OF SELECTION.&lt;/P&gt;&lt;P&gt; its the last event to be triggered in the program flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line selection, top of page during line selection:&lt;/P&gt;&lt;P&gt;these 2 events are interactive event keywords and will be fired when ever user selects a line on the basic list.&lt;/P&gt;&lt;P&gt;top of page during line selection : this event will be triggered in interactive reports when we are displaying 1st,2nd list onnn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line selection: when ever user click on a line of a basic list,this event will be fired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 07:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559170#M253002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T07:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559171#M253003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order for different events is:&lt;/P&gt;&lt;P&gt;1 . Initialization &lt;/P&gt;&lt;P&gt;2 . At selection-screen output &lt;/P&gt;&lt;P&gt;3 . At selection-screen &lt;/P&gt;&lt;P&gt;4 . Start-of-selection &lt;/P&gt;&lt;P&gt;5 . End-of-selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from these there are other events like &lt;/P&gt;&lt;P&gt;a. Top-of-page&lt;/P&gt;&lt;P&gt;b. End-of-page&lt;/P&gt;&lt;P&gt;c. At user-command&lt;/P&gt;&lt;P&gt;d. At pfkey&lt;/P&gt;&lt;P&gt;e. At line selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you...&lt;/P&gt;&lt;P&gt;Forum points appriciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 08:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559171#M253003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559172#M253004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;here is the output sequence of events in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Initialization:- event trigger at the time of   execution  of report( i.e.. report lode in memory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Start-of-selection:- event trigger at first report display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. End-of-selection:-event trigger after completion on start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Top-of-page:- event trigger only if there is any write statement in report i.e. if there is a write statement in report other then Top-of-page block .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.End-of-page:-event trigger only if u specify particular for this i.e. if u maintain like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report zreport line-count 3(15).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6 Selection-screen:- event trigger if there is any selection screen in report or any Parameter or Select-option statement used in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.At selection Screen:- event trigger if we double click on any line which is display in basic report.This event use for interactive reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.At user-command:- event trigger if any event trigger in selection screen i.e. if there is any push btn or radio btn&lt;/P&gt;&lt;P&gt;then this event trigger in report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 08:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559172#M253004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559173#M253005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i also want to add, if you have also written LOAD-OF-PROGRAM event. This is will be the first event which get executes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 08:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559173#M253005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559174#M253006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur issue solved, kindly close the thread after marking all the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 08:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559174#M253006</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-04T08:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559175#M253007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    report ztest line-size 190&lt;/P&gt;&lt;P&gt;               line-count 25(3) &lt;/P&gt;&lt;P&gt;  25(3)-&amp;gt;after 22 lines end-of page is triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    order of execution&lt;/P&gt;&lt;P&gt;     initialization&lt;/P&gt;&lt;P&gt;      at selection-screen output&lt;/P&gt;&lt;P&gt;      at selection-screen on field    &lt;/P&gt;&lt;P&gt;      at selection-screen .&lt;/P&gt;&lt;P&gt;      top-of-page.line count should be defined&lt;/P&gt;&lt;P&gt;      start-of-selection&lt;/P&gt;&lt;P&gt;      end of page.should be defined in line count&lt;/P&gt;&lt;P&gt;      end-of-selection.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 09:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1559175#M253007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T09:02:15Z</dc:date>
    </item>
  </channel>
</rss>

