Hi All,
I have an amount field say NET_AMT. I want it to get converted according to the decimal notation of the system settings.
I have declared new_amt1 as type Char and have used
Write: NET_AMT to new_amt1.
This piece of code is written in the Smartform.
The system settings is in the format 1 234 567,89 but I do not get the amount converted accordingly.
What can I do?