<?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: SAPSQL_ARRAY_INSERT_DUPREC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111924#M1362404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is not recommended delete data from a standard SAP table. Maybe there exists another tables that are related to that table in the transaction and also must be deleted. In the source code detail of the short dump must be the table that the program is trying to update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2009 22:04:02 GMT</pubDate>
    <dc:creator>luis_vesga</dc:creator>
    <dc:date>2009-09-01T22:04:02Z</dc:date>
    <item>
      <title>SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111921#M1362401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to ABAP. Please kindly help me, I'm lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using BDC I recorded tr. KO01 (Creation of Internal Order). I modified recorded source code to be able to do mass import of data from txt file (CALL FUNCTION 'WS_UPLOAD').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  By running my program I created new Internal Orders (table COAS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. But some posted data were wrong (incorrect names of Internal Orders in txt file), so I wrote simple ABAP and deleted those wrongly posted records by statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM COAS WHERE ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. I corrected data in txt file and wanted to repeat step 2. But during executing I'm getting error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found here on the forum that it means, I'm trying to insert duplicate entries and there's primary key violation. What does it mean? I deleted those records from table in step 3... so how now they can be duplicate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, advise how can I solve this problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ondrej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 21:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111921#M1362401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111922#M1362402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ondrej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not recommended under any circumstances to change SAP standard tables by other means than SAP transactions. Usually not just one table is written to but several. Your random deletion  of records caused a database inconsistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be difficult to get this repaired without qualified on-site help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind 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>Tue, 01 Sep 2009 21:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111922#M1362402</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-01T21:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111923#M1362403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By deleting entries from standard SAP table COAS, you may have created some data inconsistencies. There may have been other tables that had to be synchronized as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, this was done in a development or test system and not production??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111923#M1362403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T22:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111924#M1362404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is not recommended delete data from a standard SAP table. Maybe there exists another tables that are related to that table in the transaction and also must be deleted. In the source code detail of the short dump must be the table that the program is trying to update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111924#M1362404</guid>
      <dc:creator>luis_vesga</dc:creator>
      <dc:date>2009-09-01T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111925#M1362405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You deleted SAP standard table entries directly. That's one of the biggest no-nos you could do... now it looks like your number ranges are messed up.&lt;/P&gt;&lt;P&gt;Deletion of created documents (in this case, order headers) should never happen directly with a SQL statement like this. If you created orders via BDC, you will have a lot of other table entries (like items etc.) that are now orphans because you got rid of the document header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deletion should be done either by archiving or via an SAP-supplied function module for the given object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what's the best way to get rid of the mess... you could correct the number range problem by changing the number range statuses in transaction SNRO, but this will be probably cumbersome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111925#M1362405</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2009-09-01T22:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111926#M1362406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;COAS is a view that has reference to the transparent table AUFK.&lt;/P&gt;&lt;P&gt;You never know which all tables are affected due to your BDC.  Always the best practive is to use the standard tranasctions to delete any database entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use standard transaction to delete the orders.&lt;/P&gt;&lt;P&gt;&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111926#M1362406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111927#M1362407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis, here is the source code from short dump. It seems the problem is when inserting into table JSTO. But I don't understand what this table is for and how to repair the problem :-((&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    30   LOOP AT jsto_upd WHERE chgkz = 'X'.                                                        &lt;/P&gt;&lt;P&gt;    31     CHECK: jsto_upd-chgnr &amp;gt; '000',                                                           &lt;/P&gt;&lt;P&gt;    32            jsto_upd-stsma NE jsto_upd-stsma_old.                                             &lt;/P&gt;&lt;P&gt;    33     CLEAR jcdo_tab.                                                                          &lt;/P&gt;&lt;P&gt;    34     MOVE-CORRESPONDING jsto_upd TO jcdo_tab.                                                 &lt;/P&gt;&lt;P&gt;    35     MOVE-CORRESPONDING chdat    TO jcdo_tab.                                                 &lt;/P&gt;&lt;P&gt;    36     jcdo_tab-stsma_new = jsto_upd-stsma.                                                     &lt;/P&gt;&lt;P&gt;    37     APPEND jcdo_tab.                                                                         &lt;/P&gt;&lt;P&gt;    38   ENDLOOP.                                                                                &lt;/P&gt;&lt;P&gt;39 * Änderungen zu Einzelstatus (Insert)                                                        &lt;/P&gt;&lt;P&gt;    40   LOOP AT jest_ins WHERE chgkz = 'X'.                                                        &lt;/P&gt;&lt;P&gt;    41     CHECK jest_ins-chgnr &amp;gt; '000'.                                                            &lt;/P&gt;&lt;P&gt;    42     CLEAR jcds_tab.                                                                          &lt;/P&gt;&lt;P&gt;    43     MOVE-CORRESPONDING jest_ins TO jcds_tab.                                                 &lt;/P&gt;&lt;P&gt;    44     MOVE-CORRESPONDING chdat    TO jcds_tab.                                                 &lt;/P&gt;&lt;P&gt;    45     jcds_tab-chind = 'I'.                                                                    &lt;/P&gt;&lt;P&gt;    46     APPEND jcds_tab.                                                                         &lt;/P&gt;&lt;P&gt;    47   ENDLOOP.                                                                                &lt;/P&gt;&lt;P&gt;48 * Änderungen zu Einzelstatus (Update)                                                        &lt;/P&gt;&lt;P&gt;    49   LOOP AT jest_upd WHERE chgkz = 'X'.                                                        &lt;/P&gt;&lt;P&gt;    50     CHECK jest_upd-chgnr &amp;gt; '000'.                                                            &lt;/P&gt;&lt;P&gt;    51     CLEAR jcds_tab.                                                                          &lt;/P&gt;&lt;P&gt;    52     MOVE-CORRESPONDING jest_upd TO jcds_tab.                                                 &lt;/P&gt;&lt;P&gt;    53     MOVE-CORRESPONDING chdat    TO jcds_tab.                                                 &lt;/P&gt;&lt;P&gt;    54     jcds_tab-chind = 'U'.                                                                    &lt;/P&gt;&lt;P&gt;    55     APPEND jcds_tab.                                                                         &lt;/P&gt;&lt;P&gt;    56   ENDLOOP.                                                                                &lt;/P&gt;&lt;P&gt;57 * Verbuchung Statusobjekte                                                                   &lt;/P&gt;&lt;P&gt;    58   DESCRIBE TABLE jsto_ins LINES sy-tabix.                                                    &lt;/P&gt;&lt;P&gt;    59   IF sy-tabix &amp;gt; 0.                                                                           &lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     INSERT jsto CLIENT SPECIFIED                                                             &lt;/P&gt;&lt;P&gt;    61                 FROM TABLE jsto_ins.                                                         &lt;/P&gt;&lt;P&gt;    62   ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;63   DESCRIBE TABLE jsto_upd LINES sy-tabix.                                                    &lt;/P&gt;&lt;P&gt;    64   IF sy-tabix &amp;gt; 0.                                                                                &lt;/P&gt;&lt;P&gt;65     field-symbols -OBJNR AND                                               &lt;/P&gt;&lt;P&gt;    79                STAT  LIKE 'E%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111927#M1362407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T22:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111928#M1362408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JSTO is for status information; it is updated when you created those orders.&lt;/P&gt;&lt;P&gt;As you can see, there are a lot of tables that are impacted... sorry to say, but it may be time to find out what's the latest backup available and talk to the basis team about restoring the system. I don't think there is an easy way to fix this otherwise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111928#M1362408</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2009-09-01T22:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111929#M1362409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to know if this was done in a sandbox, development, testing or production environment. What you will do is dependent on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111929#M1362409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111930#M1362410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, unfortunately on production system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111930#M1362410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111931#M1362411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch - can users create orders using transaction KO01 or do they get the same error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111931#M1362411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111932#M1362412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today the situation seems relatively OK - it is possible to create Internal Orders in KO01 normally. We have more Order Types and number ranges. That BDC import (and direct delete from table) which I did yesterday was done completely in new number range with new Order Type. So, we just changed Order Type and number range in imported data to different new values and luckily everything works alright. The only little problem seems to be we can't use that original Order Type again never in the future, because of error SAPSQL_ARRAY_INSERT_DUPREC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that afterall the problem is relatively small - but now I know I will never delete records from standard table directly again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111932#M1362412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111933#M1362413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you may encounter problems down the road. I would try to duplicate the problem in a sandbox environment and use transaction ST05 to see which tables are hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111933#M1362413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111934#M1362414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it yesterday, but I'm begginner, so I wasn't able to understand it too well... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't understand what are the values 4A8F1F96FD6C1287E1000000AC141706 which are inserted to those tables on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VBMOD      REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 1 , 'STATUS_UPDATE' , '1' , 255 )                                              &lt;/P&gt;&lt;P&gt; VBDATA     REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 1 , 0 , 242 , &amp;lt;LRAW&amp;gt; )                                                         &lt;/P&gt;&lt;P&gt; VBMOD      REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 2 , 'OBJECT_NUMBER_INSERT_GENERIC' , '1' , 255 )                               &lt;/P&gt;&lt;P&gt; VBDATA     REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 2 , 0 , 82 , &amp;lt;LRAW&amp;gt; )                                                          &lt;/P&gt;&lt;P&gt; VBMOD      REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 3 , 'K_SRULE_SAVE_UTASK' , '1' , 255 )                                         &lt;/P&gt;&lt;P&gt; VBDATA     REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 3 , 0 , 330 , &amp;lt;LRAW&amp;gt; )                                                         &lt;/P&gt;&lt;P&gt; VBMOD      REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 4 , 'RK_AUFTRAG_SICHERN' , '1' , 255 )                                         &lt;/P&gt;&lt;P&gt; VBDATA     REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , 4 , 0 , 443 , &amp;lt;LRAW&amp;gt; )                                                         &lt;/P&gt;&lt;P&gt; VBHDR      REEXEC      1      0 INSERT VALUES( '4A8F1F96FD6C1287E1000000AC141706' , '010' , 'HLADEK' , ' ' , 'SAPMKAUF' , 'KO01' , '20090902031740105033000600sapde&lt;/P&gt;&lt;P&gt;            EXECSTA     0      0 COMMIT WORK ON CONNECTION 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111934#M1362414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T13:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111935#M1362415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VBHDR, VBDATA and VBMOD are tables used by the update process - basicaly, they facilitate the update of all tables the application wants to change. You need not worry about that, as it is a part of the technical solution how the system handles update requests. Basically, VBHDR is the header for an update request, VBDATA will hold the data necessary for DB updates and VBMOD will tell the update process what function modules to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be other tables in the trace that are updated, look for those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for not having any problems today, that's good, but as Rob pointed out, you may still encounter problems later on because there is definitely an inconsistency now. If you are lucky, then you only have a bunch of orphan records in a number of tables that don't belong to any documents now since the order headers were deleted. But it's hard to say whether there will be some other problem because of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep your fingers crossed... hopefully you'll be fine &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111935#M1362415</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2009-09-02T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111936#M1362416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tamas, thank you for explanation, for your time and support - and to all others too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are lots of other tables in the trace, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NRIV &lt;/P&gt;&lt;P&gt;TFAWC&lt;/P&gt;&lt;P&gt;TKO03&lt;/P&gt;&lt;P&gt;DDNTT&lt;/P&gt;&lt;P&gt;DD07L&lt;/P&gt;&lt;P&gt;DD07T&lt;/P&gt;&lt;P&gt;DD07V&lt;/P&gt;&lt;P&gt;DD07L  &lt;/P&gt;&lt;P&gt;DD07T  &lt;/P&gt;&lt;P&gt;DD07V  &lt;/P&gt;&lt;P&gt;DD07V  &lt;/P&gt;&lt;P&gt;ANIA   &lt;/P&gt;&lt;P&gt;CEPC   &lt;/P&gt;&lt;P&gt;CEPC_BU&lt;/P&gt;&lt;P&gt;COAS   &lt;/P&gt;&lt;P&gt;IMAKZ  &lt;/P&gt;&lt;P&gt;D020S  &lt;/P&gt;&lt;P&gt;D021T  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but only with REOPEN and FETCH operation and SELECT statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With INSERT are in the trace just those tables in my previous post...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 14:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111936#M1362416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111937#M1362417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better check again. I think other tables are updated as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 14:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111937#M1362417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111938#M1362418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table JSTO contains the information about the status of the order. Usually the OBJNR is obtaining concatenating the word OR+the order number. But it will be difficult to resolve this. If you are using external numbering for the orders just use another number and try to load the orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 19:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapsql-array-insert-duprec/m-p/6111938#M1362418</guid>
      <dc:creator>luis_vesga</dc:creator>
      <dc:date>2009-09-02T19:58:41Z</dc:date>
    </item>
  </channel>
</rss>

