<?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: Re:gui_upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001055#M955980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; File Type (ASC or BIN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt;&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; Value range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   'BIN'.&lt;/P&gt;&lt;P&gt;&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;     o   'DAT'&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;        The date must be formatted according to the date format defined in&lt;/P&gt;&lt;P&gt;           the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        user settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         -   T&lt;/P&gt;&lt;P&gt;&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;     o   'ASC'.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;     ASC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These function module have self-documentation. check it in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 08:09:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-13T08:09:34Z</dc:date>
    <item>
      <title>Re:gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001053#M955978</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;what are the values of import parameter 'file type' in the function modules gui_upload and download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we use ascii ? and when we use dat?&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;what are the other values for file type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what scenario we will use perticular value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one explain it asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best answers will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 08:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001053#M955978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T08:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re:gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001054#M955979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;basically you use ASC for ascii file (plain text or CSV) and BIN for binary file (xls,doc,...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 08:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001054#M955979</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2008-06-13T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:gui_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001055#M955980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; File Type (ASC or BIN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt;&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; Value range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   'BIN'.&lt;/P&gt;&lt;P&gt;&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;     o   'DAT'&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;        The date must be formatted according to the date format defined in&lt;/P&gt;&lt;P&gt;           the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        user settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         -   T&lt;/P&gt;&lt;P&gt;&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;     o   'ASC'.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;     ASC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These function module have self-documentation. check it in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 08:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-gui-upload/m-p/4001055#M955980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T08:09:34Z</dc:date>
    </item>
  </channel>
</rss>

