<?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: Appedning pdf's to application server. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774581#M1118896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able write to the unix file.&lt;/P&gt;&lt;P&gt;but the problem is that I am only able to see the last pdf only..&lt;/P&gt;&lt;P&gt;but the size of pdf is like 2mb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why is that soo.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 00:41:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-12T00:41:44Z</dc:date>
    <item>
      <title>Appedning pdf's to application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774579#M1118894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the otf files from smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'CONVERT_OTF'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      format                = 'PDF'&lt;/P&gt;&lt;P&gt;      max_linewidth         = 132&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      bin_filesize          = V_LEN_IN&lt;/P&gt;&lt;P&gt;      bin_file              = otf_bin&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      otf                   = i_otf&lt;/P&gt;&lt;P&gt;      lines                 = t_lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      err_max_linewidth     = 1&lt;/P&gt;&lt;P&gt;      err_format            = 2&lt;/P&gt;&lt;P&gt;      err_conv_not_possible = 3&lt;/P&gt;&lt;P&gt;      err_bad_otf           = 4&lt;/P&gt;&lt;P&gt;      others                = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; OPEN DATASET p_file IN text mode  encoding default FOR OUTPUT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;open dataset p_file in binary mode FOR OUTPUT.&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;LOOP AT T_LINES.&lt;/P&gt;&lt;P&gt;TRANSFER T_LINES TO p_file.  "I want to append every time to same file but this is replacing the file.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;CLOSE DATASET p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW the problem is that the pdf's are not appending but only latest is getting downloading if I run the nast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 23:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774579#M1118894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T23:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Appedning pdf's to application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774580#M1118895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First create PDF at Presentation server than upload at application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=upload" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=upload&lt;/A&gt;&lt;EM&gt;pdf&lt;/EM&gt;to&lt;EM&gt;application&lt;/EM&gt;server+&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Gujargoud on Nov 12, 2008 1:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 00:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774580#M1118895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T00:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Appedning pdf's to application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774581#M1118896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able write to the unix file.&lt;/P&gt;&lt;P&gt;but the problem is that I am only able to see the last pdf only..&lt;/P&gt;&lt;P&gt;but the size of pdf is like 2mb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why is that soo.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 00:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774581#M1118896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T00:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Appedning pdf's to application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774582#M1118897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 22:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appedning-pdf-s-to-application-server/m-p/4774582#M1118897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T22:19:51Z</dc:date>
    </item>
  </channel>
</rss>

