<?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! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936182#M941978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's an standard program, you should look for an OSS Note...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that the record that is being inserted already exists in the database...That's why I always use MODIFY instead of INSERT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 19:46:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T19:46:54Z</dc:date>
    <item>
      <title>Short Dump!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936181#M941977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to process an idoc using the program RDBAPP01 and got the following error message:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Short text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The ABAP/4 Open SQL array insert results in duplicate database records.&lt;/EM&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;EM&gt;What happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Error in the ABAP Application Program&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The current ABAP program "/IRM/SAPLGCRU" had to be terminated because it has&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;come across a statement that unfortunately cannot be executed.&lt;/EM&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;EM&gt;What can you do?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Note down which actions and inputs caused the error.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;To process the problem further, contact you SAP system&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;administrator.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;at and manage termination messages, and you can also&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;keep them for a long time.&lt;/EM&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;EM&gt;Error analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;An exception occurred that is explained in detail below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;     &lt;EM&gt;in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;procedure "DB_UPDATE" "(FORM)", nor was it propagated by a RAISING clause.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Since the caller of the procedure could not have anticipated that the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;exception would occur, the current program is terminated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The reason for the exception is:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you use an ABAP/4 Open SQL array insert to insert a record in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the database and that record already exists with the same key,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;this results in a termination.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(With an ABAP/4 Open SQL single record insert in the same error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;situation, processing does not terminate, but SY-SUBRC is set to 4.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 19:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936181#M941977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T19:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936182#M941978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's an standard program, you should look for an OSS Note...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that the record that is being inserted already exists in the database...That's why I always use MODIFY instead of INSERT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 19:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936182#M941978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T19:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936183#M941979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error generally occurs because of the following reasons:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Overlapping number ranges and&lt;/P&gt;&lt;P&gt;2. Duplicate records &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in your scenario, you must be trying to insert records with duplicate key combination. Put a break-point in the posting function module of idoc and check the entries of the table your are trying to insert into database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure no duplicate records are there in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 19:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3936183#M941979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T19:48:37Z</dc:date>
    </item>
  </channel>
</rss>

