<?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 printpreview dilogbox in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489876#M839140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Structure, SSFCTRLOP , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the attributes of the structure NO_DIALOG  &amp;amp; PREVIEW = '  '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And fill the SF functionmodule attributes accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS  =                                               OUTPUT_OPTIONS             =                      USER_SETTINGS              = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go through the Structures starting With SSF* You will get to know what else required for your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;agp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 04:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T04:18:02Z</dc:date>
    <item>
      <title>Smartforms printpreview dilogbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489874#M839138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we  remove Print Preview Dilog Box while  executing  the Smart Form ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489874#M839138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printpreview dilogbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489875#M839139</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; &lt;STRONG&gt;DATA :   device TYPE ssfctrlop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;device-no_dialog  = c_x.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              formname = c_formname_ap&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              fm_name  = ws_form_fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION ws_form_fname&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              &lt;STRONG&gt;control_parameters = device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              job_output_info    = ls_output_info&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              i_final_ap         = i_final_ap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489875#M839139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms printpreview dilogbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489876#M839140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Structure, SSFCTRLOP , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the attributes of the structure NO_DIALOG  &amp;amp; PREVIEW = '  '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And fill the SF functionmodule attributes accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS  =                                               OUTPUT_OPTIONS             =                      USER_SETTINGS              = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go through the Structures starting With SSF* You will get to know what else required for your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;agp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printpreview-dilogbox/m-p/3489876#M839140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:18:02Z</dc:date>
    </item>
  </channel>
</rss>

