<?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: ARCHIVING ZTABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424863#M822517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creation of table in table properties there are options for Archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) partially archieve&lt;/P&gt;&lt;P&gt;2) fully archieve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be checked based on the use of table. If table has fixed lines and will require frequently than you can fully archieve so whenever you write Select on this table it will fetch all the data from Application server so Database wont get called at DB level so it will improve the performance of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly if it is rarely updated or some other scenarios there are different options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 08:47:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T08:47:35Z</dc:date>
    <item>
      <title>ARCHIVING ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424862#M822516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; CAN ANYONE TELL ME HOW TO ARCHIVE CUSTOM TABLE ( ZTABLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THKS,&lt;/P&gt;&lt;P&gt;VN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 02:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424862#M822516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T02:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: ARCHIVING ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424863#M822517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creation of table in table properties there are options for Archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) partially archieve&lt;/P&gt;&lt;P&gt;2) fully archieve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be checked based on the use of table. If table has fixed lines and will require frequently than you can fully archieve so whenever you write Select on this table it will fetch all the data from Application server so Database wont get called at DB level so it will improve the performance of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly if it is rarely updated or some other scenarios there are different options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 08:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424863#M822517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: ARCHIVING ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424864#M822518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Some additional information would be to use archive object EXAMPLE to help guide you in creating a Z custom archive object. As for LIKP, this table is archived with archive object RV_LIKP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out which archive object archives data for a particular table, you can use transaction DB15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/santosh.v/blog/2007/03/20/cdb-data-archiving--part-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a111ae90-0201-0010-4bbe-809ec5627433" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a111ae90-0201-0010-4bbe-809ec5627433&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PDF doc ... &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a111ae90-0201-0010-4bbe-809ec5627433" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a111ae90-0201-0010-4bbe-809ec5627433&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Archiving custom table requires to build customized archiving object. So creating customized archiving object please refer to help.sap.com &lt;/P&gt;&lt;P&gt;Once you develop the customized archiving object then do &lt;/P&gt;&lt;P&gt;1. Technical settings for Archiving object specific customizing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical file name, deletion program setting, content repository, store job settings. &lt;/P&gt;&lt;P&gt;2. Create variant and schedule the job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar(Reward if helpful).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shiva kumar on Apr 15, 2008 2:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 12:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-ztable/m-p/3424864#M822518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T12:29:51Z</dc:date>
    </item>
  </channel>
</rss>

