<?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: Archivelink documents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153410#M1194004</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;it's really tough one...SAP has not provided such a facility to download the archived data from SAP system to another SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we can create custom function module to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference, you can use these function modules for creating your own function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVE_RELOAD_OBJECT_DATA&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT_BY_HANDLE&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT_BY_OFFSET&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT&lt;/P&gt;&lt;P&gt;ARCHIVE_REGISTER_CLASS&lt;/P&gt;&lt;P&gt;ARCHIVE_REGISTER_STRUCTURES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 11:46:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T11:46:51Z</dc:date>
    <item>
      <title>Archivelink documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153407#M1194001</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;We need to download Archived documents (these are attachments to different business objects like BUS2081, BUS2012 etc.) from one SAP system to another SAP system. Probably to application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there are any classes or function modules that can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 10:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153407#M1194001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T10:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Archivelink documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153408#M1194002</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;Use the FM  'ARCHIVOBJECT_GET_CLIENT'. Hope this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 10:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153408#M1194002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T10:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Archivelink documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153409#M1194003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod, but this FM stores it on presentation server.&lt;/P&gt;&lt;P&gt;Is there an FM that can help store the files on application server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153409#M1194003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Archivelink documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153410#M1194004</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;it's really tough one...SAP has not provided such a facility to download the archived data from SAP system to another SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we can create custom function module to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference, you can use these function modules for creating your own function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVE_RELOAD_OBJECT_DATA&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT_BY_HANDLE&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT_BY_OFFSET&lt;/P&gt;&lt;P&gt;ARCHIVE_READ_OBJECT&lt;/P&gt;&lt;P&gt;ARCHIVE_REGISTER_CLASS&lt;/P&gt;&lt;P&gt;ARCHIVE_REGISTER_STRUCTURES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archivelink-documents/m-p/5153410#M1194004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:46:51Z</dc:date>
    </item>
  </channel>
</rss>

