Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: Displaying Amount in Words in Adobe Forms

$
0
0

Hi Yash,

you have commented your function module, as you can see.

and still you think it will work  .

 

**  CALL FUNCTION 'SPELL_AMOUNT'

**    EXPORTING

**      amount    = amount

**      language  = sy-langu

**    IMPORTING

**      in_words  = spell

**    EXCEPTIONS

**      not_found = 1

**      too_large = 2

**      OTHERS    = 3.

**  IF flag = 0.

**    CONCATENATE text1 spell-word unit INTO text1 SEPARATED BY ' ' .

**  ELSE.

**    CONCATENATE text1 'AND' unit spell-word INTO text1 SEPARATED BY

**' '.

**  ENDIF.

**  CLEAR spell.

**


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>