<?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 default event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520575#M239122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can u tell me what is the default event and wht is mandatory event in reporting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Aug 2006 06:27:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-20T06:27:59Z</dc:date>
    <item>
      <title>default event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520575#M239122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can u tell me what is the default event and wht is mandatory event in reporting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 06:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520575#M239122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-20T06:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: default event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520576#M239123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing called as default events. The following events generally fire for for every report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest of them are fire only when required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 07:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520576#M239123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-20T07:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: default event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520577#M239124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default event is INITIALIZTION&lt;/P&gt;&lt;P&gt;mandatory is START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 12:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520577#M239124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-20T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: default event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520578#M239125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have coding the LOAD-OF-PROGRAM and INITIALIZATION events in your program, 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, the START-OF-SELECTION event will only be fired when the user clicks the "Execute" button on the selection screen.  TOP-OF-PAGE will automically be fired when you use the first WRITE statement as well as anytime the line count is reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this gives you a brief overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 18:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520578#M239125</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-20T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: default event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520579#M239126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Load-of-program&amp;lt;/b&amp;gt; is the very first event that is fired in a report program. here is the description of rest of the vents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt; 1.&amp;lt;/b&amp;gt;      The runtime environment creates the INITIALIZATION event and calls the corresponding event block (if it has been defined in the ABAP program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt;      If there is a selection screen defined in the program, control returns to the selection screen processor. This generates the corresponding events and calls their event blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt;      Control then passes to the reporting processor. It creates the START-OF-SELECTION event and calls the corresponding event block (if it has been defined in the ABAP program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;4.&amp;lt;/b&amp;gt;      The logical database, if you are using one, calls further event blocks at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;5.&amp;lt;/b&amp;gt;      The reporting processor creates the END-OF-SELECTION event and calls the corresponding event block (if it has been defined in the ABAP program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;6.&amp;lt;/b&amp;gt;      If the program contains a list description, control now passes to the list processor. The list processor calls for Top-of-page event at first for every page and displays the list defined in the ABAP program. It converts user actions on the list into events and calls the corresponding event blocks.&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;Regards,&lt;/P&gt;&lt;P&gt;Pragya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 12:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-event/m-p/1520579#M239126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T12:00:22Z</dc:date>
    </item>
  </channel>
</rss>

