<?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 internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816055#M1314148</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To modify the entry in the internal table. You can use the following method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY Internaltable From workarea INDEX SY_TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 21:34:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-01T21:34:39Z</dc:date>
    <item>
      <title>Update internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816052#M1314145</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;there is a way to update internal table ,i.e that the field that dnot changing do do anything and update the field i am changing,&lt;/P&gt;&lt;P&gt;when i try to update the internal table i get error that the table is not in the DDIC ,&lt;/P&gt;&lt;P&gt;the modify is update all the fields so i don't know if this is the best idea.&lt;/P&gt;&lt;P&gt;any other idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 20:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816052#M1314145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816053#M1314146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your best bet is to use the SAP Help for starters or even searching this Forum.   Look at what Internal Tables are and how they are  used and also look at the UPDATE/MODIFY Statements as well in the Help.  You should be able to find your answer from there.   Just looking at the error message alone should give you a clue as to what direction you should be looking at or not looking at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 21:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816053#M1314146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T21:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816054#M1314147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE statement is for updating DB tables. You don't want to use that; you should use MODIFY instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY statement can be used to update DB table as well as internal table. It depends on how you use the MODIFY statement. Read help on MODIFY and it should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to update only certain fields of the internal table, look at the TRANSPORTING option of MODIFY statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 21:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816054#M1314147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T21:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816055#M1314148</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To modify the entry in the internal table. You can use the following method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY Internaltable From workarea INDEX SY_TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 21:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816055#M1314148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816056#M1314149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asking how to modify the contents of an internal table is an extremely basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 21:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-internal-table/m-p/5816056#M1314149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T21:44:43Z</dc:date>
    </item>
  </channel>
</rss>

