<?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: Update or delete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420264#M540272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference is that &amp;lt;b&amp;gt;update&amp;lt;/b&amp;gt; only changes existing lines in the database table. &amp;lt;b&amp;gt;Modify&amp;lt;/b&amp;gt; does the same, but also inserts lines if they don't exist in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for update is:&lt;/P&gt;&lt;P&gt;UPDATE target source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For modify:&lt;/P&gt;&lt;P&gt;MODIFY target FROM source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 12:10:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T12:10:59Z</dc:date>
    <item>
      <title>Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420260#M540268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I want to know the basic difference between modify database table and update database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Abhishek Sarkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420260#M540268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420261#M540269</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;    Modify will update the existing record if record is present.&lt;/P&gt;&lt;P&gt;If record is not present it will insert a new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update will update the existing record if record is present. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420261#M540269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420262#M540270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;Modify will create a new record if the record which it needs to modify is not there in DB.&lt;/P&gt;&lt;P&gt;Update can nly update the records, if the record is not there then it will not do anything and sy-subrc will be 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420262#M540270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420263#M540271</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 will update the existing recorrds else it will not work if records not present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify will make changes to existing recors present in DB table,&lt;/P&gt;&lt;P&gt;If no records then it will create a new record in DB table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420263#M540271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420264#M540272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference is that &amp;lt;b&amp;gt;update&amp;lt;/b&amp;gt; only changes existing lines in the database table. &amp;lt;b&amp;gt;Modify&amp;lt;/b&amp;gt; does the same, but also inserts lines if they don't exist in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for update is:&lt;/P&gt;&lt;P&gt;UPDATE target source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For modify:&lt;/P&gt;&lt;P&gt;MODIFY target FROM source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420264#M540272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420265#M540273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update will update the existing record else it will fail if the record is nt there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Modify will create a new records if the record is not present with the key combnation, else it will modify the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420265#M540273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update or delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420266#M540274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a minute difference between Modify &amp;amp; Update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Modify&amp;lt;/b&amp;gt; tries to make the prescribed change for a record. If it fails to find such a record, it inserts a new record with the prescribed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; instead updates the table with the change and will not try to insert a new record no matter what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Award points if this is helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-or-delete/m-p/2420266#M540274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:12:08Z</dc:date>
    </item>
  </channel>
</rss>

