<?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: ABAP runtime errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924793#M1599095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dhina DMD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sending me SAP Note and Currently i reading the Note:1167546, but this note is written for other different programs and i am searching for program "SAPLALDB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rahul Asthana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 12:33:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-29T12:33:05Z</dc:date>
    <item>
      <title>ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924782#M1599084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Could you please give me a soluction or a link through which i can solve this ABAP Runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP runtime errors :   TABLE_INVALID_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Name: SAPLALDB&lt;/P&gt;&lt;P&gt;Include Name: LALDBF02&lt;/P&gt;&lt;P&gt;Subroutine: TAKE_ONE_LINE_TABC&lt;/P&gt;&lt;P&gt;Transaction   :"SQ01 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Information on where termination occurred&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLALDB " in&lt;/P&gt;&lt;P&gt;"TAKE_ONE_LINE_TABC".&lt;/P&gt;&lt;P&gt;The main program was "AQW8MACHINES====ZDOC_LAST_READ ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 1403&lt;/P&gt;&lt;P&gt;of the source code of program "LALDBF02 " (when calling the editor 14030).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;When chaging or deleting one or more lines of the internal table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]" or when inserting in the&lt;/P&gt;&lt;P&gt; table "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]", "-2" was used as&lt;/P&gt;&lt;P&gt;the line index. An index less than or equal to zero is not&lt;/P&gt;&lt;P&gt;allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error can occur when using the following options:&lt;/P&gt;&lt;P&gt;1. "INDEX idx" for specifying the line number in the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]"&lt;/P&gt;&lt;P&gt;   where you want to change, insert or delete.&lt;/P&gt;&lt;P&gt;2. "FROM idx" for specifying the start index when deleting a line&lt;/P&gt;&lt;P&gt;   area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;P&gt;3. "TO idx" for specifying the end index when deleting a line&lt;/P&gt;&lt;P&gt;   area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;013730            IMPORTING&lt;/P&gt;&lt;P&gt;013740                 SIGN               = P_SIGN&lt;/P&gt;&lt;P&gt;013750                 OPTION             = P_OPTION&lt;/P&gt;&lt;P&gt;013760            EXCEPTIONS&lt;/P&gt;&lt;P&gt;013770                 NOT_EXECUTED       = 4&lt;/P&gt;&lt;P&gt;013780                 DELETE_LINE        = 8.&lt;/P&gt;&lt;P&gt;013790&lt;/P&gt;&lt;P&gt;013800       L_SUBRC = SY-SUBRC.&lt;/P&gt;&lt;P&gt;013810       FCODE = L_FCODE.&lt;/P&gt;&lt;P&gt;013820       CASE L_SUBRC.&lt;/P&gt;&lt;P&gt;013830         WHEN 0.&lt;/P&gt;&lt;P&gt;013840         WHEN 4.&lt;/P&gt;&lt;P&gt;013960       MOVE: &amp;lt;L_LOW&amp;gt;  TO &amp;lt;L_WH_LOW&amp;gt;,&lt;/P&gt;&lt;P&gt;013970             &amp;lt;L_HIGH&amp;gt; TO &amp;lt;L_WH_HIGH&amp;gt;.&lt;/P&gt;&lt;P&gt;013980     ENDIF.&lt;/P&gt;&lt;P&gt;013990&lt;/P&gt;&lt;P&gt;014000     CASE L_ACTION.&lt;/P&gt;&lt;P&gt;014010       WHEN 'M'.                          " Modify&lt;/P&gt;&lt;P&gt;014020         MODIFY P_SEL INDEX P_INDEX-INDEX.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;&amp;gt;       WHEN 'A'.                          " Append&lt;/P&gt;&lt;P&gt;014040         MOVE P_I_OR_E TO P_SIGN.&lt;/P&gt;&lt;P&gt;014050         APPEND P_SEL.&lt;/P&gt;&lt;P&gt;014060         MOVE SY-TABIX TO P_INDEX-INDEX.&lt;/P&gt;&lt;P&gt;014070         APPEND P_INDEX.&lt;/P&gt;&lt;P&gt;014080         ADD 1 TO P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014090       WHEN 'I'.                          " Insert&lt;/P&gt;&lt;P&gt;014100         PERFORM INSERT_SELTAB_LINE&lt;/P&gt;&lt;P&gt;014110                    TABLES P_SEL P_INDEX&lt;/P&gt;&lt;P&gt;014120                    USING  L_LINENUMBER.&lt;/P&gt;&lt;P&gt;014130         ADD 1 TO P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014140         CLEAR P_INFO-OLD_INSERT_INDEX.&lt;/P&gt;&lt;P&gt;014150       WHEN 'D'.                          " Delete&lt;/P&gt;&lt;P&gt;014160         PERFORM DELETE_SELTAB_LINE&lt;/P&gt;&lt;P&gt;014170                    TABLES P_SEL P_INDEX&lt;/P&gt;&lt;P&gt;014180                    USING  L_LINENUMBER.&lt;/P&gt;&lt;P&gt;014190         ADD 1 TO P_INFO-DEL_COUNT.&lt;/P&gt;&lt;P&gt;014200         SUBTRACT 1 FROM P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014210         CLEAR: P_LOW, P_HIGH, P_SIGN, P_OPTION.&lt;/P&gt;&lt;P&gt;014220         EXIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 08:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924782#M1599084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T08:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924783#M1599085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value of P_INDEX-INDEX is -2. Find out why and your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 08:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924783#M1599085</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-06-29T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924784#M1599086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for Answering me, but i am not getting these words "Find out why and your problem is solved" Kindly tell me what you actual want to speak and please tell me that, up to when the value of P_INDEX-INDEX is -2 upto that time i will get this same problem or here we can use any notes because the program in which i am facing problem that program is standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rahul Asthana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rahul Asthana on Jun 29, 2011 12:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 09:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924784#M1599086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924785#M1599087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a perfect soluction, links or SAP Notes to solve this ABAP Runtime error &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;DEL&gt;as soon as possible&lt;/DEL&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP runtime errors : TABLE_INVALID_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Name: SAPLALDB&lt;/P&gt;&lt;P&gt;Include Name: LALDBF02&lt;/P&gt;&lt;P&gt;Subroutine: TAKE_ONE_LINE_TABC&lt;/P&gt;&lt;P&gt;Transaction :"SQ01 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLALDB " in&lt;/P&gt;&lt;P&gt;"TAKE_ONE_LINE_TABC".&lt;/P&gt;&lt;P&gt;The main program was "AQW8MACHINES====ZDOC_LAST_READ ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 1403&lt;/P&gt;&lt;P&gt;of the source code of program "LALDBF02 " (when calling the editor 14030).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When chaging or deleting one or more lines of the internal table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]" or when inserting in the&lt;/P&gt;&lt;P&gt;table "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]", "-2" was used as&lt;/P&gt;&lt;P&gt;the line index. An index less than or equal to zero is not&lt;/P&gt;&lt;P&gt;allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error can occur when using the following options:&lt;/P&gt;&lt;P&gt;1. "INDEX idx" for specifying the line number in the table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]"&lt;/P&gt;&lt;P&gt;where you want to change, insert or delete.&lt;/P&gt;&lt;P&gt;2. "FROM idx" for specifying the start index when deleting a line&lt;/P&gt;&lt;P&gt;area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;P&gt;3. "TO idx" for specifying the end index when deleting a line&lt;/P&gt;&lt;P&gt;area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;013730 IMPORTING&lt;/P&gt;&lt;P&gt;013740 SIGN = P_SIGN&lt;/P&gt;&lt;P&gt;013750 OPTION = P_OPTION&lt;/P&gt;&lt;P&gt;013760 EXCEPTIONS&lt;/P&gt;&lt;P&gt;013770 NOT_EXECUTED = 4&lt;/P&gt;&lt;P&gt;013780 DELETE_LINE = 8.&lt;/P&gt;&lt;P&gt;013790&lt;/P&gt;&lt;P&gt;013800 L_SUBRC = SY-SUBRC.&lt;/P&gt;&lt;P&gt;013810 FCODE = L_FCODE.&lt;/P&gt;&lt;P&gt;013820 CASE L_SUBRC.&lt;/P&gt;&lt;P&gt;013830 WHEN 0.&lt;/P&gt;&lt;P&gt;013840 WHEN 4.&lt;/P&gt;&lt;P&gt;013960 MOVE: &amp;lt;L_LOW&amp;gt; TO &amp;lt;L_WH_LOW&amp;gt;,&lt;/P&gt;&lt;P&gt;013970 &amp;lt;L_HIGH&amp;gt; TO &amp;lt;L_WH_HIGH&amp;gt;.&lt;/P&gt;&lt;P&gt;013980 ENDIF.&lt;/P&gt;&lt;P&gt;013990&lt;/P&gt;&lt;P&gt;014000 CASE L_ACTION.&lt;/P&gt;&lt;P&gt;014010 WHEN 'M'. " Modify&lt;/P&gt;&lt;P&gt;014020 MODIFY P_SEL INDEX P_INDEX-INDEX.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;&amp;gt; WHEN 'A'. " Append&lt;/P&gt;&lt;P&gt;014040 MOVE P_I_OR_E TO P_SIGN.&lt;/P&gt;&lt;P&gt;014050 APPEND P_SEL.&lt;/P&gt;&lt;P&gt;014060 MOVE SY-TABIX TO P_INDEX-INDEX.&lt;/P&gt;&lt;P&gt;014070 APPEND P_INDEX.&lt;/P&gt;&lt;P&gt;014080 ADD 1 TO P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014090 WHEN 'I'. " Insert&lt;/P&gt;&lt;P&gt;014100 PERFORM INSERT_SELTAB_LINE&lt;/P&gt;&lt;P&gt;014110 TABLES P_SEL P_INDEX&lt;/P&gt;&lt;P&gt;014120 USING L_LINENUMBER.&lt;/P&gt;&lt;P&gt;014130 ADD 1 TO P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014140 CLEAR P_INFO-OLD_INSERT_INDEX.&lt;/P&gt;&lt;P&gt;014150 WHEN 'D'. " Delete&lt;/P&gt;&lt;P&gt;014160 PERFORM DELETE_SELTAB_LINE&lt;/P&gt;&lt;P&gt;014170 TABLES P_SEL P_INDEX&lt;/P&gt;&lt;P&gt;014180 USING L_LINENUMBER.&lt;/P&gt;&lt;P&gt;014190 ADD 1 TO P_INFO-DEL_COUNT.&lt;/P&gt;&lt;P&gt;014200 SUBTRACT 1 FROM P_INFO-FILL.&lt;/P&gt;&lt;P&gt;014210 CLEAR: P_LOW, P_HIGH, P_SIGN, P_OPTION.&lt;/P&gt;&lt;P&gt;014220 EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Urgency downgraded.&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jun 29, 2011 4:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924785#M1599087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924786#M1599088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is ZDOC_LAST_READ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924786#M1599088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T11:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924787#M1599089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, implement note 1167546.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Irrelevant link farm removed&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator Message: Please avoid posting irrelevant links.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jun 29, 2011 5:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924787#M1599089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924788#M1599090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello vinraaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i am searching this "ZDOC_LAST_READ" in the program i didn't get it. so i am sending you data which i get in the error analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When changing or deleting one or more lines of the internal table&lt;/P&gt;&lt;P&gt;"\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]" or when inserting in the&lt;/P&gt;&lt;P&gt; table "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]", "-2" was used as&lt;/P&gt;&lt;P&gt;the line index. An index less than or equal to zero is not&lt;/P&gt;&lt;P&gt;allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error can occur when using the following options:&lt;/P&gt;&lt;P&gt;1. "INDEX idx" for specifying the line number in the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]"&lt;/P&gt;&lt;P&gt;   where you want to change, insert or delete.&lt;/P&gt;&lt;P&gt;2. "FROM idx" for specifying the start index when deleting a line&lt;/P&gt;&lt;P&gt;   area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;P&gt;3. "TO idx" for specifying the end index when deleting a line&lt;/P&gt;&lt;P&gt;   area from or inserting a line area into the table&lt;/P&gt;&lt;P&gt; "\PROG=AQW8MACHINES====ZDOC_LAST_READ\DATA=SP$00004[]".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924788#M1599090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924789#M1599091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply repeating your request won't get you anywhere. What are you doing that produces this dump? Is it all standard SAP code? Have &lt;STRONG&gt;you&lt;/STRONG&gt; searched OSS for a note? (If not, why not?) If this truly is an error in sap standard, then you should raise a message in the support portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924789#M1599091</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-06-29T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924790#M1599092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i am searching this "ZDOC_LAST_READ" in the program i didn't get it.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the name of the program &lt;EM&gt;PROG=AQW8MACHINES====ZDOC_LAST_READ&lt;/EM&gt; (and the transaction code as well) i understand that ZDOC_LAST_READ is an SAP query. Check if there was any customisation made on this query which might be causing this error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Matt has mentioned try to search for existing SAP notes &amp;amp; if you don't find any relevant one raise the message to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jun 29, 2011 5:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924790#M1599092</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-06-29T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924791#M1599093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes  it all standard SAP code, I had search the note for this dump but still i didn't get so that i repeated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rahul Asthan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924791#M1599093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T12:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924792#M1599094</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;  Did u refer the snote 1167546?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924792#M1599094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924793#M1599095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dhina DMD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sending me SAP Note and Currently i reading the Note:1167546, but this note is written for other different programs and i am searching for program "SAPLALDB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rahul Asthana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924793#M1599095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924794#M1599096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you told me earlier that the value of P_INDEX-INDEX is -2, and we know that the value of index less than or equal to zero is not allowed, but can you tell me that "SAPLALD" is a stadard program then is this coding is wrong. Kindly tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rahul Asthana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924794#M1599096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924795#M1599097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to regenerate the query program...just in case you made some changes and did not generate....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924795#M1599097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T14:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924796#M1599098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAPLALDB is a sap standard program. Maybe you should persue this through the support portal (service.sap.com).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 16:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924796#M1599098</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-06-29T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924797#M1599099</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;After your sugestion i search 'AQW8MACHINES====ZDOC_LAST_READ\DATA" i found it as a Query, kindly Guide me how i solve this Issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;Rahul Asthana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 10:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924797#M1599099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924798#M1599100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try this note 1079303 and see the issue is resolved or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 11:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924798#M1599100</guid>
      <dc:creator>rajesh_kumar2</dc:creator>
      <dc:date>2011-06-30T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924799#M1599101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the next reply from Rahul does not contain an explanation of exactly what he does to get this dump. &lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;I will lock the thread&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until that important piece of information is given, anything else is guesswork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 12:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors/m-p/7924799#M1599101</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-06-30T12:48:00Z</dc:date>
    </item>
  </channel>
</rss>

