<?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: Dump analysis ...  DBIF_RSQL_SQL_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306872#M1392037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The order of fields in the SELECT statement and the order in ITAB structure should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COVP_RECS.  should be of   &lt;STRONG&gt;' type i '.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 09:59:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-06T09:59:01Z</dc:date>
    <item>
      <title>Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306868#M1392033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;Please look the dump occured and pointer showing the cause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors DBIF_RSQL_SQL_ERROR Exception CX_SY_OPEN_SQL_DB &lt;/P&gt;&lt;P&gt;Occurred on 10/31/2009 at 05:43:38 &lt;/P&gt;&lt;P&gt;003360 SELECT OBJNR KSTAR VRGNG BLDAT BUDAT PERNR SGTXT MBGBTR WKGBTR &lt;/P&gt;&lt;P&gt;003370 BLART AWTYP BELNR &lt;/P&gt;&lt;P&gt;003380 REFBN &lt;/P&gt;&lt;P&gt;003390 INTO TABLE ITAB &lt;/P&gt;&lt;P&gt;003400 FROM COVP WHERE KOKRS EQ P_KOKRS &lt;/P&gt;&lt;P&gt;003410 AND WRTTP = '04'"actual costs &lt;/P&gt;&lt;P&gt;003420 AND WKGBTR 0 "cost ne 0 &lt;/P&gt;&lt;P&gt;003430 AND GJAHR EQ P_FY &lt;/P&gt;&lt;P&gt;003440 AND KSTAR IN R_COSTEL &lt;/P&gt;&lt;P&gt;003450 AND CPUDT GE BEG_DATE &lt;/P&gt;&lt;P&gt;003460 AND CPUDT LE END_DATE &lt;/P&gt;&lt;P&gt;003470 AND BLART NE 'LT' &lt;/P&gt;&lt;P&gt;003480 AND BUDAT IN S_BUDAT &lt;/P&gt;&lt;P&gt;003490 AND OBJNR LIKE 'PR%' &lt;/P&gt;&lt;P&gt;003500 * and lednr = '00' &lt;/P&gt;&lt;P&gt;003510 AND PERIO IN S_PER &lt;/P&gt;&lt;P&gt;003520 AND VERSN = '000'. &lt;/P&gt;&lt;P&gt;003530 &lt;/P&gt;&lt;P&gt;003540 *end of new code. "D11K924480 &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;&amp;gt; DESCRIBE TABLE ITAB LINES COVP_RECS. &lt;/P&gt;&lt;P&gt;003560 MESSAGE I028 WITH 'Nbr covp recs' COVP_RECS. &lt;/P&gt;&lt;P&gt;003570 COMMIT WORK. "D11K924480 &lt;/P&gt;&lt;P&gt;003580 ENDFORM. " GET_CO_RECORDS &lt;/P&gt;&lt;P&gt;003590 &lt;/P&gt;&lt;P&gt;003600 *&amp;amp; * 003610 *&amp;amp; Form PROCESS_CO_RECORDS &lt;/P&gt;&lt;P&gt;003620 *&amp;amp; * &lt;/P&gt;&lt;P&gt;003630 * text 003640 * * &lt;/P&gt;&lt;P&gt;003650 * &amp;gt; p1 text 003660 * &amp;lt; p2 text 003670 * * &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the dump occured. &lt;/P&gt;&lt;P&gt;Dump POINTER shows to DESCRIBE Statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my doubt is, Is the DESCRIBE statment caused the Dump or Select statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me as one of my friend is saying it is because of Describe and I am saying it is because of Select Statment,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seenu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 06:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306868#M1392033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T06:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306869#M1392034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not post duplicate threads for the same issue. Please close this and continue with the one that is already opened&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 06:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306869#M1392034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306870#M1392035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt see the other one for the same issue which I posted. Please help me out to continue with the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306870#M1392035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306871#M1392036</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;Probably the error is in the select, but it should be better if you posted what the dump log says too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306871#M1392036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306872#M1392037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The order of fields in the SELECT statement and the order in ITAB structure should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COVP_RECS.  should be of   &lt;STRONG&gt;' type i '.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306872#M1392037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T09:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306873#M1392038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,  This is the info given under "how to correct the error"                                                                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "GET_CO_RECORDS"                                                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.                     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:                                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database error text........: "ORA-01555: snapshot too old: rollback segment  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; number 5 with name "PRS_5" too small"                                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal call code.........: "[RSQL/FTCH/COVP ]"                             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the entries in the system log (Transaction SM21).                                                                                &lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following search criteria:                                                                                &lt;/P&gt;&lt;P&gt;"DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC           &lt;/P&gt;&lt;P&gt;                          &lt;/P&gt;&lt;P&gt;"ZLCP0101" or "ZLCP0101"                                                     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"GET_CO_RECORDS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sreenivasulu N on Nov 6, 2009 11:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 10:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306873#M1392038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306874#M1392039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deeba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared the field type as I only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importantly these program is executing fine in QA and PROD. Only giving dump in DEV recently. In QA and PROD it is executing from past few years. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seenu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sreenivasulu N on Nov 6, 2009 11:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 10:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306874#M1392039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306875#M1392040</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;Database error text........: "ORA-01555: snapshot too old: rollback segment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a oracle problem, u should show this dump to your basis, it seems to be a problem on table space for the rollback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306875#M1392040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T11:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306876#M1392041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sreenivasulu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am I right that you did not even try to search for an answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is against the rules of the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have found this [ORA-01555: snapshot too old|http://www.google.co.jp/search?hl=en&amp;amp;source=hp&amp;amp;q=ORA-01555%3A&lt;EM&gt;snapshot&lt;/EM&gt;too&lt;EM&gt;old&amp;amp;btnG=Google&lt;/EM&gt;Search&amp;amp;aq=f&amp;amp;oq=ORA-01555%3A&lt;EM&gt;snapshot&lt;/EM&gt;too+old&amp;amp;cad=h]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that it took quite a long time before the error occurred. The SQL statement was selecting in a very inefficient way from a very large database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the link I gave you and try to get an understanding of rollback segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use full primary index for selects, try to use secondary index tbles first where applicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306876#M1392041</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-06T11:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dump analysis ...  DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306877#M1392042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[COVP (key fields that bring back results quickly)|http://web.mit.edu/sapr3/dev/covp.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 13:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis-dbif-rsql-sql-error/m-p/6306877#M1392042</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-06T13:11:01Z</dc:date>
    </item>
  </channel>
</rss>

