<?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: Deletion of data from Cluster table using SQL scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039242#M1899208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't do this in a development system. I once made a single change to a text field of BSEG in a system that I knew would be refreshed that evening. The accounting system was broken - I think I got an error when trying to display &lt;SPAN style="text-decoration: underline;"&gt;any&lt;/SPAN&gt; document.&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, 07 Apr 2015 13:58:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-07T13:58:08Z</dc:date>
    <item>
      <title>Deletion of data from Cluster table using SQL scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039239#M1899205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have requirement of panning the Xref and Assignment field values in our development system. We have made a custom program to do that but there is huge data so the program is taking weeks in background itself an still not completed. so we thought of doing a SQL at database level and change the value. So now if that is the case is it enough to delete the values from BSEG(RFBLG) or do we have to delete from any other tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 06:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039239#M1899205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-07T06:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion of data from Cluster table using SQL scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039240#M1899206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never update BSEG directly.&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, 07 Apr 2015 13:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039240#M1899206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-07T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion of data from Cluster table using SQL scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039241#M1899207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it &lt;EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;actually&lt;/STRONG&gt;&lt;/EM&gt; concerns only &lt;EM&gt;&lt;STRONG&gt;the development system&lt;/STRONG&gt;&lt;/EM&gt; or a &lt;EM&gt;&lt;STRONG&gt;sandbox system&lt;/STRONG&gt;&lt;/EM&gt;, okay, you have also to change data in the secondary indexes tables (BSIS, BSAS, BSIK, etc.) as well as in CO tables (COBK, COEP, etc.) - perform some where used on data element to find permanent transparent tables. (There are also some temporary work tables as for payment, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as BSEG is actually part of RFBLG pool/cluster, a native SQL statement won't be effective, except if you convert BSEG (temporary) to a transparent database table, execute the updates, then convert it back to cluster. (And that will also take some times, as it seems your DEV database is huge?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you also try to parallelize the update in multiple background jobs? (e.g. one per year or per company) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Raymond&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039241#M1899207</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-04-07T13:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deletion of data from Cluster table using SQL scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039242#M1899208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't do this in a development system. I once made a single change to a text field of BSEG in a system that I knew would be refreshed that evening. The accounting system was broken - I think I got an error when trying to display &lt;SPAN style="text-decoration: underline;"&gt;any&lt;/SPAN&gt; document.&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, 07 Apr 2015 13:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-of-data-from-cluster-table-using-sql-scripts/m-p/11039242#M1899208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-07T13:58:08Z</dc:date>
    </item>
  </channel>
</rss>

