<?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 Converting Internal table to spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180811#M999360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the simplest method to convert a report to  PDF. The report is based on the content of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding one option is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- send report to spool and then convert spool to PDF using FM CONVERT_OTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do I need to use FM SET_PRINT_PARAMETERS to set spool parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any code example evailable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 19:06:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T19:06:49Z</dc:date>
    <item>
      <title>Converting Internal table to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180811#M999360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the simplest method to convert a report to  PDF. The report is based on the content of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding one option is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- send report to spool and then convert spool to PDF using FM CONVERT_OTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do I need to use FM SET_PRINT_PARAMETERS to set spool parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any code example evailable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180811#M999360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Internal table to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180812#M999361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest method to create a pdf is from the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you execute the report in foreground, you need to submit to the same program so that the program runs in background and creates a spool with the output contents.&lt;/P&gt;&lt;P&gt;Then you read this spool and pass it to the FM - CONVERT_ABAPSPOOLJOB_2_PDF&lt;/P&gt;&lt;P&gt;to create it to spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the program in background, the spool is automatically created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Sushil Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180812#M999361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Internal table to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180813#M999362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raynald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below link, it contains sample code to convert report to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4655531"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Brijesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-internal-table-to-spool/m-p/4180813#M999362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:27:37Z</dc:date>
    </item>
  </channel>
</rss>

