<?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: Setting background print parameters for a Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603200#M867829</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; in the dynamic function module created by the smartform there is an option for the print parametes like...IS_PARA   ,   you can use this for the printer settings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 08:19:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T08:19:00Z</dc:date>
    <item>
      <title>Setting background print parameters for a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603196#M867825</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;I have created a Smartform being triggered from a report program. On the selection screen we have given option for the user to select printer of their choice. When I run the report in foreground it works fine and prints for whatever printer specified. However we need to run this report in the background and print to a specific printer, when I run it in background it always picks local printer as default. Can anyone help me on this?Any advise would be greatly appreciated and rewarded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Anthony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 20:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603196#M867825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T20:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting background print parameters for a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603197#M867826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when calling your smartform, you can set the printparameters for the printer which should be used. There are function modules for retrieving these parameters and than pass them on to the smartform. Sounds  bit simple, but in fact it is. You know which printer you want to use, retrieve parameters and use them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 08:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603197#M867826</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-31T08:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting background print parameters for a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603198#M867827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Interface parameters CONTROL_PARAMETERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the Information like Device etc to this , this will take care.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 08:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603198#M867827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T08:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting background print parameters for a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603199#M867828</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;Set the control parameters using FM&lt;/P&gt;&lt;P&gt;Import parameter of the generated function module: CONTROL_PARAMETERS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Component type: SSFCTRLOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer standard driver program RLB_INVOICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/71/9ccd9c8e0e11d4b608006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/71/9ccd9c8e0e11d4b608006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 08:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603199#M867828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T08:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting background print parameters for a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603200#M867829</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; in the dynamic function module created by the smartform there is an option for the print parametes like...IS_PARA   ,   you can use this for the printer settings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 08:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-background-print-parameters-for-a-smartform/m-p/3603200#M867829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T08:19:00Z</dc:date>
    </item>
  </channel>
</rss>

