<?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: program dump : TABLE_INVALID_INDEX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176423#M462296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         It means that when u are updating the index of the table is not properly mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u using modify / Insert command ?&lt;/P&gt;&lt;P&gt;Use modify command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post ur entire code so that we can help u out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 12:48:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T12:48:20Z</dc:date>
    <item>
      <title>program dump : TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176422#M462295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am back with a problem - i am running the program in back ground which updates a z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the prog. has failed in background and gave dump reason as - TABLE_INVALID_INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me - if any one possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance Thanks &lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176422#M462295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: program dump : TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176423#M462296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         It means that when u are updating the index of the table is not properly mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u using modify / Insert command ?&lt;/P&gt;&lt;P&gt;Use modify command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post ur entire code so that we can help u out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176423#M462296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: program dump : TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176424#M462297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem with the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are try to modify  an internal table with invalid index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176424#M462297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: program dump : TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176425#M462298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Harini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to revist the SQL statement used to update the Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While trying to update modify a record, it is finding multiple records with the same key, that is the reason for this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should provide the complete key (the primary keys) in the where condition when updating a record in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176425#M462298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: program dump : TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176426#M462299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1) try to use MODIFY rather then UPDATE when updating DB tables, update doesn't create new record.. which might have caused the problem,&lt;/P&gt;&lt;P&gt;2) check if you are trying to modify or inserting internal tables with wrong index.&lt;/P&gt;&lt;P&gt;3) if this doesn't solve your problem copy and paste the error message so that we can help u better.&lt;/P&gt;&lt;P&gt;4)debug in fourground and if everything is fine do debugging in background so that you can know exactly where it is making such errors...&lt;/P&gt;&lt;P&gt;cheers and award points if useful,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 13:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-dump-table-invalid-index/m-p/2176426#M462299</guid>
      <dc:creator>harishaginati</dc:creator>
      <dc:date>2007-05-10T13:24:46Z</dc:date>
    </item>
  </channel>
</rss>

