<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762768#M330005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set up the print specifictions, these will be used if there is a spool,  if there are no write statements, there is no spool and the print specs are ignored.  Is it clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2007 19:27:09 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-01-02T19:27:09Z</dc:date>
    <item>
      <title>Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762757#M329994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running my programs in back ground and it creats an outbound text file and i havent used any write statements in the program. Would it create a spool or anything to say that the progam has ran succesfully and would it display the output. IF not how can i do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762757#M329994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T18:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762758#M329995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are no write statements and no SAPscript which you are outputting, then there will be no spool created.  Suggestion is to put a write statement in your program, this will then create a spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'Program has completed successfully'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762758#M329995</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-02T18:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762759#M329996</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;As rich mentioned if you don't have write statements or sapscript output you will not get a spool..But If the background job is finished successfully..Means the program has ended successfully..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise simply use a write statement in your program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762759#M329996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762760#M329997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have the write statement would it automitically create the spool as soon as the program runs or do i need to do something in the back ground Job setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762760#M329997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T18:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762761#M329998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing more to do,  simply have a WRITE statement and a spool will be created.   When setting up the job, you could check the print specifications and make sure that the "Print Immeditatly" and "Delete after output" are set right.  In this case, I believe that you want both checkboxes to be not-checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762761#M329998</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-02T18:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762762#M329999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last question,&lt;/P&gt;&lt;P&gt;Do i need to check it somewhere after the job runs i mean in SP01 or somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 18:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762762#M329999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762763#M330000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich , Naren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i dont have write in my program as I said earlied and it runs in the background and have the printer setup to it. AS u said it would not create any spool. SO what will it print, The entire text file or nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762763#M330000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T19:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762764#M330001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762764#M330001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T19:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762765#M330002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check for the spool by going to SP01, or you can check it in SM37, give the job name and click spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no WRITE statement or sapscript output, there will be no spool, it will not write the text file.  In order for it to do so, you would have to LOOP at the internal table containing the data and WRITE it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762765#M330002</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-02T19:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762766#M330003</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;Run the background job and select the job and select the spool button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no write statement..then you will get a message no spool or something similar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not print anything..Unless if you have something on the spool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you write the entire text file in the output using write statement..Then it will have the file data in the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762766#M330003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T19:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762767#M330004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich, I got that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is would it print something if i set it up to the printer and do not have any write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762767#M330004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762768#M330005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set up the print specifictions, these will be used if there is a spool,  if there are no write statements, there is no spool and the print specs are ignored.  Is it clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/1762768#M330005</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-02T19:27:09Z</dc:date>
    </item>
  </channel>
</rss>

