<?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: Upload Excel file using GUI_UPLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154410#M750194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no confusion in this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this with GUI_UPLOAD but you will not get the uploaded internal table data in &lt;/P&gt;&lt;P&gt;a right and organised way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in case of ALSM_EXCEL_TO_INTERNAL_TABLE you will get those uploaded internal table data as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROW COL VALUE&lt;/P&gt;&lt;P&gt; 1        1       10&lt;/P&gt;&lt;P&gt; 1        2       20       &lt;/P&gt;&lt;P&gt; .          .        .&lt;/P&gt;&lt;P&gt; .          .        .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 14:56:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T14:56:40Z</dc:date>
    <item>
      <title>Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154405#M750189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to upload a regular excel (*.xls) using the fm &amp;lt;b&amp;gt;GUI_UPLOAD&amp;lt;/b&amp;gt;, though sy-subrc is set to 0 after the function call, the data that is uploaded into the internal table shows junk. Any thoughts are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154405#M750189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154406#M750190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using GUI_UPLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE function module.&lt;/P&gt;&lt;P&gt;this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154406#M750190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154407#M750191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="661100"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the code how to use FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154407#M750191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154408#M750192</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;save your excel file with tab delimeter then use GUI_UPLOAD function module&lt;/P&gt;&lt;P&gt;for upload the file data to internal table.if u do like this it won't show the junk data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154408#M750192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154409#M750193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for all the replies. I'm aware of the function module suggested, however the question that I want to put forward is : is it not possibe to upload a regular excel file(*.xls) using the fm GUI_UPLOAD. I apologize for the confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154409#M750193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154410#M750194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no confusion in this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this with GUI_UPLOAD but you will not get the uploaded internal table data in &lt;/P&gt;&lt;P&gt;a right and organised way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in case of ALSM_EXCEL_TO_INTERNAL_TABLE you will get those uploaded internal table data as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROW COL VALUE&lt;/P&gt;&lt;P&gt; 1        1       10&lt;/P&gt;&lt;P&gt; 1        2       20       &lt;/P&gt;&lt;P&gt; .          .        .&lt;/P&gt;&lt;P&gt; .          .        .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154410#M750194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Excel file using GUI_UPLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154411#M750195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ie &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROW   COL     VALUE&lt;/P&gt;&lt;P&gt;  1         1           10&lt;/P&gt;&lt;P&gt;  1         2           20&lt;/P&gt;&lt;P&gt;   .          .            .&lt;/P&gt;&lt;P&gt;   .         .             .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 14:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-file-using-gui-upload/m-p/3154411#M750195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T14:58:03Z</dc:date>
    </item>
  </channel>
</rss>

