<?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 Requests in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180484#M1199276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have done the same thing for my requirement: &lt;/P&gt;&lt;P&gt;please check the below code:&lt;/P&gt;&lt;P&gt;   NEW-PAGE NO-TITLE&lt;/P&gt;&lt;P&gt;    PRINT ON LINE-COUNT '65'&lt;/P&gt;&lt;P&gt;    NO DIALOG&lt;/P&gt;&lt;P&gt;    LINE-SIZE '80'&lt;/P&gt;&lt;P&gt;    DESTINATION 'XEROX1'&lt;/P&gt;&lt;P&gt;    IMMEDIATELY ' '&lt;/P&gt;&lt;P&gt;    KEEP IN SPOOL 'X'&lt;/P&gt;&lt;P&gt;    LAYOUT 'X_65_80'.&lt;/P&gt;&lt;P&gt;    SET BLANK LINES ON.&lt;/P&gt;&lt;P&gt;    WRITE: /   'Date: ',06 sy-datum,&lt;/P&gt;&lt;P&gt;            20 'Time: ',26 sy-uzeit,&lt;/P&gt;&lt;P&gt;            40 'Page No: ',49 sy-pagno.&lt;/P&gt;&lt;P&gt;    ULINE.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;LOOP AT it_errmsg INTO lv_msg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;WRITE: / lv_msg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;ENDLOOP.&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;    SET BLANK LINES OFF.&lt;/P&gt;&lt;P&gt;    NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By looping the messages what u r getting individually.....u will get all those messages in one spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2009 08:30:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-23T08:30:41Z</dc:date>
    <item>
      <title>Spool Requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180483#M1199275</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;I run tx-VF31 (u201CPrint immediatelyu201D option of printer settings is unchecked). As a result, only one Spool Request is created and all the messages (outputs) are filled in this unique Spool Request. Is it possible to create one Spool Request for each message? I am using Smartforms and I have modified the parameters of its interface without success. The following parameters have been modified to u2018Xu2019:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS- TDNEWID&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS- TDFINAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Oscar Barrabes on Feb 23, 2009 9:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180483#M1199275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Spool Requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180484#M1199276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have done the same thing for my requirement: &lt;/P&gt;&lt;P&gt;please check the below code:&lt;/P&gt;&lt;P&gt;   NEW-PAGE NO-TITLE&lt;/P&gt;&lt;P&gt;    PRINT ON LINE-COUNT '65'&lt;/P&gt;&lt;P&gt;    NO DIALOG&lt;/P&gt;&lt;P&gt;    LINE-SIZE '80'&lt;/P&gt;&lt;P&gt;    DESTINATION 'XEROX1'&lt;/P&gt;&lt;P&gt;    IMMEDIATELY ' '&lt;/P&gt;&lt;P&gt;    KEEP IN SPOOL 'X'&lt;/P&gt;&lt;P&gt;    LAYOUT 'X_65_80'.&lt;/P&gt;&lt;P&gt;    SET BLANK LINES ON.&lt;/P&gt;&lt;P&gt;    WRITE: /   'Date: ',06 sy-datum,&lt;/P&gt;&lt;P&gt;            20 'Time: ',26 sy-uzeit,&lt;/P&gt;&lt;P&gt;            40 'Page No: ',49 sy-pagno.&lt;/P&gt;&lt;P&gt;    ULINE.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;LOOP AT it_errmsg INTO lv_msg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;WRITE: / lv_msg.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;ENDLOOP.&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;    SET BLANK LINES OFF.&lt;/P&gt;&lt;P&gt;    NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By looping the messages what u r getting individually.....u will get all those messages in one spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 08:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180484#M1199276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Spool Requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180485#M1199277</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;Have you checked in NACE  about configuration . can you explain clearly what your problem is exactly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and   assure that your message type is assigned to print output in  NACE or not .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 08:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180485#M1199277</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-23T08:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spool Requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180486#M1199278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kamesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create one Spool Request for each message because I need to sort them by pages occupied. Every spool request contains the total pages occupied. When the user selects several Spool Requests, these ones have to be sorted by its total pages. The problem is that VF31 only creates one Spool Request (and I need one Spool Request for each message) for all the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advances,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 10:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-requests/m-p/5180486#M1199278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T10:50:48Z</dc:date>
    </item>
  </channel>
</rss>

