2008 May 07 5:34 AM
hi experts,
i am porting one program from 3.1 i to 6.0 . in that program they used function module convert_to_other_currency
it is not there in 6.0 version. please provide me the
alternative for function module convert_to_other_currency
in 6.0 version.
with importing parameters
DATE SY-DATUM
FROM_CURRENCY
FROM_AMOUNT
TO_CURRENCY
COMPANY_CURRENCY
RATE 0
exporting parameters
TO_AMOUNT
Edited by: vishwanath vedula on May 7, 2008 6:44 AM
2008 May 07 6:10 AM
Hi,
CONVERT_CURRENCY_BY_RATE Convert currency using given rate
FI_TRV_WAERS_CONVERT
CONVERT_COUNTRY_CURRENCY
FVKD
CONVERT_AMOUNT_TO_CURRENCY
RS_BCT_SD
CONVERT_TO_STAT_CURRENCY
SCUN Translation of Currency Amounts: new
CONVERT_TO_FOREIGN_CURRENCY Translate local currency amount into foreign currency
CONVERT_TO_LOCAL_CURRENCY Translate foreign currency amount to local currency
Regards,
Shiva.
hi experts,
i am porting one program from 3.1 i to 6.0 . in that program they used function module convert_to_other_currency
it is not there in 6.0 version. please provide me the
alternative for function module convert_to_other_currency
in 6.0 version.
with importing parameters
DATE SY-DATUM
FROM_CURRENCY
FROM_AMOUNT
TO_CURRENCY
COMPANY_CURRENCY
RATE 0
exporting parameters
TO_AMOUNT
Edited by: vishwanath vedula on May 7, 2008 6:44 AM
2008 May 07 5:49 AM
Hi,
You can use this "/SAPHT/DRM_CONVERT_CURRENCY"
If this is not available
You can try "CONVERT_TO_STAT_CURRENCY"
or
"CONVERT_TO_FOREIGN_CURRENCY"
or
"CONVERT_TO_LOCAL_CURRENCY"
Regards,
Santosh
2008 May 07 6:10 AM
Hi,
CONVERT_CURRENCY_BY_RATE Convert currency using given rate
FI_TRV_WAERS_CONVERT
CONVERT_COUNTRY_CURRENCY
FVKD
CONVERT_AMOUNT_TO_CURRENCY
RS_BCT_SD
CONVERT_TO_STAT_CURRENCY
SCUN Translation of Currency Amounts: new
CONVERT_TO_FOREIGN_CURRENCY Translate local currency amount into foreign currency
CONVERT_TO_LOCAL_CURRENCY Translate foreign currency amount to local currency
Regards,
Shiva.