REPORT  ZTESTPROG.
DATA words LIKE SPELL .
parameters: p_number type i default 230.
CALL FUNCTION 'SPELL_AMOUNT'
 EXPORTING
   AMOUNT          = p_number
   LANGUAGE        = SY-LANGU
 IMPORTING
   IN_WORDS        = words
          .
WRITE words-word.
Monday, October 27, 2008
Subscribe to:
Post Comments (Atom)
 
 
No comments:
Post a Comment