<?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 Decimal Notation in excel files. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790244#M1121995</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;Requirement is to have the decimal notation in the user specific setting in the downloaded excel file.&lt;/P&gt;&lt;P&gt;Whatever format is chosen by the user (tcode su01), must appear in excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with using SET COUNTRY right before the fn call GUI_DOWNLOAD, but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a relevant solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 12:39:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T12:39:24Z</dc:date>
    <item>
      <title>Decimal Notation in excel files.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790244#M1121995</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;Requirement is to have the decimal notation in the user specific setting in the downloaded excel file.&lt;/P&gt;&lt;P&gt;Whatever format is chosen by the user (tcode su01), must appear in excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with using SET COUNTRY right before the fn call GUI_DOWNLOAD, but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a relevant solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 12:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790244#M1121995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal Notation in excel files.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790245#M1121996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: amount_p type p decimals 2 value '12345.67',
        amount_c(12) type c.

write amount_p to amount_c DDMMYY.
write amount_c.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now amount_c is with the decimal format of the user.&lt;/P&gt;&lt;P&gt;Do the same for the amount fields in your table and then pass it to GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 13:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790245#M1121996</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-11-25T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal Notation in excel files.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790246#M1121997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you got to send the numeric field into character fields types.. and then send to gui_download....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 14:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-in-excel-files/m-p/4790246#M1121997</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-11-25T14:11:12Z</dc:date>
    </item>
  </channel>
</rss>

