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

Currency Format

1,359

i am getting konv-kwert value as 482055.38

but i need value as 482.055,38

5 REPLIES 5
Read only

former_member184158
Active Contributor
0 Likes
1,230

Hello PARIMALAA SAMYAPPAN,

you can try this code. Hope it can help you.

  DATA: lv_var1     TYPE bseg-dmbtr,
        lv_var2(20) TYPE c.
  lv_var1 = '482055.38'.
  WRITE lv_var1 TO lv_var2 CURRENCY 'USD'.

By the way, you can use also FM : CURRENCY_AMOUNT_SAP_TO_DISPLAY

Regards

Ebrahim

Read only

former_member184158
Active Contributor
0 Likes
1,230

Hi PARIMALAA SAMYAPPAN

I think you have 2 question which are the same. Could you please delete one of them.

I was also confused as I saw them!

Regards

Ebrahim

Read only

0 Likes
1,230

ya sure .. i tries this one. but i wont work

Read only

0 Likes
1,230

good 🙂 I hope your question has been solved!

Read only

retired_member
Product and Topic Expert
Product and Topic Expert