<?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: Using GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942453#M1152750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the FM from transaction SE80. I did not update any tables with the data from the txt file. I only uploaded the txt file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I now read the txt file via ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 15:23:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-11T15:23:57Z</dc:date>
    <item>
      <title>Using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942451#M1152748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently ran the GUI_UPLOAD FM and successfully uploaded a comma seperated txt file. I have verified the contents of the DATA_TAB with 1,304 records. Now that the file has been uploaded do I use GUI_UPLOAD to read the file as well? Also, can you advise as to the physical location where the file exists in SAP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942451#M1152748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942452#M1152749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see upload is for uploading the file to the application server you need to find out what is the transaction you were updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following tables where you have inserted the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942452#M1152749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942453#M1152750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the FM from transaction SE80. I did not update any tables with the data from the txt file. I only uploaded the txt file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I now read the txt file via ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942453#M1152750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942454#M1152751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if I understood your question right, but the uploaded Raw data can be converted into an internal table using the FM &lt;STRONG&gt;TEXT_CONVERT_XLS_TO_SAP&lt;/STRONG&gt; if the uploaded file is an Excel. Define the table used for this FM similar to the structure of the file uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending upon the type of file uploaded, use the respective FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_CONVERT_CSV_TO_SAP  &lt;/P&gt;&lt;P&gt;TEXT_CONVERT_TEX_TO_SAP  &lt;/P&gt;&lt;P&gt;TEXT_CONVERT_TXT_TO_SAP  &lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XLS_TO_SAP  &lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XML_TO_SAP  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if that was what you are looking for, but please let us know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay V on Dec 11, 2008 4:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942454#M1152751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942455#M1152752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ViJay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check out the TEXT_CONVERT_CSV_TO_SAP FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose what I am most unclear about at this point is, outside of defining an internal table structure like the txt file, how do I go about referencing the uploaded txt file in order to populate the internal table with the data from the txt file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your assistance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-gui-upload/m-p/4942455#M1152752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:40:17Z</dc:date>
    </item>
  </channel>
</rss>

