<?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 PDF File from an internal table data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253282#M1829588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an internal table ready for grid display of a report. But according to the new requirement, it shouldn't create a Spool request as it is affecting the performance of the system (because its a huge file with 3000+ pages).&lt;/P&gt;&lt;P&gt;So, now we want to create a (non-editable) PDF File and store it in an application server.&lt;/P&gt;&lt;P&gt;From the forum, i see that i have only one option, which is to Convert internal table data to OTF Format and then to PDF.&lt;/P&gt;&lt;P&gt;Right now i am using&amp;nbsp; PRINT_TEXT to convert to OTF file and FM CONVERT_OTF for PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The challenges i am facing right now is..&lt;/P&gt;&lt;P&gt;1. After getting the OTF file from PRINT_TEXT, i couldn't get the correct PDF File. It shows random characters instead..&lt;/P&gt;&lt;P&gt;2. My internal table has 103 columns. So how should i accommodate data from all these columns into a single row on a PDF?&lt;/P&gt;&lt;P&gt;3. I couldn't create a table kind of view/display in PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help/advice me on the above issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 20:55:11 GMT</pubDate>
    <dc:creator>saradas</dc:creator>
    <dc:date>2014-05-06T20:55:11Z</dc:date>
    <item>
      <title>PDF File from an internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253282#M1829588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an internal table ready for grid display of a report. But according to the new requirement, it shouldn't create a Spool request as it is affecting the performance of the system (because its a huge file with 3000+ pages).&lt;/P&gt;&lt;P&gt;So, now we want to create a (non-editable) PDF File and store it in an application server.&lt;/P&gt;&lt;P&gt;From the forum, i see that i have only one option, which is to Convert internal table data to OTF Format and then to PDF.&lt;/P&gt;&lt;P&gt;Right now i am using&amp;nbsp; PRINT_TEXT to convert to OTF file and FM CONVERT_OTF for PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The challenges i am facing right now is..&lt;/P&gt;&lt;P&gt;1. After getting the OTF file from PRINT_TEXT, i couldn't get the correct PDF File. It shows random characters instead..&lt;/P&gt;&lt;P&gt;2. My internal table has 103 columns. So how should i accommodate data from all these columns into a single row on a PDF?&lt;/P&gt;&lt;P&gt;3. I couldn't create a table kind of view/display in PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help/advice me on the above issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253282#M1829588</guid>
      <dc:creator>saradas</dc:creator>
      <dc:date>2014-05-06T20:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: PDF File from an internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253283#M1829589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;103 columns need to be seen in at least 7 pages or more. Cant display in just 1 page.&lt;/P&gt;&lt;P&gt;I guess that better to create a smartforms and pass all the information from the table to the smartforms.&lt;/P&gt;&lt;P&gt;There you can create multipages.&lt;/P&gt;&lt;P&gt;Probably, that huge table need to separete it in 7 tables, so each page will get the information from one table...&lt;/P&gt;&lt;P&gt;i will try to do sth like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 21:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253283#M1829589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-06T21:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: PDF File from an internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253284#M1829590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lines-tdline of FM 'Print_Text' is only 132 chars long.&lt;/P&gt;&lt;P&gt;So, even if i have 10 columns, it will be more than 132 chars. &lt;/P&gt;&lt;P&gt;My PDF should replicate the pdf file created from spool request. How do i do it&lt;SPAN style="font-size: 10pt;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 15:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-file-from-an-internal-table-data/m-p/10253284#M1829590</guid>
      <dc:creator>saradas</dc:creator>
      <dc:date>2014-05-07T15:52:53Z</dc:date>
    </item>
  </channel>
</rss>

