There is one called spell_amount.
Christian
Hi Nandan,
The function module 'SPELL_AMOUNT' does it in various languages but NOT for the decimals, only for ALL encountered numbers (as Christian already mentioned).
Important: Do not fill the currency field (the conversion will take last 2 digits off the number).
With currency field = space
So 253 will become TWO HUNDRED FIFTY-THREE
But 253.00 will become TWENTY-FIVE THOUSAND THREE HUNDRED
With currency field NOT space
So 253 will become TWO
But 253.00 will become TWO HUNDRED FIFTY-THREE
Also: The converted text is returned in capitals.
Regards,
Rob.
Hi Nandan,
here's a poss. solution
fm-or-table-name-to-capture-text-based-on-currency
regards Andreas
Add a comment