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

korean currency format problem

Former Member
0 Likes
665

Hi All,

How can I declare a variable to hold korean currency.

I declared a variable of type dictionary its not working.

Regards,

Ajish.

1 ACCEPTED SOLUTION
Read only

former_member150733
Contributor
0 Likes
562

The reference field variable for the currency must be filled with the Currency Key first. Then try to fill the Currency Amount.

eg. wa_waers = 'KPW'. " (or 'KRW')

wa_amount = '1500'.

Pls Refer :

Regards,

Anish Thomas

3 REPLIES 3
Read only

Former Member
0 Likes
562

Does your system is unicode supported?

Read only

0 Likes
562

yes

Read only

former_member150733
Contributor
0 Likes
563

The reference field variable for the currency must be filled with the Currency Key first. Then try to fill the Currency Amount.

eg. wa_waers = 'KPW'. " (or 'KRW')

wa_amount = '1500'.

Pls Refer :

Regards,

Anish Thomas