<?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: File data problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350860#M1232121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually the value should be in character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this happens with the interger value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you could place ' &lt;STRONG&gt;'&lt;/STRONG&gt; '  before the value i.e '12345678 in excel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u'll have no problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 11:03:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T11:03:28Z</dc:date>
    <item>
      <title>File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350854#M1232115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expetrs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the 'GUI_download' Fuction module I am downlaoding the data in the EXcel file with the tab delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Internal table One filed data like '1020200040102730' after downloading the data into the Excel its showing like '1.0202E+15'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ways (after downloading the data) I want the data like '1020200040102730'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 10:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350854#M1232115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350855#M1232116</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;The Excel file to which you are downloading the data:&lt;/P&gt;&lt;P&gt;Select the column to which the specific numeric data will get stored.&lt;/P&gt;&lt;P&gt;Right click on selected whole column &amp;gt; Format Cells &amp;gt; Select 'Text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If still the problem persists try passing the numeric data as type char10 char15 whatever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 10:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350855#M1232116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350856#M1232117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define this field as character Field, so at the time of exel download it will give you proper Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 10:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350856#M1232117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T10:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350857#M1232118</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;well the only solution i have found to this problem till now is that you will need to concatenate a character in from of the number:     '00000003454484 or format the fields in your excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350857#M1232118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T11:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350858#M1232119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is displaying as 1.0202E+15 due to format of the cells inthe excel sheet.&lt;/P&gt;&lt;P&gt;the formt of the cells should be &lt;STRONG&gt;Number&lt;/STRONG&gt; ,if it is &lt;STRONG&gt;General&lt;/STRONG&gt; it displays like the above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350858#M1232119</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-03-09T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350859#M1232120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Select the Single Field or the Column you want to convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Right Click on them -&amp;gt;Go to Format Cells -&amp;gt;Select the Category Number With Decimals Place '0'.


Then Click on Ok&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350859#M1232120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350860#M1232121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually the value should be in character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this happens with the interger value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you could place ' &lt;STRONG&gt;'&lt;/STRONG&gt; '  before the value i.e '12345678 in excel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u'll have no problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350860#M1232121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T11:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: File data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350861#M1232122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;     In the Excel Sheet, Select the Coloum, Right Click it&lt;/P&gt;&lt;P&gt;    Then Secect Number---&amp;gt; The below the Negative Number Part Select 123,10 --&amp;gt; than OK&lt;/P&gt;&lt;P&gt;    Then do the downloading ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards'&lt;/P&gt;&lt;P&gt;Suraj S Nair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-data-problem/m-p/5350861#M1232122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T11:12:37Z</dc:date>
    </item>
  </channel>
</rss>

