Function to convert number into words?
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.
加载中,请稍侯......
精彩评论