<?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 printer problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848150#M45682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in NAST I get the short name tddest (DW54) and I also assign it to the output_options (SSFCOMPOP).&lt;/P&gt;&lt;P&gt;I do not have any default printer in my user profile but I still get the formular on our development printer (D500).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another formular (SAPScript), which is printed by another output type at the same time is printed on the correct printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any options to specify a default printer to a whole system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Dec 2004 10:28:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-12-23T10:28:10Z</dc:date>
    <item>
      <title>Smartforms printer problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848147#M45679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I open a smartform from a custom print programm using control_parameters and output_control with values from the message control table NAST. The parameter user_settings is set to SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fill the parameter output_control-tddest explicitly from NAST, but however, the formular is always printed on one particular printer, our development printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any settings which override the FM parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2004 14:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848147#M45679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-22T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printer problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848148#M45680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though it is a basic concept,&lt;/P&gt;&lt;P&gt;First- Please confirm that your Default printer in your system is the one which you are expecting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second-&lt;/P&gt;&lt;P&gt;in Transaction SU01 check whether Default output device is set.&lt;/P&gt;&lt;P&gt;It will override the FM parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to see your problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2004 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848148#M45680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-22T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printer problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848149#M45681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP each printer has a short and long name associated with it. You might wanna check TSP03 table to get an idea.&lt;/P&gt;&lt;P&gt;Now check in NAST table what kind of name (Shor or long) is being stored.&lt;/P&gt;&lt;P&gt;If its short then assign &lt;/P&gt;&lt;P&gt;SSFCOMPOP-tddest = NAST-VALUE&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;SSFCOMPOP-TDPRINTER = NAST-VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as you rightly did, user_setting should be space, so that it doesnot pick printer from user settings. &lt;/P&gt;&lt;P&gt;Inacse you still having the problem try deleting any default printer name from your user profile via SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you still have problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2004 21:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848149#M45681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-22T21:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printer problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848150#M45682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in NAST I get the short name tddest (DW54) and I also assign it to the output_options (SSFCOMPOP).&lt;/P&gt;&lt;P&gt;I do not have any default printer in my user profile but I still get the formular on our development printer (D500).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another formular (SAPScript), which is printed by another output type at the same time is printed on the correct printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any options to specify a default printer to a whole system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2004 10:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848150#M45682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-23T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printer problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848151#M45683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeet's information worked great for me.  Knowing NAST has the short name for our output, I tried setting SSFCOMPOP-TDDEST to the short name of a printer other than my user default printer. With USER_SETTINGS space passed with the function module call this worked great (USER_SETTINGS defaults to 'X' in my SmartForm but is evidently overridden).  From a similar note I had hardcoded the long name of the printer which had not worked.  &lt;/P&gt;&lt;P&gt;Thanks Jeet! &lt;/P&gt;&lt;P&gt;Jim Shupe, &lt;/P&gt;&lt;P&gt;IT Logistics, Eastman Chemical Company&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 18:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printer-problem/m-p/848151#M45683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T18:14:52Z</dc:date>
    </item>
  </channel>
</rss>

