<?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: about events:------- in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161984#M752133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anshu,&lt;/P&gt;&lt;P&gt;for your question just refer the following links,what you have mentioned is control break statements.in that end-of-selection is the only event rest of all control break statements.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_itab.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_itab.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen" target="test_blank"&gt;http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 10:54:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T10:54:21Z</dc:date>
    <item>
      <title>about events:-------</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161981#M752130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.which event will work first in &lt;/P&gt;&lt;P&gt;                    at new or at first why&lt;/P&gt;&lt;P&gt;                     at last or at end of or end of selection.&lt;/P&gt;&lt;P&gt;2. what's d difference between set screen and call screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 05:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161981#M752130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: about events:-------</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161982#M752131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all...Without 'End-of-selection', all the other statements specified by you are not events. Those are called control break statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a loop of an internal table, you can use this control break statements. Remember, these statements can only be used in active loops. For using the control break statements, we should always sort the internal table based on one or more than one key field/s as per the requirement.&lt;/P&gt;&lt;P&gt;AT LAST or AT END OF is used for do an operation (such as SUM) after the last iteration of the loop.&lt;/P&gt;&lt;P&gt;AT FIRST is used to do an operation at the very firs iteration of the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT NEW is used to do an operation whenever the iteration of the loop contains a new value of the key field by which the internal table has been sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION is an event which is triggered after START-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between SET SCREEN and CALL SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN is mostly used as SET SCREEN 0 to call the previous screen from the current screen. If you are using a SET SCREEN 'XXX' in the PAI of a screen 'YYY' then the control will come to the point in 'XXX' from exactly where control was sent to 'YYY'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are using a CALL SCREEN 'XXX' in the PAI of a screen 'YYY' then the control will come to the PBO of 'XXX'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 07:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161982#M752131</guid>
      <dc:creator>chiranjit_bhowmik</dc:creator>
      <dc:date>2007-12-13T07:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: about events:-------</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161983#M752132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reward, if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 07:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161983#M752132</guid>
      <dc:creator>chiranjit_bhowmik</dc:creator>
      <dc:date>2007-12-13T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: about events:-------</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161984#M752133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anshu,&lt;/P&gt;&lt;P&gt;for your question just refer the following links,what you have mentioned is control break statements.in that end-of-selection is the only event rest of all control break statements.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_itab.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_itab.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen" target="test_blank"&gt;http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 10:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-events/m-p/3161984#M752133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T10:54:21Z</dc:date>
    </item>
  </channel>
</rss>

