<?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: Doubt in smartforms!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463091#M218335</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;The interface of fm of sm has these parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- CONTROL_PARAMETERS (as structure SSFCTRLOP), here you can indicate if to open or not to open the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- USER_SETTINGS (as flag): it has to be space if yuo don't want to use the user setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- OUTPUT_OPTIONS (as structure SSFCOMPOP): here you cam indicate the properties of the print (immediately etc. etc.)&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 10:58:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T10:58:13Z</dc:date>
    <item>
      <title>Doubt in smartforms!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463087#M218331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we try to call the smartform in the print screen(pop up) that comes how to uncheck the check boxes that are defaultly set like delete after output, print immediately.&lt;/P&gt;&lt;P&gt;This we can do it from user settings in su01 trnx but is there a way out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more doubt is how to suppress that pop up print screen from coming?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463087#M218331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in smartforms!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463088#M218332</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;One more doubt is how to suppress that pop up print screen from coming? &lt;/P&gt;&lt;P&gt;- if you maintain default printer in your default setting than this screen will not come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your first question, you can pass your options for new spool, delete after etc into OUTPUT_OPTIONS parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463088#M218332</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-25T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in smartforms!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463089#M218333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. while calling the FM for the smartform,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. there is one IMPORTING parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. OUTPUT_OPTIONS type SSFCOMPOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. we can use the fields of this structure,&lt;/P&gt;&lt;P&gt;   and manipulate the output/flow.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463089#M218333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in smartforms!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463090#M218334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data :   g_output  TYPE ssfcompop,&lt;/P&gt;&lt;P&gt;         g_control TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_control-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will suppress that pop up print screen from coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_output-tdimmed = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is checked then your spool request will be printed otherwise it will not printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_output-tdDELETE = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is checked then your spool request will be DELETED AFTER THE OUTPUT otherwise it will not BE DELETED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these two structures you will get a good idea about all the printer setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSFCOMPOP :  SAP Smart Forms: Smart Composer (transfer)     options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSFCTRLOP : Smart Forms: Control structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mukesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463090#M218334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in smartforms!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463091#M218335</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;The interface of fm of sm has these parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- CONTROL_PARAMETERS (as structure SSFCTRLOP), here you can indicate if to open or not to open the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- USER_SETTINGS (as flag): it has to be space if yuo don't want to use the user setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- OUTPUT_OPTIONS (as structure SSFCOMPOP): here you cam indicate the properties of the print (immediately etc. etc.)&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-smartforms/m-p/1463091#M218335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T10:58:13Z</dc:date>
    </item>
  </channel>
</rss>

