<?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 modify internal table using internal table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322184#M795771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;can we modify a internal table using another internal table without using work area??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 07:46:22 GMT</pubDate>
    <dc:creator>former_member5472</dc:creator>
    <dc:date>2008-01-23T07:46:22Z</dc:date>
    <item>
      <title>modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322184#M795771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;can we modify a internal table using another internal table without using work area??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 07:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322184#M795771</guid>
      <dc:creator>former_member5472</dc:creator>
      <dc:date>2008-01-23T07:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322185#M795772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY is only from Work area.&lt;/P&gt;&lt;P&gt;See the syntax for more info:&lt;/P&gt;&lt;P&gt;Change an internal table &lt;/P&gt;&lt;P&gt;- MODIFY itab       [FROM wa] [INDEX idx]. &lt;/P&gt;&lt;P&gt;                  [TRANSPORTING f1 ... fn [WHERE cond]]. &lt;/P&gt;&lt;P&gt;- MODIFY TABLE itab [FROM wa] &lt;/P&gt;&lt;P&gt;                  [TRANSPORTING f1 ... fn]. &lt;/P&gt;&lt;P&gt;- MODIFY itab       [FROM wa] &lt;/P&gt;&lt;P&gt;                  TRANSPORTING f1 ... fn WHERE cond. &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&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 07:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322185#M795772</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2008-01-23T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322186#M795773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ,&lt;/P&gt;&lt;P&gt;you can't modify a internal table using another internal table without using work area because in an Intrenal table data 1st come in the header part then it can be modify.&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 07:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322186#M795773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322187#M795774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;            Well,we can not modify an internal table from another as the syntax of modify doesn't support.&lt;/P&gt;&lt;P&gt;          As per my knowledge is concerned if the structure of both the internal tables are same then i guess you can do one thing say if ur having itab1 and itab2 as 2 internal tables and if u want to pass the values into that then i guess u can go for itab2[] = itab1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this is useful.&lt;/P&gt;&lt;P&gt;thanq you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 08:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322187#M795774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T08:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322188#M795775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;in this case my previous records will be over written.&lt;/P&gt;&lt;P&gt;i need to modify existing records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 08:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322188#M795775</guid>
      <dc:creator>former_member5472</dc:creator>
      <dc:date>2008-01-23T08:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322189#M795776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at itab1 into wa1.&lt;/P&gt;&lt;P&gt;read table itab2 into wa2 with key = wa1 binary search.&lt;/P&gt;&lt;P&gt;move-corresponding wa2 to wa1.&lt;/P&gt;&lt;P&gt;modify itab1 with wa1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is logic for modifying a internal table with contents of other.&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;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 08:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322189#M795776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322190#M795777</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;You can modify the DB Table from Internal table as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY dbtab FROM TABLE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can not modify the internal table from another internal table directly without using work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 08:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322190#M795777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: modify internal table using internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322191#M795778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 12:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-using-internal-table/m-p/3322191#M795778</guid>
      <dc:creator>former_member5472</dc:creator>
      <dc:date>2008-01-23T12:17:20Z</dc:date>
    </item>
  </channel>
</rss>

