<?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: differnce between Modify table and append table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110107#M440875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think modify you have specified will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify itab from wa index i_index will change the indexed record with value of work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; append will directly add a new record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 11:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T11:44:14Z</dc:date>
    <item>
      <title>differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110104#M440872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abappers,&lt;/P&gt;&lt;P&gt;What is the major differnce between the following 2?&lt;/P&gt;&lt;P&gt;a)G_T_PROD-G_OP_INV_KG = G_OP_INV1.&lt;/P&gt;&lt;P&gt;MODIFY G_T_PROD INDEX G_READ_INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)G_T_PROD-G_OP_INV_KG = G_OP_INV1.&lt;/P&gt;&lt;P&gt;APPEND G_T_PROD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110104#M440872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110105#M440873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FIRST STATEMETN MODIFIES EXISTING DATA OF ITAB.&lt;/P&gt;&lt;P&gt;SECOND STATEMENT ADDS A NEW RECORD INTO ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110105#M440873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110106#M440874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mansi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Append&lt;/P&gt;&lt;P&gt;   Inserts one more record at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Modify&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    Modified/Edits the data of a particular record,&lt;/P&gt;&lt;P&gt;    specified by the index number/record number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 16 Apr 2007 11:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110106#M440874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110107#M440875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think modify you have specified will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify itab from wa index i_index will change the indexed record with value of work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; append will directly add a new record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110107#M440875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110108#M440876</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;&amp;lt;b&amp;gt;modify&amp;lt;/b&amp;gt; is used to make changes to the existing data and modifyfing the table after inserting records . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but &amp;lt;b&amp;gt;append&amp;lt;/b&amp;gt; statement is used to insert new record at the end of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope ur doubts will get clear.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110108#M440876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110109#M440877</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;Generally Append Statement Allows u to add a new record at the end of ur internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While ur modify Statement is used to edit or change any of the existing record in ur internal table based on any condition u specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jus check that modify statement's syntax.&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;MODIFY &amp;lt;itab&amp;gt; WHERE &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;****reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110109#M440877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110110#M440878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi Maskeri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Append Statement :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement helps in adding the record at the bottom of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example : append wa_tab to it_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This adds the record at the end of the internal table it_tab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Modify statement :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement helps in changing the existing record at the specified index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify it_tab index 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This modifies the internal it_tab record which is present at the 3 position.&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, 16 Apr 2007 12:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110110#M440878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: differnce between Modify table and append table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110111#M440879</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;1). "Modify" modifies the the current internal table.&lt;/P&gt;&lt;P&gt;For eg. Modify itab from wa_itab.&lt;/P&gt;&lt;P&gt;Or Modify itab from wa_itab transporting...............&lt;/P&gt;&lt;P&gt;No additional records are added at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). "Append" appends(Adds) a record to the end of the table.&lt;/P&gt;&lt;P&gt;For eg. We use append in displaying data using ALV, wheer we append the contents to the fieldcatalog.So, the contents are added one after the other, and the result is finally dispalyed on screen.&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;Prerna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 12:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-modify-table-and-append-table/m-p/2110111#M440879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T12:02:29Z</dc:date>
    </item>
  </channel>
</rss>

