Google Search - Blog...........

ABAP - Convert Amount Into Words Using HR_IN_CHG_INR_WRDS

data: word(40) type c.

CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
EXPORTING
AMT_IN_NUM = '10000078'
IMPORTING
AMT_IN_WORDS = word.

write:/ word.

No comments:

Post a Comment