‎2007 Jun 14 10:31 AM
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.
‎2007 Jun 14 10:32 AM
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
‎2007 Jun 14 10:33 AM
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.
‎2007 Jun 14 10:34 AM
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