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

currensy converstion function module

madhupusala3
Explorer
0 Likes
830

Hi,

Please send. if u know currency converstion function module. it should be convert the currency from one currency to other currency.

Regard,

Madhu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
751

Hi Maghu,

try CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N'.

Regards, Dieter

7 REPLIES 7
Read only

Former Member
0 Likes
752

Hi Maghu,

try CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N'.

Regards, Dieter

Read only

0 Likes
751

try...

<b>'FI_CURRENCIES_CONVERT'</b>

or

<b>CONVERT_TO_LOCAL_CURRENCY</b>

Read only

Former Member
0 Likes
751

hi,

Check this

CONVERT_TO_FOREIGN_CURRENCY -


Convert Currency

CONVERT_TO_LOCAL_CURRENCY -


and

BAPI_CURRENCY_CONV_TO_EXTERNAL

BAPI_CURRENCY_CONV_TO_EXTERN_9

BAPI_CURRENCY_CONV_TO_INTERNAL

BAPI_CURRENCY_CONV_TO_INTERN_9

Message was edited by: Manoj Gupta

Read only

Former Member
0 Likes
751

Hi all,

Try this FM: CONVERT_COUNTRY_CURRENCY

Regards.

Mireia

Read only

0 Likes
751

CURRENCY_CONVERT

CONVERT_TO_LOCAL_CURRENCY

CONVERT_COUNTRY_CURRENCY

Go to se37 and in FM name give either CURRENCYCON* or CONcurrency* and press f4

You will find quite a few FMs .

Regards

Beena

Read only

Former Member
0 Likes
751

Hai Madhu

Use Following F.M's

CURRENCY_CONVERT

CONVERT_TO_LOCAL_CURRENCY

CONVERT_COUNTRY_CURRENCY

Thanks & regards

Sreenivasulu P

Read only

0 Likes
751

Hi,

Take care of buffers in CONVERT_TO_FOREIGN_CURRENCY and CONVERT_TO_LOCAL_CURRENCY FMs. Have a look at CURRENCY_BUFFER_REFRESH FM also.

Regards,

mr.