<?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 Mass conversion to PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237161#M1011623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using program RSTXPDFT4 to convert spool requests to PDF. Is there a way to convert more than one spool request at a time to PDF? I'm dealing with large numbers of documents that need to be converted to PDF and it is time consuming and cumbersome to convert them one at a time. Help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 04:19:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T04:19:31Z</dc:date>
    <item>
      <title>Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237161#M1011623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using program RSTXPDFT4 to convert spool requests to PDF. Is there a way to convert more than one spool request at a time to PDF? I'm dealing with large numbers of documents that need to be converted to PDF and it is time consuming and cumbersome to convert them one at a time. Help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237161#M1011623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237162#M1011624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Don't think there is a function or program for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can do this using some custom logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Function  module and it takes input of Spool &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and converts to PDF. make this function as RFC enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for conversion logic :- Conversion you can use the Standard functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Now using the Function you can use parallel processing and parallely you can create the PDF for many spools&lt;/P&gt;&lt;P&gt;I used it for one of my requirements/&lt;/P&gt;&lt;P&gt;Read here...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/22/0425c6488911d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/22/0425c6488911d189490000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need to collect the data to internal table, that internal table should be some deep structure.&lt;/P&gt;&lt;P&gt;internal tables consists of PDFs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237162#M1011624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237163#M1011625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u know the spool numbers or using print command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237163#M1011625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237164#M1011626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using SP01 to obtain spool numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237164#M1011626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237165#M1011627</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;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapbasisnotes.blogspot.com/2007/11/auto-convert-sap-spool-output-to-pdf.html" target="test_blank"&gt;http://sapbasisnotes.blogspot.com/2007/11/auto-convert-sap-spool-output-to-pdf.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237165#M1011627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237166#M1011628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Do one thing before converting the data into PDF u 'll be having all the data in single internal table know. Don't convert that internal table into PDF immediatly after processing a spool request number instead of tht create another internal table of same type and pass the values into that for the first time and after that process the other spool request number and append the values in the common table and finally conver it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arunprasad.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237166#M1011628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T04:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mass conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237167#M1011629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest a few references, as it is quite similar to your issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SAP HELP - Standard Reference for Adding Spool Requests to Another Spool Request |http://help.sap.com/saphelp_nw04/helpdata/en/e3/31f03bb8e8ed0ce10000000a11402f/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SAP HELP - Standard Reference for Exporting the Contents of a Spool Request as a PDF File|http://help.sap.com/saphelp_nw04/helpdata/en/85/54c73cee4fb55be10000000a114084/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN - Reference for Generating mulltiple PDF from single spool|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="338671"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SAP HELP - Standard Reference - Output Control of Spool Requests and Output Requests|http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8efb51ea11d189570000e829fbbd/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 05:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mass-conversion-to-pdf/m-p/4237167#M1011629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T05:05:20Z</dc:date>
    </item>
  </channel>
</rss>

