2008 Jun 02 11:08 AM
hi experts,
how to know the currency conversion values from one currency to other currency.is there any table to find the currency values of different types?
for 1 GPY what is the value in USD ? i.e. 1GPY = ?USD.
i want the values in USD. i want to know for all the currencies what is the USD value.
thanks in advance.
rgds,
nag.
2008 Jun 02 11:11 AM
Hi,
Use TCURR table. But you should do a conversion on date before using it.
Thanks
Ramesh
Hi,
Use TCURR table. But you should do a conversion on date before using it.
Thanks
Ramesh
2008 Jun 02 11:11 AM
Hi,
Use TCURR table. But you should do a conversion on date before using it.
Thanks
Ramesh
2008 Jun 02 11:12 AM
Hi,
it belongs to customizing. TA SPRO:
-> General Settings -> Currencies -> Enter exchange rates
regards
Walter Habich
2008 Jun 02 11:17 AM
i have to test the values manually, for that i need table to calculate the amount into USD fromother currencies.
2008 Jun 02 11:23 AM
hi,
you can use the above told function module in the way,
CALL FUNCTION 'BAPI_EXCHANGERATE_GETDETAIL'
EXPORTING
rate_type = 'M'
from_curr = it_out-waers
to_currncy = 'USD'
date = it_out-bedat
IMPORTING
exch_rate = exch_rate
RETURN =
.
it_final-netwr = it_final-netwr * exch_rate-exch_rate.
2008 Jun 02 11:21 AM
hi,
BAPI_EXCHANGERATE_GETDETAIL
use this function module to convert any currency to required one..
2008 Jun 02 11:23 AM
tcurv, tcurf
or you can use function module CONVERT_TO_LOCAL_CURRENCY
2008 Jun 02 12:18 PM
i want to know the amount in usd for that particular curency.
is there any table for this requirement ? i don't want Fm.
rgds,
nag.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |