<?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 Doubt in GUI_UPLOAD function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724858#M316115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD '&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = FILE&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;*HAS_FIELD_SEPARATOR = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the GUI_UPLOAD function what the filetype should be and has_field_separator should be given what value? What does it mean.How should i prepare the file for example for VA01 transaction if i have a file like this it is not working. What is the problem. I am new to BDC so i need your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 08:18:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T08:18:31Z</dc:date>
    <item>
      <title>Doubt in GUI_UPLOAD function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724858#M316115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD '&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = FILE&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;*HAS_FIELD_SEPARATOR = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the GUI_UPLOAD function what the filetype should be and has_field_separator should be given what value? What does it mean.How should i prepare the file for example for VA01 transaction if i have a file like this it is not working. What is the problem. I am new to BDC so i need your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724858#M316115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T08:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in GUI_UPLOAD function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724859#M316116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;File type can be ASC or BIN .&lt;/P&gt;&lt;P&gt;The field separator is "Split columns with TAB during ASCII upload" .&lt;/P&gt;&lt;P&gt;You shoul pass a TAB delimited file to GUI_UPLAOD and it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724859#M316116</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-22T08:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in GUI_UPLOAD function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724860#M316117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file type can be ASCII or BINARY... &lt;/P&gt;&lt;P&gt;so u can give ASC or BIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you give HAS_FIELD_SEPARATOR = 'X' it will split the file and store in the internal table.&lt;/P&gt;&lt;P&gt;Try uploading a tab delimited file into a internal table with and without this option... you will find the answer ur self.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724860#M316117</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-11-22T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in GUI_UPLOAD function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724861#M316118</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;CALL FUNCTION 'GUI_UPLOAD '&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = &amp;lt;b&amp;gt;Give the file path, where your file is located. Example C:/desktop/filename.txt&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;*HAS_FIELD_SEPARATOR = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, If not tell me, I will help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724861#M316118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T08:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in GUI_UPLOAD function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724862#M316119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the following.&lt;/P&gt;&lt;P&gt;DATA: begin of ITAB occurs 0,&lt;/P&gt;&lt;P&gt;      field1 type char10,&lt;/P&gt;&lt;P&gt;      field2 type char10,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: filename type string value 'C:\TMP.TXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   FILENAME                      = filename&lt;/P&gt;&lt;P&gt;   FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  write:/ itab-field1, 20 itab-field2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a file with tab-delimitations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-gui-upload-function/m-p/1724862#M316119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:19:24Z</dc:date>
    </item>
  </channel>
</rss>

