<?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: regarding problem while downloading excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819249#M918554</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;This is problem with the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jus change the format of that column you will see the whole value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 11:33:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T11:33:14Z</dc:date>
    <item>
      <title>regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819243#M918548</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;&lt;/P&gt;&lt;P&gt;I m using GUi_download FM to download the data in XL format, it is downloading properly but only one problem is &lt;/P&gt;&lt;P&gt;there is one field called &lt;STRONG&gt;invoice number&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;the length of this field is 40 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and actual value is this  200793030022222&lt;/P&gt;&lt;P&gt;but wehn it download its coming like 2007+0154&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any setting which we can chage this to normal value&lt;/P&gt;&lt;P&gt;if any let me know ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 10:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819243#M918548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819244#M918549</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;Its problem in xls.&lt;/P&gt;&lt;P&gt;Change the type of text to fraction... in xls.  Select entire column,  right click format cells... select fraction as type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changing that field type to character in the internal table and download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 10:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819244#M918549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T10:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819245#M918550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just change your InvoiceNumber field of your output table which you are passing to GUI_DOWNLOAD  function module as data_tab parameter to type C of lenght 40 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pranav Satpute on May 14, 2008 12:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 10:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819245#M918550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T10:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819246#M918551</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 gui download their are two import parametrs&lt;/P&gt;&lt;P&gt;WK1_N_FORMAT&lt;/P&gt;&lt;P&gt;WK1_N_SIZE&lt;/P&gt;&lt;P&gt;Set the value for them.&lt;/P&gt;&lt;P&gt;Your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anomitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 10:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819246#M918551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819247#M918552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is the problem of excel when download is complete just dubble click on the field header of excel sheet or increment the width of the field it will show the real data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819247#M918552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819248#M918553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what value i can pass those 2 paramteres..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819248#M918553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819249#M918554</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;This is problem with the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jus change the format of that column you will see the whole value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819249#M918554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding problem while downloading excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819250#M918555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 05:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-problem-while-downloading-excel/m-p/3819250#M918555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T05:29:18Z</dc:date>
    </item>
  </channel>
</rss>

