<?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: How to avoid the screen selection output device in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096702#M734682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might not have the Output device maintained than you have to do it like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONTROL_PARAM-DEVICE = 'LOCL'.
CONTROL_PARAM-PREVIEW = 'X'.
CONTROL_PARAM-NO_DIALOG = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 03:46:47 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-28T03:46:47Z</dc:date>
    <item>
      <title>How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096696#M734676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    Who can tell me how to avoid the screen selection output device when running a smartform.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   Best regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 02:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096696#M734676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T02:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096697#M734677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_control_param TYPE SSFCTRLOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_control_param-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION l_funcname&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = l_control_param.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096697#M734677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T03:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096698#M734678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to pass the control parameter NO_DIALOG = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  data: ls_control_param      type ssfctrlop.

    ls_control_param-no_dialog = 'X'.

      call function lf_fm_name
           exporting
                   .....
                      control_parameters   = ls_control_param
                  .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096698#M734678</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T03:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096699#M734679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;provide all the default values required for printing.. while calling the smartform...&lt;/P&gt;&lt;P&gt;or else maintain default printer settings in your user profile...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096699#M734679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T03:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096700#M734680</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 SMARTFORM FM, pass the parameter NO_DIALOG = 'X' of structure type ssfctrlop-no_dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096700#M734680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T03:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096701#M734681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    Thanks for your answer. But it also doesn't work after i pass the no_dialog to the parameters. The screen for selecting the output device is still dispalyed.&lt;/P&gt;&lt;P&gt;    Can you give me some detailed points??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096701#M734681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T03:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096702#M734682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might not have the Output device maintained than you have to do it like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONTROL_PARAM-DEVICE = 'LOCL'.
CONTROL_PARAM-PREVIEW = 'X'.
CONTROL_PARAM-NO_DIALOG = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096702#M734682</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T03:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096703#M734683</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 smart forms we have output options there we need to give device name  like eg:lp01 if we give there then it wont give selection screen for outputdevice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is asnwered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 03:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096703#M734683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T03:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096704#M734684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    Sorry, the answers you gave me are not that i wanna get.&lt;/P&gt;&lt;P&gt;    Who can help me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 04:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096704#M734684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T04:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096705#M734685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check whether default Output device (ex:LOJP) is given in tran.code SU3. If it is not set, even if NO_DIALOG is set as 'X', the dialog box for selecting output device will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 04:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096705#M734685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T04:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096706#M734686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;while executing smartform we will get a function module in we il b having CONTROL_PARAMETERS in that u need to mention the device name screen no and all detials. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thnk this will solve ur problem.check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 04:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096706#M734686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T04:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096707#M734687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;   I try to solve it using the points. But all of them doesn't work.&lt;/P&gt;&lt;P&gt;   Can you give me a detailed list how to set the values for parameters??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 04:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096707#M734687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the screen selection output device</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096708#M734688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;data: wa_SSFCTRLOP type SSFCTRLOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_SSFCTRLOP-DEVICE = 'PRINTER'.&lt;/P&gt;&lt;P&gt;wa_SSFCTRLOP-NO_DIALOG = 'X'.&lt;/P&gt;&lt;P&gt;wa_SSFCTRLOP-PREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function '....&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = wa_ssfctrlop&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 05:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-the-screen-selection-output-device/m-p/3096708#M734688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T05:02:32Z</dc:date>
    </item>
  </channel>
</rss>

