<?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 when transfer data into excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989868#M1162363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Select the cell-&amp;gt;Right click-&amp;gt;Format cells-&amp;gt;Number tab-&amp;gt;general or Number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2008 04:40:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-30T04:40:40Z</dc:date>
    <item>
      <title>Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989867#M1162362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;     I saved some entries in an internal table and transferred into an excel file successfully. However, the format of some field was not what I want. I saved an identity number( 18 characters long ) and the excel automatically regarded it as an interger and expressed in the format '4.20102E+17' and it does not work if I widen the cell. &lt;/P&gt;&lt;P&gt;     Could anyone give some suggestion on it, thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 04:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989867#M1162362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T04:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989868#M1162363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Select the cell-&amp;gt;Right click-&amp;gt;Format cells-&amp;gt;Number tab-&amp;gt;general or Number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 04:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989868#M1162363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T04:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989869#M1162364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    thx. Sorry, I forget to say that I don't want to do some setting after opening the excel. And I had tried this way before, it will omit the last three digits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 05:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989869#M1162364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T05:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989870#M1162365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this first delete the entry  from that cell '4.20102E+17', select the column in which this cell is present - Right click and set the properties of that column to store as 'Text.' Then again paste your numbet in that cell. Surely it will work.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 05:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989870#M1162365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T05:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989871#M1162366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way around is you can add a single column ( &lt;STRONG&gt;'&lt;/STRONG&gt; ) to your idenity number. that is using concatenate keyword. which will keep the text as it is in excel sheet (without ' in final output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is - &amp;gt;As you are passing the correct data only. It's the limitataion with Excel only. Although, the data is also correct in Excel sheet 4.711E+17 or 4700025000000000 (18 char) is one of the same thing. and in case of calculation it will fetch you the excat result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case, you want it to display you have to do some modifications in Excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the particular column-&amp;gt;Right Click-&amp;gt;Format cells-&amp;gt;Number and select the decimal places as 0 and it will not ommit any digit at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 08:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989871#M1162366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989872#M1162367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;    Does the first way mean that I should merge two columns together? I try to concatenate single quotation mark into the identity number, it does work, however, the output has the quotation mark displayed. The current solution is just add some space into it to claasify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The other way does not work on my excel file. I don't know if there exists any difference between our programs. It has omitted the last three digit before opening the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Anyway, thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bin Zhou on Dec 30, 2008 9:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 08:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989872#M1162367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989873#M1162368</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;That cell values it takes as default format. You change cell format as required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the cell-&amp;gt;Right click-&amp;gt;Format cells-&amp;gt;Number tab-&amp;gt;general or Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Md.Mahaboobkhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 09:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989873#M1162368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989874#M1162369</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;Instead of downloading directly in XLS format, make it into TXT file initially and later convert into XLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 13:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989874#M1162369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T13:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989875#M1162370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;       Thanks for your suggestion all the same although the problem was accepted by the customer at the end.&lt;/P&gt;&lt;P&gt;       However I think it should work cause as far as the format of the data is concerned, if excel interpret the data as text as your suggestion, there will be no round problem any more. &lt;/P&gt;&lt;P&gt;       By the way, as I know later, if you put a ' at the beginning of the data, it should be interpreted as text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 02:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989875#M1162370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T02:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when transfer data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989876#M1162371</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;I know that question is just answered, but I give you these infos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to read these blogs&lt;/P&gt;&lt;P&gt;[abap2xlsx - Generate your professional Excel spreadsheet from ABAP|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20046] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;[xlsx2abap - Read and edit your Excel files from ABAP|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20791] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code of this SCN Community project is shared on [Code Exchange|https://cw.sdn.sap.com/cw/groups/abap2xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 07:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-transfer-data-into-excel/m-p/4989876#M1162371</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2010-10-17T07:19:28Z</dc:date>
    </item>
  </channel>
</rss>

