<?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: Data Archiving space calculation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231102#M770751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Lakshman. I will try this FM n let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 11:55:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T11:55:37Z</dc:date>
    <item>
      <title>Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231094#M770743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;How to estimate the space saved by archiving an object?&lt;/P&gt;&lt;P&gt;Do we need to take the record counts of the related tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 13:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231094#M770743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231095#M770744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;Checkout the following link.&lt;/P&gt;&lt;P&gt;[Space gained by Archiving|http://help.sap.com/saphelp_erp2005vp/helpdata/en/8d/3e4e26462a11d189000000e8323d3a/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Samanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 14:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231095#M770744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231096#M770745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Samanjay for the help.But I am still not clear....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 15:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231096#M770745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231097#M770746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;Basically this is what you need to do. &lt;/P&gt;&lt;P&gt;Find the size of individual record by adding the size of each table that constitute the archive object. Ex: 1 MB&lt;/P&gt;&lt;P&gt;Find the total number of records available. Ex: 10000 records&lt;/P&gt;&lt;P&gt;No of records expected to be archived. Ex: 7000 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Space gained by archiving ~ Record size * No of records expected to be archived&lt;/P&gt;&lt;P&gt;Ex: Space gained ~ 1 MB * 7000 ~ 7 GB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how one can find a rough estimate of space gained by archiving. It is not really possible to give exact figures when it come to space freed by archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Samanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 15:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231097#M770746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T15:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231098#M770747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samanjay,could you please explain me &lt;/P&gt;&lt;P&gt;1.how to calculate the individual record size?&lt;/P&gt;&lt;P&gt;2.total archived records can be found from spool list of the archiving jobs.but is it necessary to take record counts from se16 or taana?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 16:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231098#M770747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231099#M770748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's one more way to find out the space benefited to the SAP system after the archiving runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can follow the below steps to analyz the gained space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the transaction SARA&lt;/P&gt;&lt;P&gt;2. Click on Statistics&lt;/P&gt;&lt;P&gt;3. You can pass the active archiving objects on the selection screen which you have used during launching the archiving jobs.&lt;/P&gt;&lt;P&gt;4. You can also pass the date range considering the data on which you have run the archiving jobs.&lt;/P&gt;&lt;P&gt;5. Keep the status only Complete&lt;/P&gt;&lt;P&gt;6. Now execute i.e. display the statistics&lt;/P&gt;&lt;P&gt;7. In the final report, have a look on the Total for the DB space Deleted, Keep in mind that we have DB space write and DB space delete..db space deleted space will tell you the space you have freed up from the SAP R/3 database i.e. this much space gained after running the archiving runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231099#M770748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231100#M770749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of the tables related to archive object,&lt;/P&gt;&lt;P&gt;use FM GET_TABLE_SIZE_ALL or GET_TABSIZE to retrive the size and then calculate the estimate space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 10:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231100#M770749</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2008-01-23T10:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231101#M770750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shamim. But I do not see 'Statistic' button in the initial screen of SARA. We are using 4.6C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 11:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231101#M770750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T11:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231102#M770751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Lakshman. I will try this FM n let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 11:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231102#M770751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T11:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Archiving space calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231103#M770752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;Use TA: SAR_DA_STAT_ANALYSIS to view the archiving statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Samanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 14:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-archiving-space-calculation/m-p/3231103#M770752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T14:16:51Z</dc:date>
    </item>
  </channel>
</rss>

