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

Indonasian currency problem

Former Member
0 Likes
885

Hi Experts,

I have got a scenario where I need to put commas' in my amount eg, 606100 means i need it as 6,06,100.00.

Here my currency is 'IDR'. I have made corrency conversion using  CURRENCY_AMOUNT_SAP_TO_IDOC.

and i tried using BAPI_CURRENCY_CONV_TO_EXTERNAL.

It did not work.

Anyone please suggest......

Thanks in advance

Hi Experts,

I have got a scenario where I need to put commas' in my amount eg, 606100 means i need it as 6,06,100.00.

Here my currency is 'IDR'. I have made corrency conversion using  CURRENCY_AMOUNT_SAP_TO_IDOC.

and i tried using BAPI_CURRENCY_CONV_TO_EXTERNAL.

It did not work.

Anyone please suggest......

Thanks in advance

3 REPLIES 3
Read only

roberto_vacca2
Active Contributor
0 Likes
797

Hi.

What's your main purpose? To show value 606100 in SAP as 6,06,100.00 or to manage this value in a program as 6,06,100.00?

In first case you should check out  System Menu ->User Profile ->Own Data, check menu default and change decimal notation.

In second case you have to use a mask with NO-GROUPING option.

Hope to help,

bye.

Read only

0 Likes
797

Hi Robert,

Thank you.

In my case the amount is being displayed in smartform.

So while printing those smartforms they want it with commas' and decimal places.

And i want to do with any FM or through coding only.

please suggest

Thanks

Sanjana

Read only

0 Likes
797

Hi.

Sorry for the delay.

Well try this:

Take your number and Move it to Character field  then use offsets insert the commas and fullstops depending on the number of digits .

This is ok for all lenghts.

This is setting indipendent.

Hope to help.

Bye