Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

spell amount with coma

acetedi
Participant
0 Kudos
172

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

0 REPLIES 0