cancel
Showing results for 
Search instead for 
Did you mean: 

Currency Format conversion

Former Member
0 Kudos

Hi All,

Due to different country the amount value is printing as 10,50 in USD.

But the requiremnt is to print it as 10.50 in USD.

Please suggest how to do it.

Thank You,

Anuj Saraswat

Edited by: Anuj Saraswat on Dec 18, 2008 1:22 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

I think u can use


/: SET COUNTRY <COUNTRY CODE>

just try ...

Former Member
0 Kudos

if ur amt in is variable say v_amt1.

then

write like this


write v_amt1 currency 'USD'
to v_amt2.

or 
v_waerk = 'USD'  " of type currency key
write v_amt1 currency v_waerk
to v_amt2.

Former Member
0 Kudos

Hi Anju,

Use FM CONVERT_TO_LOCAL_CURRENCY

Regards,

Flavya

former_member585060
Active Contributor
0 Kudos

Hi,

Set the default valus, through

Menu>system>User profiles>Owndata

Defaults tab

Select the type you want for decimal points.

Regards

Bala Krishna

Former Member
0 Kudos

Hi Krishna,

It is already defined like what I need, but the SAP driver program is changing the format.

Thanks & Regards,

Anuj Saraswat

former_member585060
Active Contributor
0 Kudos

Hi,

Try this FMs

AIPB_CURRENCY_EXTERNAL_TO_SAP

AIPB_CURRENCY_SAP_TO_EXTERNAL

regards

Bala Krishna

former_member585060
Active Contributor
0 Kudos

Hi,

Change the settings and try this FM

BAPI_CURRENCY_CONV_TO_EXTERNAL