<?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: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457421#M830661</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 updates the existing record &lt;/P&gt;&lt;P&gt;MODIFY updates the existing record if record not found it creates new record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jyothsna M on Feb 26, 2008 5:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 04:43:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T04:43:11Z</dc:date>
    <item>
      <title>WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457414#M830654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 09:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457414#M830654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T09:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457415#M830655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Modify means it going to modify the record if it exists. If record is not there it going to add that record. Update means it is only modify the record.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 09:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457415#M830655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T09:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457416#M830656</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;UPDATE Is used to modify a existing record,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as modify fulfills both the requierment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it modifys the record if it is already present.&lt;/P&gt;&lt;P&gt;or creates a new record if it is not present already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if its helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Chandrra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 10:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457416#M830656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457417#M830657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;MODIFY for Lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes a list line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY LINE &amp;lt;n&amp;gt; [INDEX &amp;lt;idx&amp;gt;] [OF CURRENT PAGE|OF PAGE &amp;lt;p&amp;gt;]&lt;/P&gt;&lt;P&gt;      |CURRENT LINE&lt;/P&gt;&lt;P&gt;      LINE FORMAT &amp;lt;option1&amp;gt; &amp;lt;option2&amp;gt;... &lt;/P&gt;&lt;P&gt;      FIELD VALUE &amp;lt;f1&amp;gt; [FROM &amp;lt;g1&amp;gt;] &amp;lt;f2&amp;gt; [FROM &amp;lt;g2&amp;gt;]... &lt;/P&gt;&lt;P&gt;      FIELD FORMAT &amp;lt;f1&amp;gt; &amp;lt;options1&amp;gt; &amp;lt;f2&amp;gt; &amp;lt;options2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes either line &amp;lt;n&amp;gt; on the current or specified list (or page), or the last line to be chosen. The exact nature of the change is specified in the additions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes the SCREEN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY SCREEN...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like changing an internal table. The system table SCREEN contains the names and attributes of all of the fields on the current screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes entries in database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;dbtab&amp;gt; SET  &amp;lt;si&amp;gt; = &amp;lt;f&amp;gt; &lt;/P&gt;&lt;P&gt;                   |&amp;lt;si&amp;gt; = &amp;lt;s i&amp;gt; + &amp;lt;f&amp;gt; &lt;/P&gt;&lt;P&gt;                   |&amp;lt;si&amp;gt; = &amp;lt;s i&amp;gt; - &amp;lt;f&amp;gt; [WHERE &amp;lt;cond&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value in the column &amp;lt;si&amp;gt; is set to the value &amp;lt;f&amp;gt;, increases it by &amp;lt;f&amp;gt;, or decreases it by &amp;lt;f&amp;gt; for all lines selected. The WHERE clause specifies the lines that are changed. If you omit the WHERE clause, all lines are changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;dbtab&amp;gt; FROM &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;dbtab&amp;gt; FROM TABLE &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This deletes the line that has the same primary key as the work area &amp;lt;wa&amp;gt;, or deletes all the lines in the database that have the same primary key as a line in the internal table &amp;lt;itab&amp;gt;. The work area &amp;lt;wa&amp;gt; or the lines of the internal table &amp;lt;itab&amp;gt; must have at least the same length and alignment as the lines of the database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 10:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457417#M830657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T10:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457418#M830658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 10:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457418#M830658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457419#M830659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lastly to modify the contents of the list, the modify command can be used.  There are two approaches to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify line &amp;lt;n&amp;gt; [index &amp;lt;idx&amp;gt;|of current page|of page &amp;lt;p&amp;gt;] [&amp;lt;modifications&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command is used to specify the list number, page and line that needs to be modified with the new values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify current line [modifications].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This modifies the line last selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tip : To avoid having to specify the modifications, make the changes to the variable SY-LISEL. These changes will be reflected in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format of a line can also be changed using the MODIFY..FORMAT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;Modify current line format color = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the record is already existing then the record is updated otherwise the record is added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 11:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457419#M830659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457420#M830660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with modify option we can do the modifications to the already existing one.&lt;/P&gt;&lt;P&gt;with update we can do the update to the already existing one.if that is not there at that time it creates new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify is onle modify the record if exists.&lt;/P&gt;&lt;P&gt;update is update the record.if not creates new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 04:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457420#M830660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T04:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457421#M830661</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 updates the existing record &lt;/P&gt;&lt;P&gt;MODIFY updates the existing record if record not found it creates new record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jyothsna M on Feb 26, 2008 5:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 04:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457421#M830661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T04:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457422#M830662</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;this is paramesh .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i agrree with your ans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 11:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457422#M830662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457423#M830663</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;refer to the thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="747513"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Modify Option, If the current record is already available in the &lt;/P&gt;&lt;P&gt;database, it will update the &lt;/P&gt;&lt;P&gt;Changes. If it not available it will insert as a new record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT - Add a new record into the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY - If record is available it modifies otherwise it wont modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE - If record is available its update the record otherwise it creates a new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert-used to insert the records modify-used for alter the table field names update-used for modify the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert:Insert a set of new data&amp;#146;s into database table., update:Chance the existing data field in data base table., modify:If the record is present then you how to Update the data&amp;#146;s otherwise,Insert the new data.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;sreelakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 11:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457423#M830663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457424#M830664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyotsna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for modify database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY target FROM source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MODIFY statement inserts one or several lines specified in source in the database table specified in target, or overwrites existing lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE target source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement UPDATE changes the content of one or more lines of the database table specified in target. The entries in source determine which columns of which lines are changed, and how they are changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meghana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457424#M830664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457425#M830665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODIFY AND UPDATE hae different meainings in terms of database tables nd internal tables.&lt;/P&gt;&lt;P&gt;In the case of database tables modify will update and record if it is already existing.if the record does not exixt then modify will insert the record in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of internal tables modify will change the record only if it exists and update will also change the record of an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 05:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457425#M830665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457426#M830666</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; These UPDATE is used only in database table... MODIFY is used in both DB and internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify:The MODIFY statement inserts one or several lines specified in source in the database table specified in target, or overwrites existing lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update:The statement UPDATE changes the content of one or more lines of the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arunprasad.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 06:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457426#M830666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE DIFFERENCE BETWEEN MODIFY AND UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457427#M830667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;MODIFY - Change a database table&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Variants&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. MODIFY dbtab. or &lt;/P&gt;&lt;P&gt;MODIFY *dbtab. or &lt;/P&gt;&lt;P&gt;MODIFY (dbtabname) ... . . &lt;/P&gt;&lt;P&gt;2. MODIFY dbtab FROM TABLE itab. or &lt;/P&gt;&lt;P&gt;MODIFY (dbtabname) FROM TABLE itab. &lt;/P&gt;&lt;P&gt;3. MODIFY dbtab VERSION vers. or &lt;/P&gt;&lt;P&gt;MODIFY *dbtab VERSION vers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Inserts new lines or updates existing lines in a database table . If a line with the specified primary key already exists, an INSERT is executed. Otherwise, an UPDATE is performed. You can specify the name of the database table either in the program itself in the form MODIFY dbtab ... or at runtime as the contents of the field dbtabname in the form MODIFY (dbtabname) ... . In both cases, the database table must be defined in the ABAP/4 Dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. UPDATE dbtab SET s1 ... sn. &lt;/P&gt;&lt;P&gt;2. UPDATE dbtab. or &lt;/P&gt;&lt;P&gt;UPDATE *dbtab. or &lt;/P&gt;&lt;P&gt;UPDATE (dbtabname) ... . &lt;/P&gt;&lt;P&gt;3. UPDATE dbtab FROM TABLE itab. or &lt;/P&gt;&lt;P&gt;UPDATE (dbtabname) FROM TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Updates values in a database table (see Relational database ). You can specify the name of the database table either directly in the form dbtab or at runtime as contents of the field dbtabname . In both cases, the table must be known to the ABAP/4 Dictionary . If you specify the name of the database table directly, the program must also contain an appropriate TABLES statement. Normally, lines are updated only in the current client. Data can only be updated using a view if the view refers to a single table and was created in the ABAP/4 Dictionary with the maintenance status "No restriction". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE belongs to the Open SQL command set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 09:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-modify-and-update/m-p/3457427#M830667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T09:03:37Z</dc:date>
    </item>
  </channel>
</rss>

