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

Function module

Former Member
0 Likes
396

Hi Expert,

Is there any function module or conversion exit available to convert one currency format to another currency format.

Not value conversion. only digits notation.

thank u.

3 REPLIES 3
Read only

Former Member
0 Likes
359

Hi

Use

CONVERT_TO_LOCAL_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

for digits conversion

use the command

SET COUNTRY <country name>

it will be printed as per that country's notation

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
359

Hi Murugan,

here is the list of function modules u can use for the same

SD_GET_LOCAL_CURRENCY

LOCAL_CURRENCY_DETERMINE

LOCAL_CURRENCY_GET

ISB_CONVERT_TO_LOCAL_CURRENCY

Currency Convertion (i.e. from EUR to GBP):

http://www.sapdevelopment.co.uk/country/country_curr.htm

Convert currency value from internal(SAP) to external(display)

http://www.sapdevelopment.co.uk/country/country_inttoext.htm

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY_O.

CONVERT_TO_FOREIGN_CURRENCY

Chk this Link

Thanks.

Read only

Former Member
0 Likes
359

HI,

use ' CONVERT_TO_LOCAL_CURRENCY'.

If exchange rate is not coming then u can use 'READ_EXCHANGE_RATE'

CURRENCY_CONVERT_TO_EURO

CALL FUNCTION 'CONVERT_AMOUNT_TO_CURRENCY' .

<b>Reward points</b>

regards