<?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: How to resolve  DBIF_RSQL_SQL_ERROR error? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417720#M820854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be that you are trying to delete too much data between database COMMITs. Try doing it in smaller bits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 18:38:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T18:38:12Z</dc:date>
    <item>
      <title>How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417715#M820849</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;I got following dump in production system.I have to resolve it urgent basis.Plrase suggest me possible way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;Exception              CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;       Occurred on     07.02.2008 at   20:00:23&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;An exception occurred. This exception is dealt with in more detail&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB'&lt;/P&gt;&lt;P&gt; neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure "C&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exce&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The problem has arisen because, within the database interface,&lt;/P&gt;&lt;P&gt;one of the data buffers made available for the INSERT (UPDATE)&lt;/P&gt;&lt;P&gt;is longer than the maximum defined in the database.&lt;/P&gt;&lt;P&gt;On the other hand, it may be that the length in the NAMETAB&lt;/P&gt;&lt;P&gt;does not match the maximum length defined in the database.&lt;/P&gt;&lt;P&gt;(In this case, the length in the NAMETAB is longer.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417715#M820849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417716#M820850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Can you post the code where you are using INSERT / UPDATE statemetns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Are the database table and internal table structures same when you are using the above stataments, they should be the same, check out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417716#M820850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417717#M820851</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;Structure are same and it was running successfully  till 06.02.2008 but got dump on yesterday itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;010920     LOOP AT WA.&lt;/P&gt;&lt;P&gt;010930       DELETE FROM YMATPRICNG WHERE WERKS = WA&lt;/P&gt;&lt;P&gt;010940   *                         AND MATNR = WA-MA&lt;/P&gt;&lt;P&gt;010950   *                         AND MAKTX = WA-MA&lt;/P&gt;&lt;P&gt;010960   *                         AND V_BPMNG = WA-&lt;/P&gt;&lt;P&gt;010970   *                         AND V_BAMNG = WA-&lt;/P&gt;&lt;P&gt;010980   *                         AND V_INCREASE =&lt;/P&gt;&lt;P&gt;010990   *                         AND V_DECREASE =&lt;/P&gt;&lt;P&gt;011000   *                         AND INCREASE1 = W&lt;/P&gt;&lt;P&gt;011010   *                         AND DECREASE1 = W&lt;/P&gt;&lt;P&gt;011020   *                         AND NET = WA-NET.&lt;/P&gt;&lt;P&gt;011030     ENDLOOP.&lt;/P&gt;&lt;P&gt;     &amp;gt;     MODIFY YMATPRICNG FROM TABLE WA.&lt;/P&gt;&lt;P&gt;011050   *******************************************&lt;/P&gt;&lt;P&gt;011060   ***&lt;STRONG&gt;END OF TABLE UPDATING LOGIC BY HITESH&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;011070   ENDFORM.                    "CSM&lt;/P&gt;&lt;P&gt;011080&lt;/P&gt;&lt;P&gt;011090&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417717#M820851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417718#M820852</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 hope error is in the DELETE statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM YMATPRICNG WHERE WERKS = WA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; here WA has so many fields and you are equating WERKS to WA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DELETE YMATPRICNG FROM WA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR uncomment all the lines which were commented&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417718#M820852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417719#M820853</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 think this is because of  change of sequence of fields in update &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or missing filed in table or in code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please verify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 12:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417719#M820853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve  DBIF_RSQL_SQL_ERROR error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417720#M820854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be that you are trying to delete too much data between database COMMITs. Try doing it in smaller bits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 18:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-dbif-rsql-sql-error-error/m-p/3417720#M820854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T18:38:12Z</dc:date>
    </item>
  </channel>
</rss>

