<?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: Get Spool request dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004720#M956714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select from TSP01 to find the spool number. (or keep it when opening spool via function like OPEN_FORM and the like, which a returned parameter/structure which contains this number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 14:56:33 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-06-10T14:56:33Z</dc:date>
    <item>
      <title>Get Spool request dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004719#M956713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get the spool request dynamically to pass that to the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSPO_DOWNLOAD_SPOOLJOB'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    ID            =&lt;/P&gt;&lt;P&gt;    FNAME         =   .&lt;/P&gt;&lt;P&gt;so that I will be able to download the content into excel file.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded for useful answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarath.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004719#M956713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get Spool request dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004720#M956714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select from TSP01 to find the spool number. (or keep it when opening spool via function like OPEN_FORM and the like, which a returned parameter/structure which contains this number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004720#M956714</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-06-10T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get Spool request dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004721#M956715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;parameter: spool type TSP01-RQIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data: filename type rlgrap-filename value 'c:/fax.txt'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: IT_ATTACH  TYPE STANDARD TABLE OF SOLISTI1 INITIAL SIZE 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSPO_DOWNLOAD_SPOOLJOB'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    ID            = spool&lt;/P&gt;&lt;P&gt;    FNAME         = filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004721#M956715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Spool request dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004722#M956716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in three internal tables which is generated from a standard FM and to align them I pass it to another FM which finally creates a Spool request. Can you tell me how to fetch the spool request from TSP01 for the corresponding program Im executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarath.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 15:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004722#M956716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get Spool request dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004723#M956717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field SY-SPONO will give you the last generated spool. If you are creating only one spool than access this field to get the spool number.&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>Tue, 10 Jun 2008 16:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spool-request-dynamically/m-p/4004723#M956717</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-06-10T16:12:25Z</dc:date>
    </item>
  </channel>
</rss>

