<?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 bdc gui_upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960148#M394834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;  pls tell me the what is exact meaning of  ASC, DAT, BIN FILE TYPES  IN GUI_UPLOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 04:56:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T04:56:06Z</dc:date>
    <item>
      <title>bdc gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960148#M394834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;  pls tell me the what is exact meaning of  ASC, DAT, BIN FILE TYPES  IN GUI_UPLOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 04:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960148#M394834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T04:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: bdc gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960149#M394835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'ASC' - Ascii (Text) ,&lt;/P&gt;&lt;P&gt;'DAT' - Tab delimited and&lt;/P&gt;&lt;P&gt;'BIN' - Binary File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the fields are saperated by ',' those file are called as ASC file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the fields are saperaed by tab delimiter those are called as DAT files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use BIN as file type no seperator is allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark the points if u find it useful &lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 04:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960149#M394835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: bdc gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960150#M394836</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;File Type (ASC or BIN)&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Describes how the upload file is read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BIN'.&lt;/P&gt;&lt;P&gt;            The system reads a binary representation of the internal table from the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           file. The data is neither converted nor interpreted in this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Usually, reasonable results are obtained only if the internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           consists of a single column of type 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DAT'&lt;/P&gt;&lt;P&gt;           The components of the internal table are filled from the file. If the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            table contains several columns, the entries in the file must be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           separated by tabs. No conversion exits are performed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           The following applies for the different data types: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I or N or P or F&lt;/P&gt;&lt;P&gt;                     The numbers must be formatted according to the decimal  representation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     defined in the user settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;                     The date must be formatted according to the date format defined  in the user settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;P&gt;                     The time must be formatted as hh:mm:ss. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ASC'.&lt;/P&gt;&lt;P&gt;The components of the internal table are filled from the file. Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           data types with fixed length are allowed. The data must be contained &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           in the file in its full length. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default&lt;/P&gt;&lt;P&gt;ASC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 05:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-gui-upload/m-p/1960150#M394836</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-23T05:11:09Z</dc:date>
    </item>
  </channel>
</rss>

