<?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: smartform archiving in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829662#M43457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it's a bug in vf02. I would open an OSS message for his after checking if there is any relevant OSS note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Dec 2004 11:17:18 GMT</pubDate>
    <dc:creator>Peter_Inotai</dc:creator>
    <dc:date>2004-12-17T11:17:18Z</dc:date>
    <item>
      <title>smartform archiving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829661#M43456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem archiving the output from a smartform. Within the printing program, the function that calls the smartform needs to be called 3 times. The reasoning behind this is related to grouping information on different sheets.  Every time the smartform is called, the following parameters are passed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
(first call) 
control_parameters-no_open=' '
control_parameters-no_close='X'

(second call)
control_parameters-no_open='X'
control_parameters-no_close='X'

(third call)
control_parameters-no_open='X'
control_parameters-no_close=' '
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all needed for the way in which we show the data. The rest is done as usual. In every call to the smartform, I pass the  parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
archive_index 
archive_parameters
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that before passing the above parameters, I set the following, in order to request archiving:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
output_options-tdarmod = nast-tdarmod. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In conclusion, when I call the smartform once, the archiving works well. However,  when I call it more than once, no archiving takes place.  An interesting point to note is that from transaction vf02  (Change Billing Document)  the above behaviour occur (no archiving). However, if I use transaction vf31 (output from billing) I am able to archive all three calls to the smartform. Any ideas? Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 08:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829661#M43456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-17T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartform archiving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829662#M43457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it's a bug in vf02. I would open an OSS message for his after checking if there is any relevant OSS note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 11:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829662#M43457</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2004-12-17T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: smartform archiving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829663#M43458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your message. The problem regarding from where the output was triggered was fixed.  I have another question though. We need to make several calls to the smartform function. As of now, it creates an archive for every call to the function. We would like to have it create only one archive, independently of the number of function calls.  Thanks again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 13:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829663#M43458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-17T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: smartform archiving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829664#M43459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I am trying to get my smartform to archive. What exactly are you using in the structures ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;archive_index &lt;/P&gt;&lt;P&gt;archive_parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;TonyC&lt;/P&gt;&lt;P&gt;Burton Snowboards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 16:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829664#M43459</guid>
      <dc:creator>former_member597836</dc:creator>
      <dc:date>2005-11-10T16:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform archiving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829665#M43460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how you overcome this problem in smartforms while archiving a billing document using the parameters no_open no_close as i have same problem now and dont know how to rectify it.&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;&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 10:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-archiving/m-p/829665#M43460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T10:38:56Z</dc:date>
    </item>
  </channel>
</rss>

