<?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: smartform number formatting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838399#M43991</link>
    <description>&lt;P&gt;but in my variable it is displaying with 2 decimal point.&lt;/P&gt;&lt;P&gt;Like 5.612.312 &lt;/P&gt;&lt;P&gt;it must be like 5,612,312.00&lt;/P&gt;&lt;P&gt;how can i modify the change?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 11:24:19 GMT</pubDate>
    <dc:creator>karthick1608</dc:creator>
    <dc:date>2019-01-25T11:24:19Z</dc:date>
    <item>
      <title>smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838397#M43989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;In the smart form output,&lt;/P&gt;
  &lt;P&gt;previously the value maintained was 5348.16.&lt;/P&gt;
  &lt;P&gt;it should be converted to -5348.16 instead of -534.816.&lt;/P&gt;
  &lt;P&gt;-534.816 is due to the logic maintained in smart form was 'fieldname(&amp;lt;C.0)'.&lt;/P&gt;
  &lt;P&gt;Why it is printed as such? what is the logic of above formatting ?&lt;/P&gt;
  &lt;P&gt;How can I overcome this ?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Karthick&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 11:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838397#M43989</guid>
      <dc:creator>karthick1608</dc:creator>
      <dc:date>2019-01-23T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838398#M43990</link>
      <description>&lt;P&gt;&lt;EM&gt;(First read &lt;A href="https://www.sap.com/community/resources/rules-of-engagement.html"&gt;Rules of Engagement&lt;/A&gt; and remove the '&lt;/EM&gt;&lt;EM&gt;as soon as possible'.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then search/read online help or forum, e.g. &lt;A href="https://help.sap.com/viewer/search?q=Output%20Options%20for%20Field%20Contents%20Smartforms"&gt;Output Options for Field Contents&lt;/A&gt; (so you will understand that So '&amp;lt;' is sign left, 'C' is condense and '.0' is no decimal) and then consider reading &lt;A href="https://help.sap.com/viewer/search?q=Fields%20that%20Refer%20to%20Currencies%20or%20Quantities%20Smartforms"&gt;Fields that Refer to Currencies or Quantities&lt;/A&gt; too.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838398#M43990</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-01-23T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838399#M43991</link>
      <description>&lt;P&gt;but in my variable it is displaying with 2 decimal point.&lt;/P&gt;&lt;P&gt;Like 5.612.312 &lt;/P&gt;&lt;P&gt;it must be like 5,612,312.00&lt;/P&gt;&lt;P&gt;how can i modify the change?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 11:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838399#M43991</guid>
      <dc:creator>karthick1608</dc:creator>
      <dc:date>2019-01-25T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838400#M43992</link>
      <description>&lt;P&gt;Is this a currency value ?  Have you maintained the currency format  in the form ?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838400#M43992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-25T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838401#M43993</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;but in my variable it is displaying with 2 decimal point.
Like 5.612.312 
it must be like 5,612,312.00
how can i modify the change?
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This comes from the country-specific settings. HAve a look in table T005 and also at &lt;/P&gt;&lt;P&gt;SU3 / SU01 &amp;amp; Global Settings OY01&lt;/P&gt;&lt;P&gt;The samrtforms gives you this result because of a setting here.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 14:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838401#M43993</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2019-01-26T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838402#M43994</link>
      <description>&lt;P&gt; @Karthick R : Raymond told you that &lt;STRONG&gt;.0&lt;/STRONG&gt; means &lt;STRONG&gt;no&lt;/STRONG&gt; decimal. If you search a little bit, you can imagine that .2 means 2 decimals... Examples here: &lt;A href="https://help.sap.com/saphelp_nw70/helpdata/en/d1/803479454211d189710000e8322d00/content.htm" target="test_blank"&gt;https://help.sap.com/saphelp_nw70/helpdata/en/d1/803479454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 15:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838402#M43994</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-26T15:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: smartform number formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838403#M43995</link>
      <description>&lt;P&gt;Yes, it is a currency value. It is maintained correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 04:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-number-formatting/m-p/838403#M43995</guid>
      <dc:creator>karthick1608</dc:creator>
      <dc:date>2019-01-28T04:56:38Z</dc:date>
    </item>
  </channel>
</rss>

