<?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 Performance in Smartform printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643481#M608728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whethere both below steps for printing of say 100 copies of smartform are one and same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I use DO...ENDOO or loop...endloop and call smartform that many no of times as no of copies to be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I use smartform property of SSFCOMPOP-TDCOPIES directly and print the same without using loop above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to just confirm whether its really advantageous to use step 2 with large no of copies to be printed OR smartform internally loops and works same way as step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 10:07:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T10:07:49Z</dc:date>
    <item>
      <title>Performance in Smartform printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643481#M608728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whethere both below steps for printing of say 100 copies of smartform are one and same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I use DO...ENDOO or loop...endloop and call smartform that many no of times as no of copies to be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I use smartform property of SSFCOMPOP-TDCOPIES directly and print the same without using loop above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to just confirm whether its really advantageous to use step 2 with large no of copies to be printed OR smartform internally loops and works same way as step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643481#M608728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Smartform printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643482#M608729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You should not put the call to a smartform in a loop . It is not required .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want take 100 copies of the smartfrom give the no of copies = 100 in the print dialog box that  appears  after you execure the print program for smartfroms .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643482#M608729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance in Smartform printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643483#M608730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the second option only. That is better. If you call SMART FORM in a loop, for printing each copy, it has to execute the smartform sgain which will consume a lot of time. This includes setting up of the smartform initially for the printer etc. If you set the TDCOPIES  instead, it wont waste the additional time required for the initialization before the smartform call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 05:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-smartform-printing/m-p/2643483#M608730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T05:12:26Z</dc:date>
    </item>
  </channel>
</rss>

