<?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: Changing Archived Data ==&amp;gt; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995380#M707584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The data from table SKAT is not archived via archive object FI_DOCUMNT. It is archived using the object FI_ACCOUNT. Check with your administrator if they are archiving FI_ACCOUNT object.  If they are not archiving FI_ACCOUNT then SKAT table data is in database itself. &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>Fri, 26 Oct 2007 17:25:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T17:25:00Z</dc:date>
    <item>
      <title>Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995372#M707576</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 archived FI Documents .&lt;/P&gt;&lt;P&gt;To see Archived Data we use SARI which ultimately calls FB03 to display&lt;/P&gt;&lt;P&gt;Account No details . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to change some of the archived Data . Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we display archived data, does R3 comes into picture or data is read from some other source..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly share some info on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995372#M707576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995373#M707577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally not possible. I think the only way to change it would be to "un-archive" it, but this is not recommended by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 14:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995373#M707577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T14:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995374#M707578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to change archived data.Read only access is given to archive files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your second question...archived data is displayed depending on its storage location.You can store the archived data in R/3 file system and display them directly using SARI.&lt;/P&gt;&lt;P&gt;3rd party storage - access to archived data is achieved thro interfaces connecting ADK.&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>Fri, 26 Oct 2007 01:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995374#M707578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T01:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995375#M707579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob/Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran SARI in debugging mode to display archived document, when i docuble to click on the first output screen, after some time FM 'FI_DOCUMENT_ARCH_AS_FB03' is called which &lt;/P&gt;&lt;P&gt;CALL s Transaction FB03  , after this for Account Description control calls perform &lt;/P&gt;&lt;P&gt;skat_read(SAPFF011) at this time nothing is read from SKAT and hence no description on the second output screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell, if data from SKAT was also archived ? Is it possible to read some Ztable at above point in perform skat_read ? i looked for OSS Notes but didnt find anyone and no customer exit available .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible solution to retrieve the descrition text for Account No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..Kindly respond !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 01:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995375#M707579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T01:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995376#M707580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to DB15 and give FI archive object.If you are able to see SKAT in the list of ' deletion only' table then probably data is archived.But in that case also it should display whatever was archived...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 01:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995376#M707580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T01:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995377#M707581</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;I checked in SARA for the Object FI_DOCUMNT, SKAT was not available in the &lt;/P&gt;&lt;P&gt;Tables with Deletion Indicator , Does it mean that SKAT data was not archived ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i check SKAT with the Account Number, no entries found ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some idea on skat_read above ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data in SKAT was shifted to some ZTABLE is it possible to read this ZTABLE for Display calling FB03 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly respond .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 01:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995377#M707581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T01:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995378#M707582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible to delete GL accounts by archiving them, but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;The program for deleting master records also takes account of those master records marked for deletion. However, you should only use this program to delete test data before you go live with the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 13:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995378#M707582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995379#M707583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no clue...but are you sure the data was displayed correctly before archive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995379#M707583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Archived Data ==&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995380#M707584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The data from table SKAT is not archived via archive object FI_DOCUMNT. It is archived using the object FI_ACCOUNT. Check with your administrator if they are archiving FI_ACCOUNT object.  If they are not archiving FI_ACCOUNT then SKAT table data is in database itself. &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>Fri, 26 Oct 2007 17:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-archived-data-gt/m-p/2995380#M707584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T17:25:00Z</dc:date>
    </item>
  </channel>
</rss>

