2023 Oct 10 3:45 PM
Hello expert!!
I have requirement to spelling amount for example 23,30 so spelling twenty three coma thirteen.
how do i maintain this in table t015z?. I have been trying to using FM SPELL_AMOUNT but the COMA is not come out.
CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
amount = wa_print-totadmt
language = v_langu
IMPORTING
in_words = wa_words
how to solve this with using FM SPELL_AMOUNT or an idea for another method
any guide or comment will be greatful