<?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: Accesing the archived data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737342#M899458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiiii,,,,,&lt;/P&gt;&lt;P&gt;hopefully i can give u fair knoledge abt archive data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequential access to a dataset (reporting):-&lt;/P&gt;&lt;P&gt;through ABAP/4 Logical Databases&lt;/P&gt;&lt;P&gt;works with existing ABAP/4 reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct access to individual objects through Index:-&lt;/P&gt;&lt;P&gt;Access to individual objects depends on an index&lt;/P&gt;&lt;P&gt;Document number must be provided&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload of archived data:-&lt;/P&gt;&lt;P&gt;not recommended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct access from Online Archive (3rd party):-&lt;/P&gt;&lt;P&gt;through Zxxx display transactions&lt;/P&gt;&lt;P&gt;through ABAP/4 Logical Databases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any more details plzzz revert back..&lt;/P&gt;&lt;P&gt;reward if helpful..&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 06:04:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T06:04:48Z</dc:date>
    <item>
      <title>Accesing the archived data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737339#M899455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell How can we access the archived data ?&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;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 09:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737339#M899455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accesing the archived data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737340#M899456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk the links below for ur requirement:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/report%2bto%2baccess%2bjcds%2bdata%2bfrom%2barchive%2busing%2bsap%2bas" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/report%2bto%2baccess%2bjcds%2bdata%2bfrom%2barchive%2busing%2bsap%2bas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5276641"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 10:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737340#M899456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T10:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accesing the archived data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737341#M899457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..you can access the archived data using the transaction ALO1 or SARE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the transaction SARE, you need to enter the object name and the info structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example..if you wish to access data for the fi documents, then the archiving object FI_DOCUMNT wil be used in the trns SARE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you also you can use the read program of the archiving object if available to access the archived data using the transaction SARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This must resolve your issues.&lt;/P&gt;&lt;P&gt;Thanks to rewards points.&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>Fri, 25 Apr 2008 10:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737341#M899457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Accesing the archived data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737342#M899458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiiii,,,,,&lt;/P&gt;&lt;P&gt;hopefully i can give u fair knoledge abt archive data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequential access to a dataset (reporting):-&lt;/P&gt;&lt;P&gt;through ABAP/4 Logical Databases&lt;/P&gt;&lt;P&gt;works with existing ABAP/4 reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct access to individual objects through Index:-&lt;/P&gt;&lt;P&gt;Access to individual objects depends on an index&lt;/P&gt;&lt;P&gt;Document number must be provided&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload of archived data:-&lt;/P&gt;&lt;P&gt;not recommended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct access from Online Archive (3rd party):-&lt;/P&gt;&lt;P&gt;through Zxxx display transactions&lt;/P&gt;&lt;P&gt;through ABAP/4 Logical Databases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any more details plzzz revert back..&lt;/P&gt;&lt;P&gt;reward if helpful..&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-the-archived-data/m-p/3737342#M899458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:04:48Z</dc:date>
    </item>
  </channel>
</rss>

