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
722

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
619

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

Hi All,

How can I declare a variable to hold korean currency.

I declared a variable of type dictionary its not working.

Regards,

Ajish.

3 REPLIES 3
Read only

Former Member
0 Likes
619

Does your system is unicode supported?

Read only

0 Likes
619

yes

Read only

former_member150733
Contributor
0 Likes
620

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