‎2006 Dec 08 2:33 PM
hi to all iam working on customer statements
i had a problem with decimal notation
what does the amount_string_convert funtion module will do
since when iam passing 25,000.00 into this fm and executing the customer statemt it is saying more than 2 decimal inthe number
how can i solve this problem
thanks in advance
kiran kumar
‎2006 Dec 08 5:15 PM
Hi Kiran,
please explain what you are doing.
The amount_string_convert can be used to convert a string into an amount. For this you must assign an amount type field to the export parameter of the function.
Probably the amount field assigned is too small.
Show sme code lines, please!
Regards,
Clemens
‎2006 Dec 08 2:36 PM
‎2006 Dec 08 5:15 PM
Hi Kiran,
please explain what you are doing.
The amount_string_convert can be used to convert a string into an amount. For this you must assign an amount type field to the export parameter of the function.
Probably the amount field assigned is too small.
Show sme code lines, please!
Regards,
Clemens
‎2006 Dec 08 5:20 PM
Hi Kirankumar,
This is happend due to decimal notation format of user settings.
Check the parameter what you are passing to exporting parameter DCPFM of AMOUNT_STRING_CONVERT function module.
Thanks,
Vinay
‎2006 Dec 08 5:21 PM
hi,
<b>amount_string_convert</b> funtion may be used 2 convert RS 25,000.00 to <b>words.</b>
like Rs 10 to Ten Rupees