<?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: Archive table CDCLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788505#M650325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karin,&lt;/P&gt;&lt;P&gt;This list is very helpful.&lt;/P&gt;&lt;P&gt;Could you please tell me if this is a complete list of ALL master data changes on CDHDR?&lt;/P&gt;&lt;P&gt;Currently, we're using CHANGEDOCU for archiving only PFCG and LAYER.&lt;/P&gt;&lt;P&gt;Do you have list of 'change document objects' that can ONLY be archived via CHANGEDOCU?&lt;/P&gt;&lt;P&gt;We've implemented over 30 archiving objects yet our change document tables are growing exponentially and need drastic surgery.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 00:05:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-03T00:05:06Z</dc:date>
    <item>
      <title>Archive table CDCLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788501#M650321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can U please help with the code for Archiving the CDCLS cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to reduce/manage the amount of data in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788501#M650321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Archive table CDCLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788502#M650322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be very thankful, if u can give the report program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788502#M650322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Archive table CDCLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788503#M650323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This table already gets archived from many archiving objects.  Go to transaction DB15 to see all of them.  If you don't want to implement the various archiving objects that it will take to reduce this table, you can use archiving object CHANGEDOCU, which is specifically for change documents.  You should not have to do any coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 13:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788503#M650323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T13:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Archive table CDCLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788504#M650324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to use the archive object CHANGEDOCU, the SAP Data Management Guide has some very useful information.  For example, it states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The archiving object CHANGDOCU should only be used to archive the change documents of master data.  Change documents of transaction data records should still be archived together with the appropriate archiving object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this archive object to archive the following object classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIAL    Material master changes&lt;/P&gt;&lt;P&gt;COND_A      Conditions changes&lt;/P&gt;&lt;P&gt;SACH        GL account changes&lt;/P&gt;&lt;P&gt;ANLA        Asset master changes&lt;/P&gt;&lt;P&gt;DEBI        Customer master changes&lt;/P&gt;&lt;P&gt;KRED        Vendor master changes&lt;/P&gt;&lt;P&gt;ADRESSE     Master data address record changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karin Tillotson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 21:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788504#M650324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T21:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Archive table CDCLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788505#M650325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karin,&lt;/P&gt;&lt;P&gt;This list is very helpful.&lt;/P&gt;&lt;P&gt;Could you please tell me if this is a complete list of ALL master data changes on CDHDR?&lt;/P&gt;&lt;P&gt;Currently, we're using CHANGEDOCU for archiving only PFCG and LAYER.&lt;/P&gt;&lt;P&gt;Do you have list of 'change document objects' that can ONLY be archived via CHANGEDOCU?&lt;/P&gt;&lt;P&gt;We've implemented over 30 archiving objects yet our change document tables are growing exponentially and need drastic surgery.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 00:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-table-cdcls/m-p/2788505#M650325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T00:05:06Z</dc:date>
    </item>
  </channel>
</rss>

