开发者

Function to convert number into words?

开发者 https://www.devze.com 2023-03-29 16:52 出处:网络
is there a function in abap can convert digit to word? example: 100 will be converted into one hundred or 200 will be converted into two hundred

is there a function in abap can convert digit to word?

example: 100 will be converted into one hundred or 200 will be converted into two hundred

example: 300 will be converted into tree hundred or 400 will be co开发者_运维百科nverted into four hundred


There's a standard function module called SPELL_AMOUNT that does this.

Some info here. It's also in the ABAP FAQ on SDN.

0

精彩评论

暂无评论...
验证码 换一张
取 消