<?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: Decimal in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823132#M919423</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;There are 2 things that you need to note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. comma instead of decimals : This is some thing you need to check the User setting. &lt;/P&gt;&lt;P&gt;       a. Check T-code SU01D &lt;/P&gt;&lt;P&gt;       b. enter your Login ID&lt;/P&gt;&lt;P&gt;       c. check the Default Tab&lt;/P&gt;&lt;P&gt;    according to the user setting the value will be populated into the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want to display say for example '2.000' instead of '2'  then move the actual value to a character variable and use replace all occurence of ',' to '.' and also populate the new value to the final output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramkumar.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 05:53:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T05:53:40Z</dc:date>
    <item>
      <title>Decimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823130#M919421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is , ALV report contains  field of quan datatype , and its value is suppose 5,000 which displayed in ALV report , while downloading the data of ALV report in excel sheet ,it displays value as&lt;/P&gt;&lt;P&gt;5,000  . i want to display this value with ' .' (decimal) instead of  ' ,'(comma).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this requirement i have converted quantity data type field to char field ,now 5,000 value displayed as 5&lt;/P&gt;&lt;P&gt;in excelsheet , i want 5.000 value in excelsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have some idea pls let me know.&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, 20 May 2008 05:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823130#M919421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T05:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823131#M919422</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;replace ',' with '.' into dzahl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 05:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823131#M919422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823132#M919423</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;There are 2 things that you need to note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. comma instead of decimals : This is some thing you need to check the User setting. &lt;/P&gt;&lt;P&gt;       a. Check T-code SU01D &lt;/P&gt;&lt;P&gt;       b. enter your Login ID&lt;/P&gt;&lt;P&gt;       c. check the Default Tab&lt;/P&gt;&lt;P&gt;    according to the user setting the value will be populated into the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want to display say for example '2.000' instead of '2'  then move the actual value to a character variable and use replace all occurence of ',' to '.' and also populate the new value to the final output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramkumar.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 05:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal/m-p/3823132#M919423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T05:53:40Z</dc:date>
    </item>
  </channel>
</rss>

