<?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: Archive Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691607#M1451213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swarna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance of archiving PDF file from mentioned FM depends on the size of PDF file. &lt;/P&gt;&lt;P&gt;Different FM will not help in imporving the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of archiving these PDF files? Do you want to assign these PDF files to any existing SAP business documents? &lt;/P&gt;&lt;P&gt;If so you can use standard SAP functionality of Archivelink - Document Archiving concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In additional you can also check the FM in Debug mode - For transaction OAWD while storing the physical documents.&lt;/P&gt;&lt;P&gt;OAWD functionality - It will help in storing the document from local system - file directory to archive server. This functional module will match for your requirement. &lt;/P&gt;&lt;P&gt;Note: In OAWD you can only process archiving of physical documents for single SAP business document at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are doing mass archiving of Physical documents so performance of your program will be long hours (as it depends on size of your PDF docuemnt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks,&lt;/P&gt;&lt;P&gt; Ajay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ajay Kumar on Mar 8, 2010 3:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Mar 2010 12:03:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-06T12:03:06Z</dc:date>
    <item>
      <title>Archive Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691605#M1451211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    We are archiving the PDF function modules from the Application Server (unix) into Archive LInk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this we are using these three function modules in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ARCHIV_METAINFO_GET &lt;/P&gt;&lt;P&gt;2. ARCHIVOBJECT_CREATE_FILE &lt;/P&gt;&lt;P&gt;3. ARCHIV_CONNECTION_INSERT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function module ARCHIVOBJECT_CREATE_FILE  causes performance issue as it takes too much time say 4 seconds to archive each PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we tried with another function module  " ARCHIVOBJECT_CREATE_SYNCHRON " , but  it also took the same time to archive .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest any other similar FM to serve  this Purpose PLease ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691605#M1451211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T18:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Archive Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691606#M1451212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the issue is not in FM but in content server. Have you tried to debug those FMs to see which part is taking most time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 21:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691606#M1451212</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-05T21:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Archive Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691607#M1451213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swarna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance of archiving PDF file from mentioned FM depends on the size of PDF file. &lt;/P&gt;&lt;P&gt;Different FM will not help in imporving the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of archiving these PDF files? Do you want to assign these PDF files to any existing SAP business documents? &lt;/P&gt;&lt;P&gt;If so you can use standard SAP functionality of Archivelink - Document Archiving concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In additional you can also check the FM in Debug mode - For transaction OAWD while storing the physical documents.&lt;/P&gt;&lt;P&gt;OAWD functionality - It will help in storing the document from local system - file directory to archive server. This functional module will match for your requirement. &lt;/P&gt;&lt;P&gt;Note: In OAWD you can only process archiving of physical documents for single SAP business document at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are doing mass archiving of Physical documents so performance of your program will be long hours (as it depends on size of your PDF docuemnt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks,&lt;/P&gt;&lt;P&gt; Ajay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ajay Kumar on Mar 8, 2010 3:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 12:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691607#M1451213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-06T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Archive Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691608#M1451214</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;I need to upload files from SAP frontend to filenet server via a ABAP program. Could you explain how you achieved the same in detail using the 3 function modules you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-function-modules/m-p/6691608#M1451214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T16:02:47Z</dc:date>
    </item>
  </channel>
</rss>

