<?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 Problem in downloading binary values from application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616073#M871129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a file a file on Application in which few fileds are Binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading the contents of this file into a custom table and these binary fileds are to be stored as 'Char'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I download this file, the spaces in these Binary fields are converted to '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway to solve this problem to get the appropriate entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 05:59:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T05:59:17Z</dc:date>
    <item>
      <title>Problem in downloading binary values from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616073#M871129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a file a file on Application in which few fileds are Binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading the contents of this file into a custom table and these binary fileds are to be stored as 'Char'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I download this file, the spaces in these Binary fields are converted to '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway to solve this problem to get the appropriate entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 05:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616073#M871129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in downloading binary values from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616074#M871130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go thru the below link  .... it may useful for u....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only download file to Application Server while the program is running in Background, downloading to Presentation server you can say cannot be done or is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading to Appliction can be done by Open Data set and then loop at your internal table and write the file to the Application Server location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download to Presenation Server: After the file is loaded into Application Server it can be downloaded to Presentation Server by using Transaction CG3Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the very best....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivasa sarma K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616074#M871130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in downloading binary values from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616075#M871131</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;Do like this.&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt; Open dataset &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;           for input in binary mode.&lt;/P&gt;&lt;P&gt;  Do.&lt;/P&gt;&lt;P&gt;  read dataset &amp;lt;filename&amp;gt; into itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"itab can be work area.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;append itab. &lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;close dataset &amp;lt;filename&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-downloading-binary-values-from-application-server/m-p/3616075#M871131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:29:06Z</dc:date>
    </item>
  </channel>
</rss>

