‎2013 Sep 20 11:47 AM
Hi All,
We are facing a strange issue in our production environment. The total amount in the FI invoice layout which was expected to display as 50 471,20 is displayed as 504,71 in the output .
I checked in debug mode and the calculation is done correctly. I could also see that in debug mode the amount output from the layout is 50 471,20
. But in the output it appears as 504,71. When we tried to replicate the scenario in test environment, the amount is displayed correctly as 50 471,20 .
I am not able to figure out the cause.We are having this issue only in production environment.
If anybody came across similiar scenario or have any thoughts on this, please share with us.
Many Thanks !
Br
Achana
‎2013 Sep 20 11:56 AM
Go to SU01, under 'Defaults' tab and check what you have there for Decimal Notation for the user that is running the program.
‎2013 Sep 20 12:10 PM
Hi Glen,
Even i am facing the same issue in production while i try to display the invoice with my user. But in test system i am not facing the issue. The decimal notation is maintained as 1.234.567,89 in both production and test system.
Thanks,
Archana
‎2013 Sep 20 12:17 PM
Hi,
The value is rounding. if you do not use any rounding option,check with functional and basis configuration to respective person.
Regards,
Venkat.
‎2013 Sep 20 12:28 PM
Hi Venkat,
The values are not rounding, rather they apear as if they are divided by 100. Amount 50 471,20 is displayed as 504,71 .
Regards,
Archana.
‎2013 Sep 23 11:54 AM
Hi Archana,
I think not enough space in layout for particular field or may be configuration problem in production system.
Better to check user level settings.
Regards,
Venkat.
‎2013 Sep 23 12:19 PM
HI,
can share the screenshot of your sapscript code.
Regards
Tejas
‎2013 Sep 20 12:36 PM
Check and compare in both systems those parameters which can influence the issue
Of course insure your form uses correctly the currency code, user options and output language, else results will appear incoherent.
Regards,
Raymond
‎2013 Sep 20 12:38 PM
Hi Archana,
Check the data type of field in invoice output.
May be the output field of type I.
Thanks and Regards,
Hiriyappa
‎2013 Sep 20 12:38 PM
Hi Archana,
Have you checked whether enough space is there are not to display the value.If space is not there
it wont display properly.
Regards.
Ashok P
‎2013 Sep 20 12:42 PM
Are u facing this issue for any particular currency or for amount in any currency?
‎2013 Sep 20 1:05 PM
Might be a silly question, but have you checked that the Sapscript you are using has been transported all the way through to Production?
Maybe compare the 2, in particular for the window where this is happening, and the subsequent numeric options.