‎2010 Aug 27 11:09 AM
Dear Experts,
Im using the Standard Function Module BAPI_SYSTEM_MTE_GETPERFCURVAL to read the current performance values by passing the TID number.
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.
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
Regards
Arun.P
‎2010 Aug 27 11:14 AM
I hope you did notice the function only returns integer values?
So you'll need to come up with a solution yourself... like... divide the integer value with something else into your decimal field?
‎2010 Aug 27 11:51 AM
Hi Maen
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.
Regards
Arun.P
‎2010 Aug 27 12:07 PM
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.
‎2022 Apr 13 8:26 AM
Hi, I have a similar requirement. Kindly share if there exists any solution.
‎2022 Apr 13 8:28 AM