<?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: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754441#M903221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I found that this note fits me: Note# 855434 - Update termination in Transaction VI01 in SD_PARTNER_UPDATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 20:03:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T20:03:16Z</dc:date>
    <item>
      <title>ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754435#M903215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;I am getting the dump while creating the delivery .The error details are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP/4 Open SQL array insert results in duplicate database record&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;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program "SAPLV05I " had to be terminated because&lt;/P&gt;&lt;P&gt;one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to correct the error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use an ABAP/4 Open SQL array insert only if you are sure that none of&lt;/P&gt;&lt;P&gt;the records passed already exists in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occurred in a non-modified SAP program, you may be&lt;/P&gt;&lt;P&gt;able to find a solution in the SAP note system.&lt;/P&gt;&lt;P&gt;If you have access to the note system yourself, use the following&lt;/P&gt;&lt;P&gt;search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "SAPSQL_ARRAY_INSERT_DUPREC"&lt;/P&gt;&lt;P&gt; "SAPLV05I " or "LV05IU15 "&lt;/P&gt;&lt;P&gt; "SD_PARTNER_UPDATE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source code extract&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;004500                                           POSNR = I_XVBPA-POSNR&lt;/P&gt;&lt;P&gt;004510                                           PARVW = I_XVBPA-PARVW.&lt;/P&gt;&lt;P&gt;004520               IF I_YVBPA-STCD1 &amp;lt;&amp;gt; I_XVBPA-STCD1 OR&lt;/P&gt;&lt;P&gt;004530                   I_YVBPA-STCD2 &amp;lt;&amp;gt; I_XVBPA-STCD2 OR&lt;/P&gt;&lt;P&gt;004540                   I_YVBPA-STCD3 &amp;lt;&amp;gt; I_XVBPA-STCD3 OR&lt;/P&gt;&lt;P&gt;004550                   I_YVBPA-STCD4 &amp;lt;&amp;gt; I_XVBPA-STCD4 OR&lt;/P&gt;&lt;P&gt;004560                   I_YVBPA-STCDT &amp;lt;&amp;gt; I_XVBPA-STCDT OR&lt;/P&gt;&lt;P&gt;004570                   I_YVBPA-STKZN &amp;lt;&amp;gt; I_XVBPA-STKZN OR&lt;/P&gt;&lt;P&gt;004580                   I_YVBPA-J_1KFREPRE &amp;lt;&amp;gt; I_XVBPA-J_1KFREPRE OR&lt;/P&gt;&lt;P&gt;004590                   I_YVBPA-J_1KFTBUS &amp;lt;&amp;gt; I_XVBPA-J_1KFTBUS OR&lt;/P&gt;&lt;P&gt;004600                   I_YVBPA-J_1KFTIND &amp;lt;&amp;gt; I_XVBPA-J_1KFTIND.&lt;/P&gt;&lt;P&gt;004610                 MOVE-CORRESPONDING I_XVBPA TO WA_XVBPA3I.&lt;/P&gt;&lt;P&gt;004620                 APPEND WA_XVBPA3I TO DA_XVBPA3I.&lt;/P&gt;&lt;P&gt;004630               ENDIF.&lt;/P&gt;&lt;P&gt;004640             ENDIF.&lt;/P&gt;&lt;P&gt;004650           ENDIF.&lt;/P&gt;&lt;P&gt;004660         WHEN UPDKZ_OLD.&lt;/P&gt;&lt;P&gt;004670           IF DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_OLD   OR&lt;/P&gt;&lt;P&gt;004680              DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_ADRC.&lt;/P&gt;&lt;P&gt;004690             YADR-ADRNR = DA_VBPA-ADRNR. COLLECT YADR.&lt;/P&gt;&lt;P&gt;004700           ENDIF.&lt;/P&gt;&lt;P&gt;004710           IF DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_OLD   OR&lt;/P&gt;&lt;P&gt;004720              DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_ADRC.&lt;/P&gt;&lt;P&gt;004730             XADR-ADRNR = DA_VBPA-ADRNR. COLLECT XADR.&lt;/P&gt;&lt;P&gt;004740           ENDIF.&lt;/P&gt;&lt;P&gt;004750       ENDCASE.&lt;/P&gt;&lt;P&gt;004760     ENDLOOP.&lt;/P&gt;&lt;P&gt;004770     UPDATE (OBJECT) FROM TABLE DA_XVBPAU.&lt;/P&gt;&lt;P&gt;004780     UPDATE VBPA3 FROM TABLE DA_XVBPA3U.&lt;/P&gt;&lt;P&gt;004790&lt;/P&gt;&lt;P&gt;     &amp;gt;     INSERT (OBJECT) FROM TABLE DA_XVBPAI.&lt;/P&gt;&lt;P&gt;004810     INSERT VBPA3 FROM TABLE DA_XVBPA3I.&lt;/P&gt;&lt;P&gt;004820&lt;/P&gt;&lt;P&gt;004830     IF SY-SUBRC &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me ,what could be the reason for dump and how to avoid dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Arvind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:16 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754435#M903215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754436#M903216</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;Since I have no idea of SAP release. you should check the following OSS note&lt;/P&gt;&lt;P&gt;Note 760460 - VL10: Runtime error SAPSQL_ARRAY_INSERT_DUPREC in SAPLV05I&lt;/P&gt;&lt;P&gt;Note 767009 - BORGR Short dump w/ error SAPSQL_ARRAY_INSERT_DUPREC (VBPA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that it will help&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;Edited by: Jürgen Degraeve on Apr 22, 2008 12:10 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 10:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754436#M903216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754437#M903217</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 using version 4.6C ,the OSS notes mentioned are not useful for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me ,it's a bit urgent for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Arvind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 11:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754437#M903217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754438#M903218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, have you checked the range numbers for delivery? the transaction is SNUM, object RV_BELEG. If it's overlapped with other range number, it dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 21:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754438#M903218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754439#M903219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have very same error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;Exception              CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;Transaction......... "VL01N "                                                                 &lt;/P&gt;&lt;P&gt;Program............. "SAPLV05I"                                                               &lt;/P&gt;&lt;P&gt;Screen.............. "RSM13000 3000"                                                          &lt;/P&gt;&lt;P&gt;Screen line......... 2    &lt;/P&gt;&lt;P&gt;SAP kernel....... 700   &lt;/P&gt;&lt;P&gt;Patch level. 75  &lt;/P&gt;&lt;P&gt;Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                              &lt;/P&gt;&lt;P&gt;SAP database version. 700                                                                     &lt;/P&gt;&lt;P&gt;Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"  &lt;/P&gt;&lt;P&gt;The ABAP/4 Open SQL array insert results in duplicate database records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught  in procedure "SD_PARTNER_UPDATE" "(FUNCTION)", nor was it propagated by a RAISING clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use SAP_APPL SAPKH60006 Support Package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NUMBER RANGE OBJECT HAS NO ERRORS!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went trough the zillions of notes all of them affect the old releases.... Please advice.&lt;/P&gt;&lt;P&gt;Patiently yours,&lt;/P&gt;&lt;P&gt;SAP User &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 16:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754439#M903219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T16:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754440#M903220</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;See notes below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;330323&lt;/P&gt;&lt;P&gt;638604&lt;/P&gt;&lt;P&gt;767009&lt;/P&gt;&lt;P&gt;574038&lt;/P&gt;&lt;P&gt;337395&lt;/P&gt;&lt;P&gt;456762&lt;/P&gt;&lt;P&gt;376485&lt;/P&gt;&lt;P&gt;585842&lt;/P&gt;&lt;P&gt;760460&lt;/P&gt;&lt;P&gt;905485&lt;/P&gt;&lt;P&gt;663828&lt;/P&gt;&lt;P&gt;145976&lt;/P&gt;&lt;P&gt;390402&lt;/P&gt;&lt;P&gt;214302&lt;/P&gt;&lt;P&gt;106797&lt;/P&gt;&lt;P&gt;138325&lt;/P&gt;&lt;P&gt;154766&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;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 17:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754440#M903220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T17:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754441#M903221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I found that this note fits me: Note# 855434 - Update termination in Transaction VI01 in SD_PARTNER_UPDATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 20:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-sapsql-array-insert-duprec-while-creating-a-delivery/m-p/3754441#M903221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T20:03:16Z</dc:date>
    </item>
  </channel>
</rss>

