Monday, October 27, 2008

amount to wrod

report ztests.


parameters:p_amt like PC207-BETRG.

data: word(50) type c .


CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
EXPORTING
amt_in_num = p_amt
IMPORTING
AMT_IN_WORDS = word .

write:/ word .

No comments: