<?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: eve in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293420#M788090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALISATION&lt;/P&gt;&lt;P&gt;START OF SELECTION &lt;/P&gt;&lt;P&gt;END OF SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 07:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-18T07:36:39Z</dc:date>
    <item>
      <title>eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293415#M788085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the events in ABAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293415#M788085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293416#M788086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;the associated event is executed before the selection screen is displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;In an executable program, the corresponding event is processed after the selection screen has been displayed and before data is read using a logical database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET&lt;/P&gt;&lt;P&gt;Triggers the associated events when data is read in an executable (type 1) program using a logical database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION. &lt;/P&gt;&lt;P&gt;The END-OF-SELECTION event is triggered in type 1 programs once the logical database has finished reading all data and before the list processor is started. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END of page and top page&lt;/P&gt;&lt;P&gt;while displaying the list as the name suggest fired at the top and end of page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/events-related-to-reporting.htm" target="test_blank"&gt;http://www.sap-img.com/abap/events-related-to-reporting.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293416#M788086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293417#M788087</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;cbbrowne.com/info/abap4.html&lt;/P&gt;&lt;P&gt;help.sap.com/saphelp_46c/helpdata/en/fc/eb2d67358411d1829f0000e829fbfe/content.htm&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com/abap/events-related-to-reporting.htm" target="test_blank"&gt;www.sap-img.com/abap/events-related-to-reporting.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293417#M788087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293418#M788088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the order of events depends up on the action you do on the pertcular event &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you press on execute button INITIALIZATION will trigger , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you do any operation on selection screen then AT SELECTION-SCREEN evnets will trigger , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click on execute button on selection screen then START-OF-SELECTION will trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when click on any line (double click ) then AT LINE-SELECTION will trigger ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever the new page begins then TOP-OF-PAGE will trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever end of page (footer ) reaches END-OF-PAGE will triggers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you press any button or any action other than double clcik then AT USER-COMMAND will triggers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click on any Function key then AT PFkey event will trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewar dif usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293418#M788088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293419#M788089</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;LOAD-OF-PROGRAM WILL BE THE FIRST EVENT BEFORE INITIALIZATION EVENT (THIS EVENT IS TRIGGERED BY SYSTEM ITSELF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASSICAL REPORT EVENTS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. INITIALIZATION.&lt;/P&gt;&lt;P&gt;2. AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;3. START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;4. TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;5. END-OF-PAGE.&lt;/P&gt;&lt;P&gt;6. END-OF-SELECTION.&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;1. INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: THE BELOW TWO EVENTS CAN COME BEFORE AT SELECTION-SCREEN EVENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2a). AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;2b). AT SELECTION-SCREEN ON &amp;lt;FIELD&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;4. TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;5. END-OF-PAGE.&lt;/P&gt;&lt;P&gt;6. END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;7. SET PF-STATUS.&lt;/P&gt;&lt;P&gt;8. AT PF&lt;/P&gt;&lt;P&gt;9. TOP-OF-PAGE DURING LINE SELECTION.&lt;/P&gt;&lt;P&gt;10. AT LINE SELECTION.&lt;/P&gt;&lt;P&gt;11. AT USER COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: GET &amp;lt;NODE&amp;gt;  WILL COME AFTER START-OF-SELECTION FOR BOTH CLASSICAL AND INTERACTIVE REPORTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jagannathan krishnan on Jan 18, 2008 8:31 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jagannathan krishnan on Jan 18, 2008 8:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293419#M788089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: eve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293420#M788090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALISATION&lt;/P&gt;&lt;P&gt;START OF SELECTION &lt;/P&gt;&lt;P&gt;END OF SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eve/m-p/3293420#M788090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:36:39Z</dc:date>
    </item>
  </channel>
</rss>

