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: 
Read only

Function Module

Former Member
0 Likes
321

Hi All,

Does anyone knows a Function module while displays the amount in Vietnam language when we provide the amount in numbers.

Thanks,

SP

2 REPLIES 2
Read only

Former Member
0 Likes
298

You can use spell_amount fn module here in language parameter pass the vietnam language key.

regards

shiba dutta

Read only

Former Member
0 Likes
298

Hi

Use the SPELL_AMOUNT fun module and pass the Language key

CALL FUNCTION 'SPELL_AMOUNT'

EXPORTING

amount = lv_amount

currency = ' '

  • FILLER = ' '

<b>language = sy-langu</b>

IMPORTING

in_words = in_words

EXCEPTIONS

not_found = 1

too_large = 2

OTHERS = 3

<b>Reward points for useful Answers</b>

Regards

Anji