<?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: SPOOL orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198152#M1202852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2009 17:21:10 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2009-02-13T17:21:10Z</dc:date>
    <item>
      <title>SPOOL orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198148#M1202848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I have the next problem. My main program call differents smartforms. What I want to do, is capture the spool order of the first smarform (wich I already know), and pass that order to the next smartform, because right now, i can capture the spool order of the first smartforms, but when i check the spool (sp01), only appears the first smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 16:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198148#M1202848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T16:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198149#M1202849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should Call your all Smartforms FM within the call of FM SSF_OPEN and SSF_CLOSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be like:&lt;/P&gt;&lt;P&gt;Call FM SSF_OPEN&lt;/P&gt;&lt;P&gt;Call FM Smartform_FM1&lt;/P&gt;&lt;P&gt;Call FM smartform_FM2&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Call FM Smartform_FMn&lt;/P&gt;&lt;P&gt;Call FM SSF_CLOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While calling the SSF_OPEN FM set the control parameters like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data:  control type ssfctrlop.
  control-no_open   = 'X'.
  control-no_close  = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Program SF_EXAMPLE_03 for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 17:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198149#M1202849</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-02-13T17:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198150#M1202850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 17:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198150#M1202850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T17:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198151#M1202851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, where i can find that programm example???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 17:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198151#M1202851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198152#M1202852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 17:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-orders/m-p/5198152#M1202852</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-02-13T17:21:10Z</dc:date>
    </item>
  </channel>
</rss>

