<?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: Selection-Screen events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753764#M903036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;events are simply object+activity   ..when we do some activity on that particular object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-page --going to trigger activity at the end of page &lt;/P&gt;&lt;P&gt;top-of-page --going to trigger activity at the top of page like heading  etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it might be useful for u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards'&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 10:06:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T10:06:22Z</dc:date>
    <item>
      <title>Selection-Screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753761#M903033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)what is the use of event end-of-selection in reports?&lt;/P&gt;&lt;P&gt;2)what is an event?what is the purpose of event?&lt;/P&gt;&lt;P&gt;3) write the simple logic to write the intaractive report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753761#M903033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753762#M903034</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;Please go through the following link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9aca35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9aca35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753762#M903034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753763#M903035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event in ABAP report determine process flow of a program. The events are triggered depended on the way the output is generated. They begin after event keyword and end when the next event reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-of-selection event are mostly used when we are printing data.&lt;/P&gt;&lt;P&gt;f.ex In the HR-ABAP code, data is retrived in the Start-of-selection event and Printing on the list and all will be done in End-of-selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;twinkal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: twinkal patel on Apr 22, 2008 12:06 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 10:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753763#M903035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T10:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753764#M903036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;events are simply object+activity   ..when we do some activity on that particular object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-page --going to trigger activity at the end of page &lt;/P&gt;&lt;P&gt;top-of-page --going to trigger activity at the top of page like heading  etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it might be useful for u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards'&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 6:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 10:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753764#M903036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753765#M903037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;end-of selection it signifies ending of all select queries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 10:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/3753765#M903037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T10:07:22Z</dc:date>
    </item>
  </channel>
</rss>

