<?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: keywords in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580302#M589970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check This Wud Help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT NEW (field)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event wil be triggered when ever a new item is found in that field &amp;amp; will also be triggered when there is a change in the field left to it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In On Change Of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event wil be triggered only if it encounters a change in the particular field you 've specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is simple &amp;amp; clear.&lt;/P&gt;&lt;P&gt;Reward If Useful *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 13:27:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T13:27:40Z</dc:date>
    <item>
      <title>keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580297#M589965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the exact purpose of keywords 'at new' and 'on change of' in abap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580297#M589965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580298#M589966</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;when a new record comes at new triggers.&lt;/P&gt;&lt;P&gt;atnew only used inside loop and endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on change of works same like at-new but the diff is it can &lt;/P&gt;&lt;P&gt;be used out side of a loop,like select and endselect,case &lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new is controlbreak statment and on change of is not and &lt;/P&gt;&lt;P&gt;we can use onchange of  out side the loop&lt;/P&gt;&lt;P&gt; and on at nnwe the left side feild change  the event &lt;/P&gt;&lt;P&gt;trigers and the values become 0 and *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Major difference between the two is that AT NEW can be &lt;/P&gt;&lt;P&gt;used ONLY for INTERNAL TABLES, while on change of can be &lt;/P&gt;&lt;P&gt;used for any loop processing i.e do..enddo, while..endwhile &lt;/P&gt;&lt;P&gt;and loop..endloop also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580298#M589966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580299#M589967</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;when a new record comes at new triggers.&lt;/P&gt;&lt;P&gt;atnew only used inside loop and endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on change of works same like at-new but the diff is it can &lt;/P&gt;&lt;P&gt;be used out side of a loop,like select and endselect,case &lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new is controlbreak statment and on change of is not and &lt;/P&gt;&lt;P&gt;we can use onchange of out side the loop&lt;/P&gt;&lt;P&gt;and on at nnwe the left side feild change the event &lt;/P&gt;&lt;P&gt;trigers and the values become 0 and *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Major difference between the two is that AT NEW can be &lt;/P&gt;&lt;P&gt;used ONLY for INTERNAL TABLES, while on change of can be &lt;/P&gt;&lt;P&gt;used for any loop processing i.e do..enddo, while..endwhile &lt;/P&gt;&lt;P&gt;and loop..endloop also.&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 Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580299#M589967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580300#M589968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ON CHANGE OF &amp;lt;f&amp;gt; [OR &amp;lt;f1&amp;gt; OR &amp;lt;f2&amp;gt;...].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Opens an ON control structure, which ends with ENDON. The statement block is executed whenever the contents of the field &amp;lt;f&amp;gt; or one of the other fields &amp;lt;fi&amp;gt; has changed since the statement was last executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT NEW &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT END OF &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT &amp;lt;fg&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statements are used to process group levels within a loop using an extract dataset or an internal table. They introduce statement blocks that must be closed with ENDAT. The statements between AT and ENDAT are only executed if the corresponding group change occurred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580300#M589968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580301#M589969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both 'at new' and 'on change of' are use for conditionaly execute some statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose u have a int table with fields vbeln, vbdat, vbtyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use at new vbtyp then in loop pass either vbeln or vbdat chnage the conditional statement will fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if u use on change of vbtyp, the conditional statement will fire if only vbtyp change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580301#M589969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: keywords</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580302#M589970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check This Wud Help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT NEW (field)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event wil be triggered when ever a new item is found in that field &amp;amp; will also be triggered when there is a change in the field left to it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In On Change Of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event wil be triggered only if it encounters a change in the particular field you 've specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is simple &amp;amp; clear.&lt;/P&gt;&lt;P&gt;Reward If Useful *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keywords/m-p/2580302#M589970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:27:40Z</dc:date>
    </item>
  </channel>
</rss>

