<?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: DUMP  &amp;quot; SAPSQL_ARRAY_INSERT_DUPREC &amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049542#M1173719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The record that u r trying to insert already exists ( means...another record with same PRIMARY KEY exists in the table ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2008 08:32:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-31T08:32:51Z</dc:date>
    <item>
      <title>DUMP  " SAPSQL_ARRAY_INSERT_DUPREC "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049540#M1173717</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 dump happening some time and some time its working fine.&lt;/P&gt;&lt;P&gt;while executing VL10F it showing Dump like this . &lt;/P&gt;&lt;P&gt;what will be the cause ?  &lt;/P&gt;&lt;P&gt;i debuged it . Its showing VBPA table .&lt;/P&gt;&lt;P&gt;how to find real cause ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The current ABAP program "SAPLV05I" had to be terminated because one of the&lt;/P&gt;&lt;P&gt;    statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was&lt;/P&gt;&lt;P&gt;     neither&lt;/P&gt;&lt;P&gt;    caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt;     "SD_PARTNER_UPDATE" "(FUNCTION)"&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have expected this exception&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;    If you use an ABAP/4 Open SQL array insert to insert a record in&lt;/P&gt;&lt;P&gt;    the database and that record already exists with the same key,&lt;/P&gt;&lt;P&gt;    this results in a termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    (With an ABAP/4 Open SQL single record insert in the same error&lt;/P&gt;&lt;P&gt;    situation, processing does not terminate, but SY-SUBRC is set to 4.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 07:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049540#M1173717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP  " SAPSQL_ARRAY_INSERT_DUPREC "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049541#M1173718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This means that the in the partner table VBPA a duplicate record (record with duplicate primary keys ) is being made. VBPA has sales Doc , Item and Partner Function as primary key. Make sure these are unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 08:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049541#M1173718</guid>
      <dc:creator>Azeemquadri</dc:creator>
      <dc:date>2008-12-31T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP  " SAPSQL_ARRAY_INSERT_DUPREC "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049542#M1173719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The record that u r trying to insert already exists ( means...another record with same PRIMARY KEY exists in the table ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 08:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049542#M1173719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP  " SAPSQL_ARRAY_INSERT_DUPREC "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049543#M1173720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUPREC -&amp;gt; Duplicate Record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use an ABAP/4 Open SQL array insert to insert a record in&lt;/P&gt;&lt;P&gt;the database and that record already exists with the same key,&lt;/P&gt;&lt;P&gt;this results in a termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is from your question itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 09:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049543#M1173720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP  " SAPSQL_ARRAY_INSERT_DUPREC "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049544#M1173721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the program / user exits you are trying to update duplicate records in vbpa table, check internal table entries before insert to database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 09:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-sapsql-array-insert-duprec-quot/m-p/5049544#M1173721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T09:11:09Z</dc:date>
    </item>
  </channel>
</rss>

