<?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 Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388473#M1545045</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;Can you explain the root cause and what is the solution for this problem?&lt;/P&gt;&lt;P&gt;I have a same problem with this and I need the solution...&lt;/P&gt;&lt;P&gt;Should we apply the notes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 08:46:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-13T08:46:02Z</dc:date>
    <item>
      <title>Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388464#M1545036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  I got runtime error in VL01n. Plz Help me to solve this issue.&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 "SAPLV50U" had to be terminated because it has&lt;/P&gt;&lt;P&gt; come across a statement that unfortunately cannot be executed.&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 "LIPS_VERBUCHEN" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is 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>Thu, 04 Nov 2010 10:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388464#M1545036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T10:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388465#M1545037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;insert to some database table is failing due to the data with same key already exisiting in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 10:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388465#M1545037</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-11-04T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388466#M1545038</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;The dump is clear, there are some records duplicted (that means they have the same key), now you need to undestand why and where some records were duplicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first place where u can check is the user-exit, if there's no developed exit, you should search some notes in Oss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 10:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388466#M1545038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T10:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388467#M1545039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is Standard Program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 11:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388467#M1545039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388468#M1545040</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;The Error you got occurs when program tries to commit database that would result in a duplicate entry in a table with primary key and hence the update failes and it raises an error. As max has suggested this may have been happened because of&lt;/P&gt;&lt;P&gt;some enhancement done to standard code.&lt;/P&gt;&lt;P&gt;Is this dump coming in update task? if yes then go to SM13 transaction to get the detailed error information of update error,which program/function module caused error in update task. You can also execute your code in bebugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 11:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388468#M1545040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388469#M1545041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to what Max suggested, is this a copied client?  If this is indeed a totally standard solution without userexit interference, check your number range settings.  If this is a copied client and you haven't synchronized the number ranges, you will receive dumps on duplicate insert attempts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388469#M1545041</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-11-04T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388470#M1545042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Namdev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that your system is the one-and-only long-time-searched for SAP system without any userexits in Sales &amp;amp; distribution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV43AFZZ&lt;/P&gt;&lt;P&gt;MV45AFZZ&lt;/P&gt;&lt;P&gt;MV45AIZZ&lt;/P&gt;&lt;P&gt;MV45AOZZ&lt;/P&gt;&lt;P&gt;MV45ATZZ&lt;/P&gt;&lt;P&gt;MV50AFZZ&lt;/P&gt;&lt;P&gt;MV50ATZZ&lt;/P&gt;&lt;P&gt;MV52EFZZ&lt;/P&gt;&lt;P&gt;MV56AFZZ&lt;/P&gt;&lt;P&gt;MV56AIZZ&lt;/P&gt;&lt;P&gt;MV56AOZZ&lt;/P&gt;&lt;P&gt;MV56ATZZ&lt;/P&gt;&lt;P&gt;MV86EFZZ&lt;/P&gt;&lt;P&gt;MV86EMZZ&lt;/P&gt;&lt;P&gt;MV90VFZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for version history. If the last modification is not done by SAP, then you probably have active userexits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in the dump, check which tables causes the dump, check existing entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, a dump in VL01n will not happen without irresponsible customer action.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388470#M1545042</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-11-04T13:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388471#M1545043</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;Thanks to all of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 08:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388471#M1545043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T08:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388472#M1545044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Namdev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is a good habit (not only but at least in SDN) to share the solution. Please let us know if you found it.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 08:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388472#M1545044</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-11-08T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388473#M1545045</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;Can you explain the root cause and what is the solution for this problem?&lt;/P&gt;&lt;P&gt;I have a same problem with this and I need the solution...&lt;/P&gt;&lt;P&gt;Should we apply the notes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 08:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388473#M1545045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-13T08:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC in TCODE VL01n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388474#M1545046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, please. I´m facing the same issue. In my case, when working in background, the program gets a duprec dump. Manually using the VL06G, it works. I think there is a relation.&lt;/P&gt;&lt;P&gt; If someone has solved that issue, please, share the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-sapsql-array-insert-duprec-in-tcode-vl01n/m-p/7388474#M1545046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T17:11:46Z</dc:date>
    </item>
  </channel>
</rss>

