<?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: regarding update and modify in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615059#M600200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Update you can change database primary key value which is not&lt;/P&gt;&lt;P&gt;possible with modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify updates database when record exist else inserts new record&lt;/P&gt;&lt;P&gt;and also used in internal table operations.&lt;/P&gt;&lt;P&gt;update modified database table only when entry exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while using update clause use where condition else it updates all records&lt;/P&gt;&lt;P&gt;of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2007 13:55:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-02T13:55:10Z</dc:date>
    <item>
      <title>regarding update and modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615056#M600197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good evening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between update keyword and modify keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;k.swaminath reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615056#M600197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update and modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615057#M600198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;basicly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE - updates existing table rows&lt;/P&gt;&lt;P&gt;MODIFY - updates existing rows but also APPENDS new one's which you want to append if they don't exist already,if they exist - this command changes them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615057#M600198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update and modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615058#M600199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swaminath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. UPDATE = it will only update the record in database table.&lt;/P&gt;&lt;P&gt;                    if the record is NOT FOUND, based upon the primary key,&lt;/P&gt;&lt;P&gt;                    then it will give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. MODIFY = If record is found (based upon the primary key)&lt;/P&gt;&lt;P&gt;                     It will update/modify the record,&lt;/P&gt;&lt;P&gt;                    OTHERWISE&lt;/P&gt;&lt;P&gt;                     It will automatically insert a new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615058#M600199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update and modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615059#M600200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Update you can change database primary key value which is not&lt;/P&gt;&lt;P&gt;possible with modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify updates database when record exist else inserts new record&lt;/P&gt;&lt;P&gt;and also used in internal table operations.&lt;/P&gt;&lt;P&gt;update modified database table only when entry exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while using update clause use where condition else it updates all records&lt;/P&gt;&lt;P&gt;of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-and-modify/m-p/2615059#M600200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T13:55:10Z</dc:date>
    </item>
  </channel>
</rss>

