<?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: Calling multiple smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926809#M940437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to set this print immediately option could you please explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 08:36:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T08:36:28Z</dc:date>
    <item>
      <title>Calling multiple smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926806#M940434</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;&lt;/P&gt;&lt;P&gt;My requirement is like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple smartforms are created by different programs..And now I want trigger all these smartforms with my program..Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to do like this it needs to come back and again print preview to go next smartform....Is is possible to call all the smartform at single execution.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sundeep singh on May 30, 2008 9:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926806#M940434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926807#M940435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call them at single instance only if u dont need print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u should set all the options not to show the print preview (like print immediately) so that all the output can go to printer at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually here also smartforms are called one by one but as you dont see the preview it dont seem like running one after other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 07:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926807#M940435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926808#M940436</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;  Check the below code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA SSFCTRLOP LIKE SSFCTRLOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_OPEN'&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSFCTRLOP-NO_OPEN = 'X'.&lt;/P&gt;&lt;P&gt;SSFCTRLOP-NO_CLOSE = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION SMART1&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = SSFCTRLOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION SMART2&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = SSFCTRLOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION SMART3&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = SSFCTRLOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION SMART4&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS = SSFCTRLOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_CLOSE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 07:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926808#M940436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926809#M940437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to set this print immediately option could you please explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 08:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926809#M940437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926810#M940438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;g_output_options  TYPE ssfcompop, " Output Options for Smartform&lt;/P&gt;&lt;P&gt;g_control_options TYPE ssfctrlop. " Control Options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Control Options&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_control_options-device    = 'PRINTER'.&lt;/P&gt;&lt;P&gt;  g_control_options-preview   = ''.&lt;/P&gt;&lt;P&gt;  g_control_options-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Output Options&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_output_options-tdnoprev   = 'X'.&lt;/P&gt;&lt;P&gt;  g_output_options-tdimmed  = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call Smartform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION lv_fmname&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      control_parameters         = g_control_options&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      output_options             = g_output_options&lt;/P&gt;&lt;P&gt;      user_settings              = ''   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rwrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 08:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms/m-p/3926810#M940438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T08:55:42Z</dc:date>
    </item>
  </channel>
</rss>

