<?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 ITAB_DUPLICATE_KEY Error after system copy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833016#M921717</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;I am facing with the following error after the system copy of SAP ERP 2005 on Windows migrated from MS SQL to SAP DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By entering into the db-relevant tcodes (DB13, etc.) the following error appears: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         &lt;STRONG&gt;ITAB_DUPLICATE_KEY&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Date and Time          24.05.2008 14:01:23 &lt;/P&gt;&lt;P&gt;Short text &lt;/P&gt;&lt;P&gt;A row with the same key already exists. &lt;/P&gt;&lt;P&gt;What happened? &lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program &lt;/P&gt;&lt;P&gt;The current ABAP program "CL_DB6_SYS====================CP" had to be &lt;/P&gt;&lt;P&gt;terminated because it has come across a statement that unfortunately cannot be executed. &lt;/P&gt;&lt;P&gt;Error analysis &lt;/P&gt;&lt;P&gt;An entry was to be entered into the table "\CLASS=CL_DB6_SYS\DATA=SYSTEMS" &lt;/P&gt;&lt;P&gt;(which should have had a unique table key (UNIQUE KEY)). &lt;/P&gt;&lt;P&gt; However, there already existed a line with an identical key. &lt;/P&gt;&lt;P&gt; The insert-operation could have ocurred as a result of an INSERT- or &lt;/P&gt;&lt;P&gt; MOVE command, or in conjunction with a SELECT ... INTO. &lt;/P&gt;&lt;P&gt; The statement "INSERT INITIAL LINE ..." cannot be used to insert several &lt;/P&gt;&lt;P&gt; initial lines into a table with a unique key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has some one any ideas how to solve the problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! &lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 13:09:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T13:09:13Z</dc:date>
    <item>
      <title>ITAB_DUPLICATE_KEY Error after system copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833016#M921717</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;I am facing with the following error after the system copy of SAP ERP 2005 on Windows migrated from MS SQL to SAP DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By entering into the db-relevant tcodes (DB13, etc.) the following error appears: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         &lt;STRONG&gt;ITAB_DUPLICATE_KEY&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Date and Time          24.05.2008 14:01:23 &lt;/P&gt;&lt;P&gt;Short text &lt;/P&gt;&lt;P&gt;A row with the same key already exists. &lt;/P&gt;&lt;P&gt;What happened? &lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program &lt;/P&gt;&lt;P&gt;The current ABAP program "CL_DB6_SYS====================CP" had to be &lt;/P&gt;&lt;P&gt;terminated because it has come across a statement that unfortunately cannot be executed. &lt;/P&gt;&lt;P&gt;Error analysis &lt;/P&gt;&lt;P&gt;An entry was to be entered into the table "\CLASS=CL_DB6_SYS\DATA=SYSTEMS" &lt;/P&gt;&lt;P&gt;(which should have had a unique table key (UNIQUE KEY)). &lt;/P&gt;&lt;P&gt; However, there already existed a line with an identical key. &lt;/P&gt;&lt;P&gt; The insert-operation could have ocurred as a result of an INSERT- or &lt;/P&gt;&lt;P&gt; MOVE command, or in conjunction with a SELECT ... INTO. &lt;/P&gt;&lt;P&gt; The statement "INSERT INITIAL LINE ..." cannot be used to insert several &lt;/P&gt;&lt;P&gt; initial lines into a table with a unique key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has some one any ideas how to solve the problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! &lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 13:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833016#M921717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: ITAB_DUPLICATE_KEY Error after system copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833017#M921718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are (absolutely) sure, that this is not caused by a custom program (which calls this CL_DB6_SYS somewhere along the line), you should create a ticket (OSS message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at service.sap.com, but could only find some problems with CL_DB6_SYS, but they are not the same. Maybe you can have a look at service.sap.com and use a few search parameters too, to find if there is already a note available for this you have to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 18:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833017#M921718</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-24T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: ITAB_DUPLICATE_KEY Error after system copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833018#M921719</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;I am facing same problem for oppty component bt111h_oppt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An entry was to be entered into the table&lt;/P&gt;&lt;P&gt; "&lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;\DATA=VIEWS" (which should have&lt;/P&gt;&lt;P&gt;had a unique table key (UNIQUE KEY)).&lt;/P&gt;&lt;P&gt;However, there already existed a line with an identical key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The insert-operation could have ocurred as a result of an INSERT- or&lt;/P&gt;&lt;P&gt;MOVE command, or in conjunction with a SELECT ... INTO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement "INSERT INITIAL LINE ..." cannot be used to insert several&lt;/P&gt;&lt;P&gt; initial lines into a table with a unique key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&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;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna nadupuri on Jun 16, 2011 4:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 14:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-duplicate-key-error-after-system-copy/m-p/3833018#M921719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-16T14:11:41Z</dc:date>
    </item>
  </channel>
</rss>

