<?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 Runtime Errors- TABLE_INVALID_INDEX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584488#M863016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;               There is one std.payroll job scheduled on HR production server.When it is executed,it gave an error &lt;STRONG&gt;TABLE_INVALID_INDEX&lt;/STRONG&gt; ( Error in ABAP/4 statement when processing an internal table).&lt;/P&gt;&lt;P&gt;What is this error &amp;amp; how can it be eliminated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 05:42:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T05:42:30Z</dc:date>
    <item>
      <title>Runtime Errors- TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584488#M863016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;               There is one std.payroll job scheduled on HR production server.When it is executed,it gave an error &lt;STRONG&gt;TABLE_INVALID_INDEX&lt;/STRONG&gt; ( Error in ABAP/4 statement when processing an internal table).&lt;/P&gt;&lt;P&gt;What is this error &amp;amp; how can it be eliminated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 05:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584488#M863016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T05:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors- TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584489#M863017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Might be there is a READ statement with index and the value of index is more than the no of rows in the internal table. Try to go to the point in debug mode. If its as standard SAP program search for any OSS note&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 06:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584489#M863017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T06:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors- TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584490#M863018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this can happen e.g. in the READ statement when an index is not set correctly; which means when the index exceeds the number of table lines or when the index is simply set (for what reason ever) to ZERO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 20:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584490#M863018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors- TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584491#M863019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be the exception triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While using READ or MODIFY statement you can find INDEX sy-index or something like this. And this index does not exists in this Internal table that is why it might throw this exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try debugging and locate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 05:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584491#M863019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T05:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors- TABLE_INVALID_INDEX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584492#M863020</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;and what in case of occurring this short dump only when the program is triggered in the background? Is there any possibility to use debug in such case (if yes, how? I tried to set breakpoint and activate update debugger before executing program in the background but no success). The program runs in the foreground properly without short dump occurrence...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be very much appreciated. Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 13:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-table-invalid-index/m-p/3584492#M863020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T13:54:48Z</dc:date>
    </item>
  </channel>
</rss>

