<?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: DBIF_RSQL_SQL_ERROR error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254862#M1384220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Consistency of the data in SE11 for the following record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0242-39238 5050 ###########H䄬##7900#H䄬200910 #H䄬2009080100000000#H䄬###H&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be inconsitent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 05:01:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-22T05:01:58Z</dc:date>
    <item>
      <title>DBIF_RSQL_SQL_ERROR error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254858#M1384216</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;I have a program which extracts data from MBEW table and the table is having around 80 lakhs ( 8 million) records.&lt;/P&gt;&lt;P&gt;and the extract is written to unix directory in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is extracted through a job periodically, this job was runnig fine and last week the job cancelled and the error it displays is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;Except.                CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     SQL error in the database when accessing a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Note which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     For further help in handling the problem, contact your SAP administrator&lt;/P&gt;&lt;P&gt;     .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     You can use the ABAP dump analysis transaction ST22 to view and manage&lt;/P&gt;&lt;P&gt;     termination messages, in particular for long term reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to correct the error&lt;/P&gt;&lt;P&gt;     Database error text........: "ORA-01555: snapshot too old: rollback segment&lt;/P&gt;&lt;P&gt;      number 138 with name "_SYSSMU138$" too small"&lt;/P&gt;&lt;P&gt;     Internal call code.........: "[RSQL/FTCH/MBEW ]"&lt;/P&gt;&lt;P&gt;     Please check the entries in the system log (Transaction SM21).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;     find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;     If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;     keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error also shows the area where it went wrong.at the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF matvl NE 1 AND NOT p_mbew IS INITIAL.&lt;/P&gt;&lt;P&gt;    PERFORM openfile USING t_matval.&lt;/P&gt;&lt;P&gt;    IF sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;      SELECT matnr bwkey bwtar lvorm lbkum salk3 verpr stprs peinh bklas&lt;/P&gt;&lt;P&gt;                   vmstp lfgja lfmon bwtty stprv laepr zkdat lplpr bwspa&lt;/P&gt;&lt;P&gt;                                    FROM mbew&lt;/P&gt;&lt;P&gt;                                    INTO wa_mbew&lt;/P&gt;&lt;P&gt;                                    WHERE matnr IN mtnums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it also shows one record.&lt;/P&gt;&lt;P&gt;WA_MBEW&lt;/P&gt;&lt;P&gt;    0242-39238        5050           ###########H䄬##7900#H䄬200910 #H䄬2009080100000000#H䄬###H&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this record doesnt have any # in the table MBEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard, &lt;/P&gt;&lt;P&gt;the dump is because of the error in the data(i checked in the table but there are no has in the table ) or any other issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254858#M1384216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254859#M1384217</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;Check the Contents for the Key field Matnr value displayed in dump for consitent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Sequence of fields in the select query and the Target area( internal table or Work Area).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254859#M1384217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254860#M1384218</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;This generally occurs when your table has ran out of space. You may ask your basis team to increase the table space or try searching the OSS notes with the dump error you have got&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254860#M1384218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T04:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254861#M1384219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is the case, thej it should happen for all the records in the table.&lt;/P&gt;&lt;P&gt;this is happening for specific material, &lt;/P&gt;&lt;P&gt;if i rerun this job a different material is shown in the error. i guess the error is not with the order of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254861#M1384219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T04:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254862#M1384220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Consistency of the data in SE11 for the following record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0242-39238 5050 ###########H䄬##7900#H䄬200910 #H䄬2009080100000000#H䄬###H&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be inconsitent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 05:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error-error/m-p/6254862#M1384220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T05:01:58Z</dc:date>
    </item>
  </channel>
</rss>

