<?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/3822008#M919196</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;When ever you execute the program in back ground, the output of that program is stored in spool with a spool request number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also submit the program to spool also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer  the transaction code SP01 and the table TSP01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 11:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T11:20:26Z</dc:date>
    <item>
      <title>spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822006#M919194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do u mean by spool requests and the exact process behind them.can anyone explain them in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822006#M919194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822007#M919195</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;&lt;STRONG&gt;Spool request&lt;/STRONG&gt;: A spool request is a document for which a print function has been selected. However, it has not yet been output to a printer or another device. The output data for the print document is stored partly formatted in a data store until an output request is created, that is, until it is sent to a particular output device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The spool system uses a spool request to store the print data temporarily and to access it. The data is stored in a temporary format. You can also display the print document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system automatically assigns a 10-digit ID number to a spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exporting the Contents of a Spool Request&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You want to export the contents of a spool request as a text file to the SAP GUI working directory or to a directory of your choice. The content of the spool request is downloaded as plain text without, for example, graphics, images, or specific fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following procedures are irrelevant for the PDF-based form printing integrated as of SAP Web Application Server 6.40, since the print data can be opened and stored as a PDF. See also Displaying and Printing PDF-Based Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Exporting to the SAP GUI Working Directory:&lt;/P&gt;&lt;P&gt;Choose Spool Request ® Forward® Export as Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entire text is stored in your SAP GUI working directory in ASCII format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A file of this type is named using the following pattern:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: ABC0000004327.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You require appropriate authorization for this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Exporting to a Directory of Your Choice:&lt;/P&gt;&lt;P&gt;With this method of exporting a spool request, the content of the spool request is first displayed and you then download the screen list as a text file to the directory of your choice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Select the spool request to be exported and choose  Display Contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      In the case of SAPScript/Smart Forms documents, activate list display by choosing Goto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Choose System ® List ® Save ® Local File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      Choose one of the available formats and confirm your choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Choose a directory and save the spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, only the first 10 pages of a spool request are saved in a file. You can increase the number of pages to be saved by choosing Goto ® Display Requests ® Settings and making the desired entries in the Display Area group box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822007#M919195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822008#M919196</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;When ever you execute the program in back ground, the output of that program is stored in spool with a spool request number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also submit the program to spool also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer  the transaction code SP01 and the table TSP01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822008#M919196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822009#M919197</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;When ever you execute the program in back ground, the output of that program is stored in spool with a spool request number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3822009#M919197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:23:19Z</dc:date>
    </item>
  </channel>
</rss>

