<?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: write pdf file with binary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649230#M1444708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do it do this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 08:33:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-09T08:33:15Z</dc:date>
    <item>
      <title>write pdf file with binary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649227#M1444705</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;i use this function, and this give me a itab with binary. &lt;/P&gt;&lt;P&gt;now i want use it for write a pdf file. i use the both fm PRINT_TEXT and 'CONVERT_OTF'. in Print_text i have a obbligatoy field Header. this is a structure with the type THEAD. Now, i want fill it, how can i do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 16:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649227#M1444705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: write pdf file with binary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649228#M1444706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems that your message has been truncated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 22:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649228#M1444706</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-03-08T22:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: write pdf file with binary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649229#M1444707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CREATE OBJECT go_docking_container&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        container_name = 'LO_CONTAINER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT g_html_control&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        parent = go_docking_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Load the HTML&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL METHOD g_html_control-&amp;gt;load_data(&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         type         = 'application'&lt;/P&gt;&lt;P&gt;         subtype      = 'pdf'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         assigned_url         = gv_url&lt;/P&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;         data_table           = l_tab&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         dp_invalid_parameter = 1&lt;/P&gt;&lt;P&gt;         dp_error_general     = 2&lt;/P&gt;&lt;P&gt;         cntl_error           = 3&lt;/P&gt;&lt;P&gt;         OTHERS               = 4 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD g_html_control-&amp;gt;show_url( url = gv_url&lt;/P&gt;&lt;P&gt;      in_place = 'X' ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 03:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649229#M1444707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T03:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: write pdf file with binary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649230#M1444708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do it do this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 08:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649230#M1444708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: write pdf file with binary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649231#M1444709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's a lost text.&lt;/P&gt;&lt;P&gt;Valerio, I still don't understand your question. What is the context?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 10:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-pdf-file-with-binary/m-p/6649231#M1444709</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-03-09T10:38:16Z</dc:date>
    </item>
  </channel>
</rss>

