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 Conversion issue in VF02

Former Member
0 Likes
1,158

Hi all,

We are facing an issue with the currency conversion.

The current scenario is that we create an invoice in euro currency for a sales organization whose local currency is 'CZK' which has certain exchange rate. Till now the process is fine.

But when we have to print the invoice the customer wants that the total amount and VAT should b converted into another currency 'SKK'.

Is there any table where we can search for exchange rate b/w CZK and SKK ?

Or if there is any method to convert the amount in CZK to SKK only for the smartforms not at the database level.

Thanks in advance.

Regards

Sohit

Hi all,

We are facing an issue with the currency conversion.

The current scenario is that we create an invoice in euro currency for a sales organization whose local currency is 'CZK' which has certain exchange rate. Till now the process is fine.

But when we have to print the invoice the customer wants that the total amount and VAT should b converted into another currency 'SKK'.

Is there any table where we can search for exchange rate b/w CZK and SKK ?

Or if there is any method to convert the amount in CZK to SKK only for the smartforms not at the database level.

Thanks in advance.

Regards

Sohit

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
1,082

hi,

check this table.

TCURV.

Read only

Former Member
0 Likes
1,082

Hi Gautham,

I have seen this table, but no entry exists. No data maintained.

But this works on forecast too.

Regards

Sohit

Read only

GauthamV
Active Contributor
0 Likes
1,082

use this bapi.

BAPI_EXCHANGERATE_GETDETAIL.

Read only

tarangini_katta
Active Contributor
0 Likes
1,082

Hi,

Look into this function module.

SD_CONVERT_CURRENCY_INCL_EURO

I am not sure it may help to you.

Thanks,

Read only

Former Member
0 Likes
1,082

Hi,

Check BAPI_EXCHANGERATE_GETDETAIL

Best regards,

Prashant

Read only

Former Member
0 Likes
1,082

Hi

Use BAPI_EXCHANGERATE_GETDETAIL to determine the exchange rate bw two currencies.

Cheers

Ravish