<?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 point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144913#M1976385</link>
    <description>&lt;P&gt;hi&lt;/P&gt;
  &lt;P&gt;if output field = 22222.22&lt;/P&gt;
  &lt;P&gt;How to make ouput like 22,222.22&lt;/P&gt;
  &lt;P&gt;I declared field type p decimal 2 not true &lt;/P&gt;
  &lt;P&gt;And used type BSIK-WRBTR &lt;/P&gt;
  &lt;P&gt;BUT not true too &lt;/P&gt;
  &lt;P&gt;How to make result 22,222.22&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2020 11:46:19 GMT</pubDate>
    <dc:creator>former_member626380</dc:creator>
    <dc:date>2020-04-24T11:46:19Z</dc:date>
    <item>
      <title>Decimal point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144913#M1976385</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
  &lt;P&gt;if output field = 22222.22&lt;/P&gt;
  &lt;P&gt;How to make ouput like 22,222.22&lt;/P&gt;
  &lt;P&gt;I declared field type p decimal 2 not true &lt;/P&gt;
  &lt;P&gt;And used type BSIK-WRBTR &lt;/P&gt;
  &lt;P&gt;BUT not true too &lt;/P&gt;
  &lt;P&gt;How to make result 22,222.22&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 11:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144913#M1976385</guid>
      <dc:creator>former_member626380</dc:creator>
      <dc:date>2020-04-24T11:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144914#M1976386</link>
      <description>&lt;P&gt;It seems like your output is the &lt;STRONG&gt;internal representation&lt;/STRONG&gt; of a number with fixed length and decimals (only decimal point, no thousands separator for digit grouping). So &lt;STRONG&gt;no Output Conversion has taken&lt;/STRONG&gt; &lt;STRONG&gt;place&lt;/STRONG&gt; for your 'output'. What coding/technique are you using to output the data?&lt;/P&gt;&lt;P&gt;Please provide coding or screenshots:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Defintion of variable&lt;/LI&gt;&lt;LI&gt;Setting value of variable&lt;/LI&gt;&lt;LI&gt;Using variable for output&lt;/LI&gt;&lt;LI&gt;What/where is the output?&lt;BR /&gt;a) Selection-Screen of Report&lt;BR /&gt;b) Selection-Screen Output of Report with WRITE commands&lt;BR /&gt;c) Dynpro Screen&lt;BR /&gt;d) Messages/Logging for Jobs in SM37 or Logs in SLG1&lt;BR /&gt;e) Export to file e.g. Excel&lt;BR /&gt;f) others?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Be also aware, that depending on the DDIC data element or the ABAP internal type, that the format of the displayed numbers is in general dependent on your default user settings (System-&amp;gt;User Profile-&amp;gt;Own Data-&amp;gt;Defaults-&amp;gt;Decimal Notation):&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;[   ] 1.234.567,89&lt;/LI&gt;&lt;LI&gt;[X] 1,234,567.89&lt;/LI&gt;&lt;LI&gt;[Y] 1 234 567,89&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For DDIC domains that are assigned to the data elements, there can also be a CONVERSION-EXIT defined, that also changes how the output is presented, and this can be different for different SAP Releases:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;in Rel. 753 WRBTR has the Domain AFLE13D2O16N_TO_23D2O30N with the Conversion-Exit AU132 &lt;BR /&gt;Data Type CURR with 23 characters including 2 decimal places and the output lenght is 30 characters (for digit grouping)&lt;/LI&gt;&lt;LI&gt;in Rel. 740 WRBTR has the Domain WERT7 with no Conversion-Exit (so only default user settings apply)&lt;BR /&gt;Data Type CURR with 13 characters including 2 decimal places and the output lenght is 16 characters (for digit grouping)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Apr 2020 12:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144914#M1976386</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-04-24T12:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144915#M1976387</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I would like to add that you also can use String Expressions to change the output of fieldvalues - of course also for decimals fields.&lt;/P&gt;&lt;P&gt;Check: String Embedded Expressions: DECIMALS and NUMBER.&lt;/P&gt;&lt;P&gt;Kind Regards, Johann&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 21:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144915#M1976387</guid>
      <dc:creator>foessleitner</dc:creator>
      <dc:date>2020-04-24T21:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144916#M1976388</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;alaa-azazy&lt;/SPAN&gt;, please follow up on your open question.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;comment answers or your question if there are still open issues.&lt;/LI&gt;&lt;LI&gt;otherwise mark an answer as accepted if it helped you solve your problem&lt;/LI&gt;&lt;LI&gt;or post an answer of yourself and accept it if you found another useful solution yourself&lt;/LI&gt;&lt;LI&gt;or redirect your question to another question that is related and was useful to solve your problem&lt;/LI&gt;&lt;LI&gt;in the end, close your question&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 13 May 2020 15:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-point/m-p/12144916#M1976388</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-05-13T15:41:53Z</dc:date>
    </item>
  </channel>
</rss>

