<?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/5006414#M1165522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Function Module CONVERT_ABAPSPOOLJOB_2_PDF.&lt;/P&gt;&lt;P&gt;Pass the Spool Number and the Table parameter will return the PDF format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 12:35:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-01T12:35:47Z</dc:date>
    <item>
      <title>Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006412#M1165520</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;My requirement is to display a spool in PDF form in sp02 transaction. I am getting the spool in OTF form, but I need to show it in PDF format. Its not downloading to PDF form. Its just to display in SP02 tcode. Is it possible? If so, how? I tried using CONVERT_ABAPSPOOLJOB_TO_PDF. This function module outputs the data in PDF internal table. After this what can be done to display in PDF form.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006412#M1165520</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2009-01-15T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006413#M1165521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the PDF into a XSTRING variable, you can use this function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'ISH_DALE_PDF_DISPLAY'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        i_pdf = lv_pdf.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      TITLE         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you stored the PDF on the presentation server (cl_gui_frontend_services=&amp;gt;gui_download), you can use this method: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      call method cl_gui_frontend_services=&amp;gt;execute&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;          document                    = lv_filename&lt;/P&gt;&lt;P&gt;          operation                     = 'OPEN'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        synchronous                = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        exceptions&lt;/P&gt;&lt;P&gt;          cntl_error                     = 1&lt;/P&gt;&lt;P&gt;          error_no_gui                 = 2&lt;/P&gt;&lt;P&gt;          bad_parameter             = 3&lt;/P&gt;&lt;P&gt;          file_not_found               = 4&lt;/P&gt;&lt;P&gt;          path_not_found             = 5&lt;/P&gt;&lt;P&gt;          file_extension_unknown = 6&lt;/P&gt;&lt;P&gt;          error_execute_failed      = 7&lt;/P&gt;&lt;P&gt;          others                          = 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 12:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006413#M1165521</guid>
      <dc:creator>D037255</dc:creator>
      <dc:date>2009-04-01T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006414#M1165522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Function Module CONVERT_ABAPSPOOLJOB_2_PDF.&lt;/P&gt;&lt;P&gt;Pass the Spool Number and the Table parameter will return the PDF format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 12:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/5006414#M1165522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T12:35:47Z</dc:date>
    </item>
  </channel>
</rss>

