<?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: Reg: Decimal value is converted to Integer in a standard function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140065#M1513410</link>
    <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;appmanager&lt;/SPAN&gt; open your own question&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 07:28:00 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2022-04-13T07:28:00Z</dc:date>
    <item>
      <title>Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140060#M1513405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using the Standard Function Module BAPI_SYSTEM_MTE_GETPERFCURVAL to read the current performance values by passing the TID number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im getting the Value for eg: when i see a value in CCMS transaction the value is 0.012 but when i execute this function module to get this value im getting the value as 12. when i again check the transaction and code the original value is 0.28 is shown as 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What ever the value the CCMS is displaying with decimal values are replaced with integer. So it will be helpful for me if anyone gives me a solution to solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140060#M1513405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140061#M1513406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you did notice the function only returns integer values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you'll need to come up with a solution yourself... like... divide the integer value with something else into your decimal field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140061#M1513406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T10:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140062#M1513407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value is coming like 0.09 and the value is shown as 9 we can use our logic of dividing it by 100 but the value changes like 0.098 is also shown as 98, here comes the problem we cant able to apply our logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140062#M1513407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140063#M1513408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with the function and it's usage. But i'm convinced somewhere in the system the number of decimal places or factor of the real value is defined. Find that and you know how to divide the integer value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140063#M1513408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T11:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140064#M1513409</link>
      <description>&lt;P&gt;Hi, I have a similar requirement. Kindly share if there exists any solution. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 07:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140064#M1513409</guid>
      <dc:creator>ZohoSAP</dc:creator>
      <dc:date>2022-04-13T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Decimal value is converted to Integer in a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140065#M1513410</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;appmanager&lt;/SPAN&gt; open your own question&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 07:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-decimal-value-is-converted-to-integer-in-a-standard-function-module/m-p/7140065#M1513410</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-04-13T07:28:00Z</dc:date>
    </item>
  </channel>
</rss>

