<?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: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106162#M1616950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the problem is solved now. I found that one of the field was exceeding the limits defined in the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the calculation of that Z-field and problem is solved now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really thank a lot to my fellow colleagues who spent their valuable time to answer my questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 09:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-25T09:42:13Z</dc:date>
    <item>
      <title>Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106154#M1616942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a short dump with exception CX_SY_OPEN_SQL_DB on MODIFY statement on database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On further analysis I noticed that the (Z )transparent table on which MODIFY statement is executed is having 2 primary keys.&lt;/P&gt;&lt;P&gt;1. Delivery Number&lt;/P&gt;&lt;P&gt;2. Position Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MODIFY statement gets executed successfully for FIRST RUN and updates record in Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During second run where Delivery number is SAME and position number is DIFFERENT(primary key is different than first run), system throws a short dump with exception CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how can I avoid this short dump which is coming on second execution of MODIFY statement with different primary key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 09:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106154#M1616942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106155#M1616943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USe commit work after modify statement if you are updating it from work area each time.&lt;/P&gt;&lt;P&gt;You can update whole internal table in one shot too with modify which will be faster, if it suits your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If couldn't solve, Better paste your code to get more helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 09:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106155#M1616943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106156#M1616944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally the dump consists of 2 parts. One is the exception and another one is the name of runtime error.&lt;/P&gt;&lt;P&gt;Please mention BOTH of them please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;Exception              CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106156#M1616944</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2011-08-19T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106157#M1616945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Diwakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. I'am already using commit work after this modify statement(after insertion of first record). However this doesnt resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestion is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106157#M1616945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106158#M1616946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception is:&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;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106158#M1616946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106159#M1616947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there must be a text in the dump that gives more details, like the error code, etc. Could you also paste your MODIFY statement.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 20:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106159#M1616947</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-19T20:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106160#M1616948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, paste your program code, Others can see the problem and supply the solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106160#M1616948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-25T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106161#M1616949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in the Dump ST22 and system log SM21 for more information on the error, seems the error is returned by the database manager to SAP (eg. ORA-xxxxx for an oracle database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: And, please, close the thread when solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106161#M1616949</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-08-25T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump - CX_SY_OPEN_SQL_DB during MODIFY statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106162#M1616950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the problem is solved now. I found that one of the field was exceeding the limits defined in the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the calculation of that Z-field and problem is solved now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really thank a lot to my fellow colleagues who spent their valuable time to answer my questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 09:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-cx-sy-open-sql-db-during-modify-statement/m-p/8106162#M1616950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-25T09:42:13Z</dc:date>
    </item>
  </channel>
</rss>

