<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305662#M159967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ..award the points . if its helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 20:53:54 GMT</pubDate>
    <dc:creator>former_member181966</dc:creator>
    <dc:date>2006-04-26T20:53:54Z</dc:date>
    <item>
      <title>DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305653#M159958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using change_pointers_read FM to get the change pointer details but this is giving a short dump with the error DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error text is &lt;/P&gt;&lt;P&gt;Database error text........: "ORA-01410: invalid ROWID#"&lt;/P&gt;&lt;P&gt;Internal call code.........: "[RSQL/FTCH/BDCPV ]"       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone has any idea how to correct this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am running a report program as a batch job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305653#M159958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305654#M159959</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 looks like a bug in the standard code. Search for OSS notes with that error, I remember seeing something on this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305654#M159959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T17:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305655#M159960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sailesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When you INSERT, UPDATE or MODIFYa row in a database table, the DBIF_RSQL_SQL_ERROR runtime error occurs if there is any duplicate errors or if the value in the ABAP type P field is too large or if the table space is too small.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this gives some pointers.&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305655#M159960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305656#M159961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi/VJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  But i am not doing any INSERT, UPDATE or MODIFY in that table, i am just fetching the change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is i do not have access to OSS too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VJ, can you tell me what do you mean by 'ABAP type P field is too large'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305656#M159961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305657#M159962</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;You should change your way of coding, i think it is giving from your select statement, the select might be complex one, try to change your coding.show your coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these notes also  &amp;lt;b&amp;gt;426652 and 480605&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 18:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305657#M159962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T18:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305658#M159963</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 searched on the error code and there are quite of notes for that. I suggest that you talk to your BASIS team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 18:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305658#M159963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T18:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305659#M159964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This particular select statement is from standard FM CHANGE_POINTERS_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my custom program there is no select statement.  I am passing the dates &amp;amp; message type through variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for OSS notes numbers.  i will have a loop at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reward all helpful answered once i am done this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 18:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305659#M159964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305660#M159965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at OSS note 733441.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 18:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305660#M159965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T18:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305661#M159966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Checkout OSS Note #  515886 and # 699346&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;FYI&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;REP: Optimization in reading the change pointers for DB2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;Performance problems may occur with the DB2 OS390 database, especially with large datasets in function module CHANGE_POINTERS_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;ALE, change pointer, BDCPV, %_HINTS, database optimizer, DB2 ,OS390&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGE_POINTERS_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;The DB2/OS390 database has its own database optimizer, which you can activate using the command %_HINTS. In this way, database accesses are optimized and made more efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;The command %_HINTS activates the database optimizer in the DB2/390 database and establishes efficient access to the requested table. Refer also to note 162034 and dependent notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can implement the correction separately (it is not included in the standard system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;and OSS note # 699346&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SQL error when you extract configuration data &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;The program termination DBIF_RSQL_INVALID_RSQ occurs during the extraction of configuration data for the delta upload. RSQL error 13 is issued when you access the VBAP or MARC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;main program, CTBW_GET_KONFIG_DATA SAPLCTBW SBIE0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;This is a program error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;Implement the advance corrections.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 19:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305661#M159966</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-26T19:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305662#M159967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ..award the points . if its helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 20:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305662#M159967</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-26T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305663#M159968</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 do that definitely. I am looking into OSS notes actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 21:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/1305663#M159968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T21:54:35Z</dc:date>
    </item>
  </channel>
</rss>

