<?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 The ABAP/4 Open SQL array insert results in duplicate database records? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856665#M1135720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have imported CRMC_BLUEPRINT table structure and content from one Ecc6.0 it successfully completed.&lt;/P&gt;&lt;P&gt;Now i am exporting these structure and content into another Ecc6.0 structure is created successfully but while exporting table content i am getting run time error as 'The ABAP/4 Open SQL array insert results in duplicate database records".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to over come from these error i am new to this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Shabeer Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 12:57:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-20T12:57:31Z</dc:date>
    <item>
      <title>The ABAP/4 Open SQL array insert results in duplicate database records?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856665#M1135720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have imported CRMC_BLUEPRINT table structure and content from one Ecc6.0 it successfully completed.&lt;/P&gt;&lt;P&gt;Now i am exporting these structure and content into another Ecc6.0 structure is created successfully but while exporting table content i am getting run time error as 'The ABAP/4 Open SQL array insert results in duplicate database records".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to over come from these error i am new to this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Shabeer Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 12:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856665#M1135720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: The ABAP/4 Open SQL array insert results in duplicate database records?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856666#M1135721</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;Make sure you are not inseritng duplicate reocrds in the table.&lt;/P&gt;&lt;P&gt;This error normally happens if you try to insert records with same primary keys again and again.&lt;/P&gt;&lt;P&gt;If records already exist you will get this dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following links they might be useful:&lt;/P&gt;&lt;P&gt;1-http://sap.ittoolbox.com/groups/technical-functional/sap-basis/sapsql_array_insert_duprec-error-while-activating-ods-893003 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be a basis problem also ,in order to figure out the exact problem ,first analyze the dump and then&lt;/P&gt;&lt;P&gt;enter the dump description in SAP service market place and search for the appropriate OSS note for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 03:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856666#M1135721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T03:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: The ABAP/4 Open SQL array insert results in duplicate database records?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856667#M1135722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate database errors usually occurs if there are more than one entry which is having the same primary key fields...which is totally not acceptable...&lt;/P&gt;&lt;P&gt;However you can skip this dump by writing insert.......ACCEPTING DUPLICATE.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856667#M1135722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: The ABAP/4 Open SQL array insert results in duplicate database records?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856668#M1135723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 09:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-abap-4-open-sql-array-insert-results-in-duplicate-database-records/m-p/4856668#M1135723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T09:21:41Z</dc:date>
    </item>
  </channel>
</rss>

