2023 Feb 09 9:25 AM
Hello,
my value type is QUAN13 and this values output like 12.564
i want to replace (.) to (,) same as '12,564'
i tried REPLACE , TRANSLATE etc. but i did not fix.
Any suggestions about this?
2023 Feb 09 9:31 AM
2023 Feb 09 9:44 AM
Decimal point is dot or comma depending on country, make sure to not hardcode it, you don't need to use REPLACE or TRANSLATE.
2023 Feb 09 10:06 PM
A decimal separator in decimal constants in ABAP programs ist always a period. A representation of decimals in a program output depends on user settings in the transaction SU3, the field Defaults - Decimal Notation. Default formatting settings can be changed for the current internal session by statement SET COUNTRY.