<?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 Create multiple spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782302#M1308494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to send payment advices to vendors via FAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the payment program, which triggers a background job and produces 1 spool with payment advices for all the selected vendors.&lt;/P&gt;&lt;P&gt;The faxes cannot be sent. They are blocked because there are many different fax numbers in the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create 1 spool per vendor? &lt;/P&gt;&lt;P&gt;Do you have any experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2009 12:52:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-22T12:52:28Z</dc:date>
    <item>
      <title>Create multiple spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782302#M1308494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to send payment advices to vendors via FAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the payment program, which triggers a background job and produces 1 spool with payment advices for all the selected vendors.&lt;/P&gt;&lt;P&gt;The faxes cannot be sent. They are blocked because there are many different fax numbers in the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create 1 spool per vendor? &lt;/P&gt;&lt;P&gt;Do you have any experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 12:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782302#M1308494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782303#M1308495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Belinda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can control the spool creating parameters programatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looping at the list of vendors and assign  the parameters of structure  ssfctrlop to control the spool creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_ctrl_params is of type ssfctrlop &lt;/P&gt;&lt;P&gt;like    wa_ctrl_params-no_open = 'X'. and keep open the same spool &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the way i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Poornima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 09:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782303#M1308495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782304#M1308496</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;You can do it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_ctrl_params   LIKE ssfctrlop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At end of vendor&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;populate print paramters , control parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wa_ctrl_params-no_close  = space.&lt;/P&gt;&lt;P&gt;      wa_ctrl_params-no_open   = space.   &lt;/P&gt;&lt;P&gt;call the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-multiple-spool/m-p/5782304#M1308496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T10:04:36Z</dc:date>
    </item>
  </channel>
</rss>

