<?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 Problem using GUI_DOWNLOAD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073336#M95508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used GUI_DOWNLOAD to download data to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had one field which i had declared it as char.&lt;/P&gt;&lt;P&gt;while downloading to excel the value is showing as 111111E+2. but i dont want like this , i want the whole number to be shown in the excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Dec 2005 10:21:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-04T10:21:25Z</dc:date>
    <item>
      <title>Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073336#M95508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used GUI_DOWNLOAD to download data to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had one field which i had declared it as char.&lt;/P&gt;&lt;P&gt;while downloading to excel the value is showing as 111111E+2. but i dont want like this , i want the whole number to be shown in the excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 10:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073336#M95508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073337#M95509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you expand the excel column to full width and you still get this (111111E+2)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 10:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073337#M95509</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-04T10:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073338#M95510</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 problem is that the field value in the internal table you are passing to the FM GUI_DOWNLOAD is a floating field.&lt;/P&gt;&lt;P&gt;The Solution would be :&lt;/P&gt;&lt;P&gt;Before passing the values to the Internal table(to be passed to the FM GUI_DOWNLOAD), you need to convert this floating field to character value. You can use the FM FLTP_CHAR_CONVERSION for this purpose.&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;Lokesh&lt;/P&gt;&lt;P&gt;Please reward appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 10:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073338#M95510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073339#M95511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   alredy i had declared the field as char(30).&lt;/P&gt;&lt;P&gt;   so do i have to use the FM to convert it to char again&lt;/P&gt;&lt;P&gt;   Can u please explain the import parameters which can be helpful to me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 11:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073339#M95511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T11:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073340#M95512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can you tell me what is the expected value.&lt;/P&gt;&lt;P&gt;instead of 111111E2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 12:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073340#M95512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073341#M95513</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;You still need to convert the Floating point field to Character value. &lt;/P&gt;&lt;P&gt;You can use the below logic to get the actual value,&lt;/P&gt;&lt;P&gt;Eg: Floating point field = 111111E+2 &lt;/P&gt;&lt;P&gt;    Char field = 111111 * (10)exp2 or [10 raise to the power 2]&lt;/P&gt;&lt;P&gt;This will work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(please reward appropriate points)&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 12:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073341#M95513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T12:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073342#M95514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I had declared that as char, so no more it is floating point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    declared it as char(30).&lt;/P&gt;&lt;P&gt;    In the excel sheet after downloading i want it as 11111111111 instead of 11111E6.&lt;/P&gt;&lt;P&gt;   If i expand the excel also its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2005 16:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073342#M95514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-04T16:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073343#M95515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the problem of excel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when text of a cell is all of number ,e.g  111111111 ,&lt;/P&gt;&lt;P&gt;if the length of the cell is not enough, it will display like 1111E+5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to resolve this problem ,you can set the length of the cell is enough . &lt;/P&gt;&lt;P&gt;you can do this also :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-fist = '111111111' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE ''' itab-fist into itab-fist .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 06:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073343#M95515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T06:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073344#M95516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is problem with your code, try to expand the cells and see the data.&lt;/P&gt;&lt;P&gt;if you want to avod that uSe OLE ..&lt;/P&gt;&lt;P&gt;foe help check the examples on OLE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 06:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073344#M95516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using GUI_DOWNLOAD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073345#M95517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrashekhar,&lt;/P&gt;&lt;P&gt;There is a setting that needs to be made in the excel file that u are downloading,&lt;/P&gt;&lt;P&gt;First select the entire excel sheet ,then &lt;/P&gt;&lt;P&gt;Go to format-&amp;gt;cells and in category select TEXT , then ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Know if u download u will get the required format as required for your output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mustameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 12:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-gui-download/m-p/1073345#M95517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T12:22:27Z</dc:date>
    </item>
  </channel>
</rss>

