Where can I find the names of currency sub-divisions such as cents, centimes,

冷暖自知 提交于 2019-12-11 19:43:25

问题


This should be useful for anyone who needs to write out amounts in words in SAP.

I need to convert an amount, e.g. $100.15, into words ("One hundred dollars and fifteen cents"). For the amount, I use function module spell_amount, which gives me "one hundred" and "fifteen". The name of the currency is easily found in table TCURT. Where can I find the name of the currency subdivision?


回答1:


I think there is no such table. There are already some discussions about it (e.g at SCN: Table for currency) and the conclusion is: Make your own table.

If you want to create the table, you may get the name of sub-divisions in the German Wikipedia-article for ISO 4217 (Untereinheit means sub-division) or List of circulating currencies



来源:https://stackoverflow.com/questions/18151531/where-can-i-find-the-names-of-currency-sub-divisions-such-as-cents-centimes

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!