<?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: Dump at VA01  - command Insert VBKD from table DA_XVBKDI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490917#M1557324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a break point at this program but it is not stopping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You need to turn on the update debugger to hit it, but you can check the contents of the VBKD table prior to be handed off multiple functions in the update task just by stopping at the save user exit or anywhere in the save code.  I've seen that error before but it wasn't related to number ranges; I believe it was bad user exit coding that caused it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also have an update terminate record in SM13 - you can go there to view the internal table contents as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 15:20:19 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2010-12-21T15:20:19Z</dc:date>
    <item>
      <title>Dump at VA01  - command Insert VBKD from table DA_XVBKDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490913#M1557320</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 key user is facing an issue for a specific sales order. VA01 is dumping at the include LV45UF0V, form VBKD_BEARBEITEN,&lt;/P&gt;&lt;P&gt;instruction  INSERT VBKD FROM TABLE DA_XVBKDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason of the dump is a duplicate key (run time error: SAPSQL_ARRAY_INSERT_DUPREC exception CX_SY_OPEN_SQL_DB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a break point at this program but it is not stopping.  Could you please advise about  how can I get the data at DA_XVBKDI or do you have any clue about this error? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;observation: we are running version 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;João Gaia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490913#M1557320</guid>
      <dc:creator>joo_gaia</dc:creator>
      <dc:date>2010-12-21T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dump at VA01  - command Insert VBKD from table DA_XVBKDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490914#M1557321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer oss note 985130 and related notes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Refer this link for better help|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="933996"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps you.&lt;/P&gt;&lt;P&gt;Manjunath M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: manjunath4sap on Dec 21, 2010 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490914#M1557321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T11:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dump at VA01  - command Insert VBKD from table DA_XVBKDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490915#M1557322</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;   If you want to get the data in DA_XVBKDI , Press on Debugger (F7) when the dump occurs , you'll be in debugging mode ,&lt;/P&gt;&lt;P&gt;   and you can get the entries in DA_XVBKDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490915#M1557322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T11:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dump at VA01  - command Insert VBKD from table DA_XVBKDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490916#M1557323</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;You can check if the Number range object has been altered by some one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rupesh R Nair.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 11:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490916#M1557323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dump at VA01  - command Insert VBKD from table DA_XVBKDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490917#M1557324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a break point at this program but it is not stopping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You need to turn on the update debugger to hit it, but you can check the contents of the VBKD table prior to be handed off multiple functions in the update task just by stopping at the save user exit or anywhere in the save code.  I've seen that error before but it wasn't related to number ranges; I believe it was bad user exit coding that caused it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also have an update terminate record in SM13 - you can go there to view the internal table contents as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 15:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-at-va01-command-insert-vbkd-from-table-da-xvbkdi/m-p/7490917#M1557324</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-12-21T15:20:19Z</dc:date>
    </item>
  </channel>
</rss>

