<?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: Problem in uploading XL data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639400#M876484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using simply a GUI_UPLOAD bring the data up unformatted. what you see is essntially what you would see if you brought a XLS up in wordpad or something like that. the data is formatted. You should use one of the function modules specifically set up for reading excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like CL_UA_EXCEL_TOOLS (object) or ALSM_EXCEL_TO_INTERNAL_TABLE (FM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 18:42:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-07T18:42:41Z</dc:date>
    <item>
      <title>Problem in uploading XL data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639399#M876483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to use the class-&amp;gt;method CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD for reading data in an XL sheet. The data read into the internal table consists of junk characters instead of  the proper XL sheet content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried creating the internal table of a custom type structure and also as of type string. It doesnt work in either ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasath N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prasath Natesan on Apr 7, 2008 10:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 17:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639399#M876483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading XL data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639400#M876484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using simply a GUI_UPLOAD bring the data up unformatted. what you see is essntially what you would see if you brought a XLS up in wordpad or something like that. the data is formatted. You should use one of the function modules specifically set up for reading excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like CL_UA_EXCEL_TOOLS (object) or ALSM_EXCEL_TO_INTERNAL_TABLE (FM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 18:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639400#M876484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading XL data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639401#M876485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are on a CRM system and these function modules does not exist here. Can someone let me know if there are similar function modules in CRM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasath N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 07:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639401#M876485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading XL data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639402#M876486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Rectify the problem, you have one option. Save the XL file as Tab Delimited file. then use the Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use HAS_FIELD_SEPARATOR = 'X'  while calling method. it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639402#M876486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading XL data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639403#M876487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question. We have certain special characters in our XL sheet for example characters like å, ä, Ö, These special characters are replaced by the symbol " when we upload it. Is there a way to retrieve these characters properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasath N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 10:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-xl-data/m-p/3639403#M876487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T10:57:55Z</dc:date>
    </item>
  </channel>
</rss>

