<?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: How to convert Internal Table data to PDF without smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583175#M2009424</link>
    <description>&lt;P&gt;PDF was intended to share some formatted text or picture, if you only want to transfer data use a data format such as XML, or generate a document (e.g. any spool) and convert it to pdf.&lt;/P&gt;&lt;P&gt;Use any tool from WRITE statements to ALV to generate a spool (many threads/questions already answered in the forum)&lt;/P&gt;&lt;P&gt;Check following FM to convert spool to pdf&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;CONVERT_ABAPSPOOLJOB_2_PDF&lt;/LI&gt;&lt;LI&gt;CONVERT_OTFSPOOLJOB_2_PDF&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 14 Jun 2022 12:19:57 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2022-06-14T12:19:57Z</dc:date>
    <item>
      <title>How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583171#M2009420</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
  &lt;P&gt; I got a requirement as downloading the Internal table data in pdf format. How can i achieve it, I mean for downloading files i can use FM gui_dwonload but before that how can i convert my interna table to PDF file. Which function module i can use and &lt;STRONG&gt;how to transform my internal table gt_warehouse data to pdf.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;*My Internal table declaration. This table holds my all data&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;DATA: gt_warehouse TYPE TABLE OF gty_warehouse, " gt_warehouse is my table&lt;BR /&gt; gs_warehouse TYPE gty_warehouse. "gs_warehouse is my work area&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 11:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583171#M2009420</guid>
      <dc:creator>former_member809664</dc:creator>
      <dc:date>2022-06-14T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583172#M2009421</link>
      <description>Hi&lt;BR /&gt;
Thank you for visiting SAP Community to get answers to your questions. Since
this is your first question, I recommend that you familiarize yourself with:
&lt;A href="https://community.sap.com/resources/questions-and-answers" target="test_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as the overview
provides tips for preparing questions that draw responses from our members. &lt;BR /&gt;
Should you wish, you can revise your question by selecting Actions, then Edit.&lt;BR /&gt;
By adding a picture to your profile you encourage readers to respond:
&lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;BR /&gt;
Regards,&lt;BR /&gt;&lt;P&gt;Dedi&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 11:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583172#M2009421</guid>
      <dc:creator>former_member27</dc:creator>
      <dc:date>2022-06-14T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583173#M2009422</link>
      <description>&lt;P&gt;You need a layout to convert it to pdf. &lt;/P&gt;&lt;P&gt;You could do the layout using WRITE or an ALV. and convert the spool to PDF using same logic as program RSTXPDFT4&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 11:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583173#M2009422</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-06-14T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583174#M2009423</link>
      <description>&lt;P&gt;In ABAP, there are only 2 converters to PDF, as far as I know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From ABAP List (WRITE, etc.)&lt;/LI&gt;&lt;LI&gt;From OTF Format (SAPScript, Smart Form)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It's easy to convert any text into ABAP List or OTF format.&lt;/P&gt;&lt;P&gt;Search forum for more information.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583174#M2009423</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-14T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583175#M2009424</link>
      <description>&lt;P&gt;PDF was intended to share some formatted text or picture, if you only want to transfer data use a data format such as XML, or generate a document (e.g. any spool) and convert it to pdf.&lt;/P&gt;&lt;P&gt;Use any tool from WRITE statements to ALV to generate a spool (many threads/questions already answered in the forum)&lt;/P&gt;&lt;P&gt;Check following FM to convert spool to pdf&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;CONVERT_ABAPSPOOLJOB_2_PDF&lt;/LI&gt;&lt;LI&gt;CONVERT_OTFSPOOLJOB_2_PDF&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583175#M2009424</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-14T12:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583176#M2009425</link>
      <description>&lt;P&gt;There's an external library, too, but I haven't tried it yet: &lt;A href="https://github.com/beraadim/zcl_pdf" target="test_blank"&gt;https://github.com/beraadim/zcl_pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583176#M2009425</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-06-14T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal Table data to PDF without smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583177#M2009426</link>
      <description>&lt;P&gt;Hi Community Members, After reading your comments I understood that I should write the file too and convert it spool. Thank you so much  all of you&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-data-to-pdf-without-smartforms/m-p/12583177#M2009426</guid>
      <dc:creator>former_member809664</dc:creator>
      <dc:date>2022-06-16T12:59:33Z</dc:date>
    </item>
  </channel>
</rss>

