<?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: Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713306#M629122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You only saying that you are calling the perform statement twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in 2nd time the data is old. then ON CHANGE OF wont work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want that functionality clear the field which you are giving after ON CHAANGE OF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 10:24:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T10:24:31Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713304#M629120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a written a statement on change of inside a perform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the perform twice with the same data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when it executes fist time On change works perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, but when it executes second time on change is not executing perfectly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether i need to clear anything specific for on change statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713304#M629120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713305#M629121</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;Did u sort the internal table  before second time on change of is executed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should sort it by the field u r using in on change of  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713305#M629121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713306#M629122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You only saying that you are calling the perform statement twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in 2nd time the data is old. then ON CHANGE OF wont work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want that functionality clear the field which you are giving after ON CHAANGE OF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713306#M629122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713307#M629123</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;Thanks for the reply&lt;/P&gt;&lt;P&gt;As you said i am clearing internal table and getting the data from the table only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the data will be same when it comes for second time also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you are saying same data means it will not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any sugestions for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle these type of situation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2713307#M629123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:33:55Z</dc:date>
    </item>
  </channel>
</rss>

