<?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: smartforms to the printer and the spool queue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538158#M1562115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just set the parameters and that's will be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameters as follows:&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-NO_DIALOG&amp;nbsp;='X'		(SMARTFORM一般标识符）		&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-LANGU&amp;nbsp;=&amp;nbsp;P_LANGU		（语言选择）		&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-PREVIEW&amp;nbsp;=&amp;nbsp;''		（无预览）		&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDNEWID&amp;nbsp;&amp;nbsp;=&amp;nbsp;'X'		（生成新SPOOLLIST号）		&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDDEST&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;G_V_DEVICE		(设置打印设备）	&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDIMMED&amp;nbsp;=&amp;nbsp;'X'		（立即打印）&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 16:05:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-25T16:05:59Z</dc:date>
    <item>
      <title>smartforms to the printer and the spool queue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538156#M1562113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like the smartforms to print to the printer which i can decide on the selection screen, at the same time, the smartforms can generate spool id to the spoll queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to the documents on the page &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/sdn" target="test_blank"&gt;http://www.sdn.sap.com/irj/sdn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now I can get the spool , but there is a infomation message "OTF end command // missing in OTF data"  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there any method to hide this message? Is there any example to get the spool and also make the smartforms print on the printer which i can select on the screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ross.wang on Jan 6, 2011 4:07 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 03:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538156#M1562113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T03:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms to the printer and the spool queue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538157#M1562114</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;     Either you can print the smartform or generate the spool ID.&lt;/P&gt;&lt;P&gt;     The error message "OTF end command // missing in OTF data" is because you are trying to print the smartform&lt;/P&gt;&lt;P&gt;     and trying to convert the OTF data at the same time.&lt;/P&gt;&lt;P&gt;     Call the smartform twice once for printing and once for getting the spool ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538157#M1562114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T04:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms to the printer and the spool queue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538158#M1562115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just set the parameters and that's will be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameters as follows:&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-NO_DIALOG&amp;nbsp;='X'		(SMARTFORM一般标识符）		&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-LANGU&amp;nbsp;=&amp;nbsp;P_LANGU		（语言选择）		&lt;/P&gt;&lt;P&gt;G_WA_ST_CONTROL_PARAMETERS-PREVIEW&amp;nbsp;=&amp;nbsp;''		（无预览）		&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDNEWID&amp;nbsp;&amp;nbsp;=&amp;nbsp;'X'		（生成新SPOOLLIST号）		&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDDEST&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;G_V_DEVICE		(设置打印设备）	&lt;/P&gt;&lt;P&gt;G_WA_ST_OUTPUT_OPTIONS-TDIMMED&amp;nbsp;=&amp;nbsp;'X'		（立即打印）&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 16:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-to-the-printer-and-the-spool-queue/m-p/7538158#M1562115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T16:05:59Z</dc:date>
    </item>
  </channel>
</rss>

