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

need alternative for function module convert_to_other_currency

Former Member
0 Likes
1,376

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,021

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,021

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

Read only

Former Member
0 Likes
1,022

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.