<?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>Question Re: Archieved Data Loading in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073195#M2233503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard content extractors do not extract items that have been flagged for archive (in your case BSID-XARCH or BSAD-XARCH with a value of 'X'). In order to be able to extract those rows of data, you have a couple of options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a User Exit routine in CMOD for the 0FI_AR_4 DataSource to additionally extract data where BSID-XARCH = 'X' and BSAD-XARCH = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create a generic DataSource to extract only those records from BSID and BSAD where XARCH = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Archived documents should not change at all and therefore only require a single Full extraction, therefore Option 2 may be your best choice in this instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2009 16:57:46 GMT</pubDate>
    <dc:creator>dennis_scoville4</dc:creator>
    <dc:date>2009-09-14T16:57:46Z</dc:date>
    <item>
      <title>Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaq-p/6073194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sap gurus, I'm using 0FI_AR_4 data source. I figure out some of data isn't collected by data extractor. eventhough bsid and bsad tables have these data, extractor can't collect them(I can't see rsa3 and psa). when I search these FI documents, I realize these documants are arciheved. why extractor can't collect these data even bsid and bsad tables have? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched forum. there is a suggestion about loading arcihved data to r3, then loading to bw. is it usable? &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="6210706"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 14:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaq-p/6073194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-14T14:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073195#M2233503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard content extractors do not extract items that have been flagged for archive (in your case BSID-XARCH or BSAD-XARCH with a value of 'X'). In order to be able to extract those rows of data, you have a couple of options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a User Exit routine in CMOD for the 0FI_AR_4 DataSource to additionally extract data where BSID-XARCH = 'X' and BSAD-XARCH = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create a generic DataSource to extract only those records from BSID and BSAD where XARCH = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Archived documents should not change at all and therefore only require a single Full extraction, therefore Option 2 may be your best choice in this instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073195#M2233503</guid>
      <dc:creator>dennis_scoville4</dc:creator>
      <dc:date>2009-09-14T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073196#M2233504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dennis, I will try the second way but when I create generic data source, I can just define table. How can restrict data source by a specific field (xarch)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 17:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073196#M2233504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-14T17:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073197#M2233505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create the generic DataSource based on a Function Module. Use Function Module RSAX_BIW_GET_DATA_SIMPLE as a template for your generic DataSource Function Module and copy the extract structure for 0FI_AR_4 as your extract structure for the generic DataSource.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 18:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073197#M2233505</guid>
      <dc:creator>dennis_scoville4</dc:creator>
      <dc:date>2009-09-14T18:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073198#M2233506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are defining a view you will have selection in view where you can restrict XARCH = 'X'.&lt;/P&gt;&lt;P&gt;Can you check and let us know whether your BSID and BSAD has any value with XARCH = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally i have heard that when archeived they wont be available in database tables and you need to do some special mechanism to retreive the data from archeive. Just curious to know about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 18:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073198#M2233506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-14T18:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Archieved Data Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073199#M2233507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I checked BSAD table. there are datas which have XARCH ='x' even they don't come to bw side. I will create a view based data source and collect these data to bw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 07:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/archieved-data-loading/qaa-p/6073199#M2233507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T07:21:09Z</dc:date>
    </item>
  </channel>
</rss>

