<?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 Archive SAPscript - How to? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925254#M384031</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;I have now a task where I want to get my invoice documents archived as PDF files.&lt;/P&gt;&lt;P&gt;There is many ways to do this, but I have decided to try SAP std, and to make use of the archive administration tools. (SARA). I have had a look througt the documentation on this, but when I now are in a phase to actually implement the solution I am a bit stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first initial issue is how do I get hold of the invoice when it Is printed and how do I store the file?&lt;/P&gt;&lt;P&gt;I currently now look at the "OPEN_FORM" in the sapscript printer program and add the parameters....&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;open form&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          APPLICATION        = 'TX'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            ARCHIVE_INDEX      = TOA_DARA&lt;/P&gt;&lt;P&gt;            ARCHIVE_PARAMS     = &amp;lt;b&amp;gt;ARC_PARAMS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me out with some hints on the flow, and preferbly some examples how to actually do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 13:31:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T13:31:05Z</dc:date>
    <item>
      <title>Archive SAPscript - How to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925254#M384031</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;I have now a task where I want to get my invoice documents archived as PDF files.&lt;/P&gt;&lt;P&gt;There is many ways to do this, but I have decided to try SAP std, and to make use of the archive administration tools. (SARA). I have had a look througt the documentation on this, but when I now are in a phase to actually implement the solution I am a bit stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first initial issue is how do I get hold of the invoice when it Is printed and how do I store the file?&lt;/P&gt;&lt;P&gt;I currently now look at the "OPEN_FORM" in the sapscript printer program and add the parameters....&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;open form&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          APPLICATION        = 'TX'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            ARCHIVE_INDEX      = TOA_DARA&lt;/P&gt;&lt;P&gt;            ARCHIVE_PARAMS     = &amp;lt;b&amp;gt;ARC_PARAMS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me out with some hints on the flow, and preferbly some examples how to actually do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925254#M384031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Archive SAPscript - How to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925255#M384032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vidar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Archive is not always archive - SARA is for something different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your archiving is customized with OAMx (1, 3) or OACx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For automatic archiving, go to output message control (NACE), condition type definition, display details (magnifying glass) - in 4th tab (archive system) you can define something like&lt;/P&gt;&lt;P&gt;1 - only printing&lt;/P&gt;&lt;P&gt;2 - only archiving&lt;/P&gt;&lt;P&gt;3 - printing and archiving&lt;/P&gt;&lt;P&gt;Below is a field for the document type - here link information will be done for the archive system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 19:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925255#M384032</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2007-02-15T19:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Archive SAPscript - How to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925256#M384033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vidar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Christian rightly mentioned, SARA is not for archiving pdf docs as you are trying, SARA is used while archiving application data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link which will give you some idea about storing outgoing documents:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/02/5bd7345a238045e10000009b38f83b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/02/5bd7345a238045e10000009b38f83b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: you might have to use either a third party storage product or SAP content server to store your outgoing documents, as this is an archivelink scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archive-sapscript-how-to/m-p/1925256#M384033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:14:15Z</dc:date>
    </item>
  </channel>
</rss>

