<?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: Open same spool id for different smartforms functions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730388#M34406</link>
    <description>&lt;P&gt;CONTROL_PARAMETERS-NO_CLOSE and no_OPEN, or explicit call of FM SSF_OPEN and SSF_CLOSE, can generate a single print request. To prevent creation of a new spool id you could also check values of parameter CONTROL_PARAMETERS-TDNEWID and TDFINAL, and must set value of parametert USER_SETTINGS to space to prevent use of user settings when build generating spool.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 14:37:04 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2018-07-11T14:37:04Z</dc:date>
    <item>
      <title>Open same spool id for different smartforms functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730384#M34402</link>
      <description>&lt;P&gt;Hi. &lt;/P&gt;
  &lt;P&gt;I have to print different smartforms, call different functions, in the same report in the same spool id, with the pages that I need to print. &lt;/P&gt;
  &lt;P&gt;I had successfully achieved to create all the pages that I need from different smartforms, using NO_OPEN, NO_CLOSE logic, but when it ends the logic it shows the form pages, i need that the program continues the flow, opening and closing spools. Is that possible?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 14:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730384#M34402</guid>
      <dc:creator>ninhochin</dc:creator>
      <dc:date>2018-07-10T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open same spool id for different smartforms functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730385#M34403</link>
      <description>&lt;P&gt;I believe every possible question concerning Smartforms has already been answered on SCN. Try Google "Smartform add the same spool site:sap.com" or similar searches.&lt;/P&gt;
  &lt;P&gt;I'm not sure though what exactly you mean by "when it ends the logic it shows the form pages, i need that the program continues the flow". If it ended then what's there to continue? Might want to clarify what you mean exactly, if you don't find an answer on Google.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 21:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730385#M34403</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2018-07-10T21:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open same spool id for different smartforms functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730386#M34404</link>
      <description>&lt;P&gt;Could you elaborate on your "when it ends the logic it shows the form pages", with the NO_OPEN/NO_CLOSE of Smartforms control structure you should already have found a solution, Which value did you pass yo NO_DIALOG and PREVIEW?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 06:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730386#M34404</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-07-11T06:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open same spool id for different smartforms functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730387#M34405</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;w_cnt2 is the current index of the table that i am looping, w_cnt have all the pages that i need to print, so when i check the case, after that i check which smartform i have to call, ive got 4 smartforms in the same program that i need to call. So, is it possible to have a same spool id to 4 smartforms?&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;I am not using NO_DIALOG and PREVIEW, but i will try it.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;case w_cnt2.&lt;BR /&gt;&lt;BR /&gt; when 1.&lt;BR /&gt;&lt;BR /&gt; control_parameters-no_open = space .&lt;BR /&gt; control_parameters-no_close = 'X'.&lt;BR /&gt; control_options-tdnewid = 'X'.&lt;BR /&gt;&lt;BR /&gt; when w_cnt .&lt;BR /&gt;&lt;BR /&gt; control_parameters-no_open = 'X'.&lt;BR /&gt; control_parameters-no_close = space.&lt;BR /&gt; control_options-tdnewid = space.&lt;BR /&gt;&lt;BR /&gt; when others.&lt;BR /&gt;&lt;BR /&gt; control_parameters-no_open = 'X'.&lt;BR /&gt; control_parameters-no_close = 'X'.&lt;BR /&gt; control_options-tdnewid = space.&lt;BR /&gt;&lt;BR /&gt; endcase.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 13:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730387#M34405</guid>
      <dc:creator>ninhochin</dc:creator>
      <dc:date>2018-07-11T13:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Open same spool id for different smartforms functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730388#M34406</link>
      <description>&lt;P&gt;CONTROL_PARAMETERS-NO_CLOSE and no_OPEN, or explicit call of FM SSF_OPEN and SSF_CLOSE, can generate a single print request. To prevent creation of a new spool id you could also check values of parameter CONTROL_PARAMETERS-TDNEWID and TDFINAL, and must set value of parametert USER_SETTINGS to space to prevent use of user settings when build generating spool.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-same-spool-id-for-different-smartforms-functions/m-p/730388#M34406</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-07-11T14:37:04Z</dc:date>
    </item>
  </channel>
</rss>

