<?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: flat file(Binary file) upload using GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055480#M424258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file type as   'BIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A binary representation of the internal table is read from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No conversion or interpretation is carried out. Usually, this produces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaningful results only if the internal table consists of a&amp;lt;b&amp;gt; single&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column of type 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 11:46:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T11:46:21Z</dc:date>
    <item>
      <title>flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055476#M424254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had uploaded a Binary file Using GUI_UPLOAD , File type was 'BIN'.&lt;/P&gt;&lt;P&gt;but the data i got in Internal Table was in 0's and 1's.&lt;/P&gt;&lt;P&gt;whereas i tried the same thing on a different server but  the same Version it gave me the data as text in Internal Table.&lt;/P&gt;&lt;P&gt;what could be reason..or wat could be done to resolve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055476#M424254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055477#M424255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be there is something like File Converter (BIN to TXT) on that server where you got Texts uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055477#M424255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055478#M424256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you declare the internal table used to upload the binary file as TYPE X ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;begin of itab, 
  raw(255) type x, 
end of itab occurs 0. 
CALL FUNCTION 'GUI_UPLOAD' 
   exporting 
      filetype =  'BIN' 
      filename = 'C:DOWNLOAD.BIN' 
   tables 
      data_tab = itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always remember to reward snippets you find useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055478#M424256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055479#M424257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Internal table type was type 'Table'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055479#M424257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055480#M424258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file type as   'BIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A binary representation of the internal table is read from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No conversion or interpretation is carried out. Usually, this produces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaningful results only if the internal table consists of a&amp;lt;b&amp;gt; single&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column of type 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055480#M424258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055481#M424259</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;Convert Data type to '&amp;lt;b&amp;gt;DAT&amp;lt;/b&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful answers,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055481#M424259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: flat file(Binary file) upload using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055482#M424260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;try this

DATA:it_upload        TYPE STANDARD TABLE OF solisti1 WITH HEADER LINE.

    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename      = temp1
        filetype      = 'BIN'
        header_length = 0
        read_by_line  = 'X'
        replacement   = '#'
      TABLES
        data_tab      = it_upload.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 12:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-binary-file-upload-using-gui-upload/m-p/2055482#M424260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T12:47:40Z</dc:date>
    </item>
  </channel>
</rss>

