<?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 Short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809095#M1312970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting short dump as CX_SY_OPEN_SQL_DB and  DBIF_RSQL_SQL_ERROR in SAP program.&lt;/P&gt;&lt;P&gt;why this runtime error occurs? How to correct the errors?? Please explain in detail..suggest me the link from where i can study the detail or get the documents..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 10:52:31 GMT</pubDate>
    <dc:creator>Rushikesh_Yeole</dc:creator>
    <dc:date>2009-06-26T10:52:31Z</dc:date>
    <item>
      <title>Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809095#M1312970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting short dump as CX_SY_OPEN_SQL_DB and  DBIF_RSQL_SQL_ERROR in SAP program.&lt;/P&gt;&lt;P&gt;why this runtime error occurs? How to correct the errors?? Please explain in detail..suggest me the link from where i can study the detail or get the documents..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 10:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809095#M1312970</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2009-06-26T10:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809096#M1312971</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 SAP note 1001257 ( SQL error -1105 Too complicated SQL statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Renjith Michael on Jun 26, 2009 12:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 10:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809096#M1312971</guid>
      <dc:creator>former_member192467</dc:creator>
      <dc:date>2009-06-26T10:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809097#M1312972</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;there are various possible reasons for this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your syslog (SM21) and your dump (ST22) for a more specific error description&lt;/P&gt;&lt;P&gt;and the database specific error text if available and provide this information here.&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;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 11:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809097#M1312972</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-06-26T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809098#M1312973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may come because of N number of reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Short Dump Analysis can only help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2009 12:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809098#M1312973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-27T12:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809099#M1312974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT SINGLE FOR UPDATE * FROM LAGP&lt;/P&gt;&lt;P&gt;      WHERE  LGNUM = KEY_LAGP-LGNUM&lt;/P&gt;&lt;P&gt;        AND  LGTYP = KEY_LAGP-LGTYP&lt;/P&gt;&lt;P&gt;        AND  LGPLA = KEY_LAGP-LGPLA.&lt;/P&gt;&lt;P&gt;In above select statement , i am getting short dump as CX_SY_OPEN_SQL_DB ,&lt;/P&gt;&lt;P&gt; DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;can u explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 07:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809099#M1312974</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2009-06-29T07:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809100#M1312975</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;Please post the DBIF_RSQL_SQL_ERROR ABAP dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 09:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809100#M1312975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809101#M1312976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  RUSHIKESH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Catch the DBIF_RSQL_SQL_ERROR runtime error with TRY .. ENDTRY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: oref           TYPE REF TO cx_root,&lt;/P&gt;&lt;P&gt;              text           TYPE string,&lt;/P&gt;&lt;P&gt;              lv_return   TYPE bapireturn1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;     SELECT SINGLE FOR UPDATE * FROM LAGP   &lt;/P&gt;&lt;P&gt;      WHERE LGNUM = KEY_LAGP-LGNUM&lt;/P&gt;&lt;P&gt;          AND LGTYP = KEY_LAGP-LGTYP&lt;/P&gt;&lt;P&gt;          AND LGPLA = KEY_LAGP-LGPLA.&lt;/P&gt;&lt;P&gt; CATCH cx_sy_open_sql_db INTO oref.&lt;/P&gt;&lt;P&gt;        text = oref-&amp;gt;get_text( ).&lt;/P&gt;&lt;P&gt;        MOVE: 'E'  TO lv_return-type,&lt;/P&gt;&lt;P&gt;        text TO lv_return-message.&lt;/P&gt;&lt;P&gt;ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this information is help to you.&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;José&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 18:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809101#M1312976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T18:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809102#M1312977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Rushikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exclusive lock can be set for this line using the FOR UPDATE addition when a single line is being read with SINGLE. The SELECT command is used in this case only if all primary key fields in logical expressions linked by AND are checked to make sure they are the same in the WHERE condition. Otherwise, the resulting set is empty and sy-subrc is set to 8. &lt;STRONG&gt;If the lock causes a deadlock, an exception occurs.&lt;/STRONG&gt; If the FOR UPDATE addition is used, the SELECT command circumvents SAP buffering. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am not sure but that could be the issue in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 09:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5809102#M1312977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T09:16:04Z</dc:date>
    </item>
  </channel>
</rss>

