<?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: Runtime Error SAPSQL_ARRAY_INSERT_DUPREC for Insertio on table PBED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704650#M1769465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a standard error but custom one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean is the table is already having the entry you are showing in the debug mode activate update debugger and put a breakpoint on this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the entries in this table and check if the entry with this key is already existing in the PBED table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if the number range [if any for this field] has been reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 11:51:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-02T11:51:43Z</dc:date>
    <item>
      <title>Runtime Error SAPSQL_ARRAY_INSERT_DUPREC for Insertio on table PBED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704647#M1769462</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;Is there any SAP Note to rectify the error or any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It happened in standard program &lt;SPAN style="font-family: 'Times New Roman'; font-size: 12pt;"&gt;: SAPLM60U&lt;/SPAN&gt;. Include name : LM60UF0P Form name : &lt;SPAN style="font-family: 'Times New Roman'; font-size: 12pt;"&gt;PBET_BEARBEITEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST22 information below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis:&lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;procedure "PBET_BEARBEITEN" "(FORM)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt;clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Termination occurred in the ABAP program "SAPLM60U" - in "PBET_BEARBEITEN".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The main program was "RSM13000 ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the source code you have the termination point in line 272&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the (Include) program "LM60UF0P".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The program "SAPLM60U" was started in the update system.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure "PBET_BEARBEITEN" "(FORM)", but it was neither handled locally nor&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; declared&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the RAISING clause of its signature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The procedure is in program "SAPLM60U "; its source code begins in line&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203 of the (Include program "LM60UF0P ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/272053" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 10:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704647#M1769462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T10:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error SAPSQL_ARRAY_INSERT_DUPREC for Insertio on table PBED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704648#M1769463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some entries already exist in this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to reproduce this error and debug this line. So you can see, which entries should be inserted. (Itab: da_pbedi)&lt;/P&gt;&lt;P&gt;There are two Scenarios:&lt;/P&gt;&lt;P&gt;Same primary keys or same unique index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enhanced this table with a unique Index, check if you need it as unique...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you have some inconsistencies. You could check SM13 for Example if some Update-Processes are still to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704648#M1769463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error SAPSQL_ARRAY_INSERT_DUPREC for Insertio on table PBED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704649#M1769464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you has copied customizing from one system to another?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because it seems that a number range has problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704649#M1769464</guid>
      <dc:creator>former_member219338</dc:creator>
      <dc:date>2013-09-02T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error SAPSQL_ARRAY_INSERT_DUPREC for Insertio on table PBED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704650#M1769465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a standard error but custom one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean is the table is already having the entry you are showing in the debug mode activate update debugger and put a breakpoint on this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the entries in this table and check if the entry with this key is already existing in the PBED table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if the number range [if any for this field] has been reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-array-insert-duprec-for-insertio-on-table-pbed/m-p/9704650#M1769465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T11:51:43Z</dc:date>
    </item>
  </channel>
</rss>

