Where can I find the names of currency sub-divisio

2019-08-28 12:38发布

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?

标签: sap abap
1条回答
老娘就宠你
2楼-- · 2019-08-28 13:26

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

查看更多
登录 后发表回答