<?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 Print from two Smartforms duplex in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274081#M1831440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to have two Smartforms and have the output from each print on 1 sheet of paper via duplexing?&amp;nbsp; I have Smartform "A" that I want to print on front of page and Smarform "B" that I want to print on the back of the page, is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 14:46:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-29T14:46:39Z</dc:date>
    <item>
      <title>Print from two Smartforms duplex</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274081#M1831440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to have two Smartforms and have the output from each print on 1 sheet of paper via duplexing?&amp;nbsp; I have Smartform "A" that I want to print on front of page and Smarform "B" that I want to print on the back of the page, is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274081#M1831440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-29T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Print from two Smartforms duplex</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274082#M1831441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Wyh dont you make just one smartform using duplex page? that is possible. The printer need to able to print duplex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that it is not possible to make 2 smartforms and print one in the front page and another one in the back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274082#M1831441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-29T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Print from two Smartforms duplex</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274083#M1831442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a thought and not sure if this will work, but what if you work with SSF_OPEN and SSF_CLOSE.&lt;/P&gt;&lt;P&gt;I can imagine that this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 17:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274083#M1831442</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-04-29T17:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Print from two Smartforms duplex</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274084#M1831443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;That smartform does not permit to simply include another smartform is a limitation, but I don't believe there is a solution for combining smartforms that would sufficiently communicate developer's intent, and would be simple and transparent enough...&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;It would be possible to get the output of both smartforms as OTF data and then combine them. Renumbering pages across two OTFs is even fairly easy, provided the driver program (or something else - let's call it "output control module") keeps track of the last page number (in the spool). Algorithm to strip away OTF commands that indicate end of one form and OTF stream and the start of next OTF stream and the form would also be possible. Resetting the tray selection and print mode for first Open Page command of second form would also be possible. OTF format description can be found &lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f036ff36-b6d4-2b10-978c-e78131dce2db?QuickLink=index&amp;amp;overridelayout=true&amp;amp;39698382721985"&gt;here&lt;/A&gt;. I guess it would be a fairly robust solution (and I don't think the OTF format itself is being extended by SAP anymore). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;OTF manipulation and writing to SAP spool can even be made into separate "output control" module with an API, which smartform driver programs or Print Workbench Forms then can use. The SAP Print Workbench Application Form type Collection permits to combine Several Application Forms (Smartform or Sapscript based) and thus kind of express intent - I'm combining these forms into one "Document".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;I have combined several Application Forms via renumbering the pages in OTF, so that the Output Management System, which receives the resulting Postscript (produced by SAP Spool System) recognizes both forms as one "Document" and creates one PDF out of them it. Do I think at the end of the day that it's an elegant, transparent, simple to maintain solution? Absolutely no - like every "proprietary" solution of that kind. Would I do it again if I had to..? Yes &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/776/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;cheers,&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;Janis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 21:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-from-two-smartforms-duplex/m-p/10274084#M1831443</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2014-04-29T21:43:03Z</dc:date>
    </item>
  </channel>
</rss>

