<?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 first event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439188#M545819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the first event that trigger in an abap program and what is the order of other events which usually trigger in an report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 11:16:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T11:16:06Z</dc:date>
    <item>
      <title>first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439188#M545819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the first event that trigger in an abap program and what is the order of other events which usually trigger in an report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439188#M545819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439189#M545820</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;EVENTS in ABAP Report&lt;/P&gt;&lt;P&gt;These are the Events(In order of execution) in ABAP Report &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 ON VALUE-REQUEST&lt;/P&gt;&lt;P&gt;4.AT SELECTION-SCREEN ON HELP-REQUEST&lt;/P&gt;&lt;P&gt;5.AT SELECTION-SCREEN ON&lt;/P&gt;&lt;P&gt;6.AT SELECTION-SCREEN ON BLOCK&lt;/P&gt;&lt;P&gt;7.AT SELECTION-SCREEN ON RADIOBUTTON GROUP&lt;/P&gt;&lt;P&gt;8.AT SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjit Thakur.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please Mark The Helpful Answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439189#M545820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439190#M545821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;This event keyword defines an event block whose event is triggered by the ABAP runtime environment &lt;/P&gt;&lt;P&gt;when calling the executable program selection screen processing of a selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an executable program, all statements that are not declarations, &lt;/P&gt;&lt;P&gt;and are listed before the first explicit processing block, are assigned to this event block.&lt;/P&gt;&lt;P&gt;If the program does not contain an explicitly defined event block START-OF-SELECTION,&lt;/P&gt;&lt;P&gt;these statements form the complete event block START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;If a program contains an explicitly defined event block START-OF-SELECTION, &lt;/P&gt;&lt;P&gt;these statements are added to the beginning of the event block. &lt;/P&gt;&lt;P&gt;If the program contains no explicitly defined event blocks, &lt;/P&gt;&lt;P&gt;these statements form the entire event block START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439190#M545821</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-06-28T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439191#M545822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first is LOAD_OF_PROGRAM, and then INITIALIZATION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439191#M545822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439192#M545823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first event that triggers is Initialization.And the order of the events that trigger is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start of selection&lt;/P&gt;&lt;P&gt;at selection screen&lt;/P&gt;&lt;P&gt;at selection screen on field&lt;/P&gt;&lt;P&gt;end of selection&lt;/P&gt;&lt;P&gt;topof page&lt;/P&gt;&lt;P&gt;endof page&lt;/P&gt;&lt;P&gt; "Interactive reports"&lt;/P&gt;&lt;P&gt;at line selection    &lt;/P&gt;&lt;P&gt;at user command&lt;/P&gt;&lt;P&gt;on pf status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439192#M545823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439193#M545824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;First event is LOAD_OF_PROGRAM which takes report into memory then your INITIALIZATION comes to initializr the data.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439193#M545824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439194#M545825</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 is: INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remaining events:&lt;/P&gt;&lt;P&gt;At Selection Screen.&lt;/P&gt;&lt;P&gt;Start of Selection.&lt;/P&gt;&lt;P&gt;End of Selection.&lt;/P&gt;&lt;P&gt;Top of page.&lt;/P&gt;&lt;P&gt;End of page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439194#M545825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439195#M545826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load of program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Veerendranath Maddula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439195#M545826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: first event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439196#M545827</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;&lt;/P&gt;&lt;P&gt;EVENTS in ABAP Report R&lt;/P&gt;&lt;P&gt;These are the Events(In order of execution) in ABAP Report &lt;/P&gt;&lt;P&gt;1.INITIALIZATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. AT SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;      IN AT SLECTION-SCREEN WE HAVE DIFFERENT TYPES AGAIN AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.1 AT SELECTION SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;2.2 AT SELECTION-SCREEN ON VALUE-REQUEST&lt;/P&gt;&lt;P&gt;2.3 AT SELECTION-SCREEN ON HELP-REQUEST&lt;/P&gt;&lt;P&gt;2.4 AT SELECTION-SCREEN ON FIELD&lt;/P&gt;&lt;P&gt;2.5 AT SELECTION-SCREEN ON BLOCK&lt;/P&gt;&lt;P&gt;2.6 AT SELECTION-SCREEN ON RADIOBUTTON GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. END-OF-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/first-event/m-p/2439196#M545827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:09:31Z</dc:date>
    </item>
  </channel>
</rss>

