<?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 problem when downloading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686926#M1101759</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 hava report wich downloads the data to excel file. The decimal notation for data is for gemna. ( COmma instead of dot and dot instead of comma). I have changed in user profile also. But when downloading to excel its downloading in default decimal notation. which is opposite format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be for all quantity fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kishore B A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 11:10:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T11:10:35Z</dc:date>
    <item>
      <title>Decimal notation problem when downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686926#M1101759</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 hava report wich downloads the data to excel file. The decimal notation for data is for gemna. ( COmma instead of dot and dot instead of comma). I have changed in user profile also. But when downloading to excel its downloading in default decimal notation. which is opposite format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be for all quantity fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kishore B A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 11:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686926#M1101759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation problem when downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686927#M1101760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;Let me tell you the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the declaration of the final table field name to Char(10). It will automatically show you the correct format in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 11:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686927#M1101760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation problem when downloading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686928#M1101761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the String / Char variable in your final internal table which you are downloading to excel sheet. Then use WRITE statement to output the quantity field into this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;WRITE g_quantity to g_string LEFT JUTIFIED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will automaticaly convert the quantity to the user format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 11:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-problem-when-downloading/m-p/4686928#M1101761</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-10-30T11:17:20Z</dc:date>
    </item>
  </channel>
</rss>

