‎2006 Oct 10 1:37 PM
Hi all,
Is there any Function Module which converts numerical data into currency data.
Thanks in advance.
Prince
‎2006 Oct 10 1:42 PM
Hi Prince,
you can use this <b>HRCM_STRING_TO_AMOUNT_CONVERT</b>
pass the string, with decimal separator, thousand separator . it will convert it to amount.
U can also try these
<b>CONVERT_TO_FOREIGN_CURRENCY</b> (Convert local currency to foreign currency).
<b>CONVERT_TO_LOCAL_CURRENCY</b> ( Convert from foreign currency to local currency )
Reward with points if it is helpful
Regards
Alfred
‎2006 Oct 10 2:00 PM
hi
good
try with these function modules
CONVERT_TO_FOREIGN_CURRENCY Convert local currency to foreign currency.
CONVERT_TO_LOCAL_CURRENCY Convert from foreign currency to local currency
thanks
mrutyun^
‎2006 Oct 10 2:17 PM
hi,
no need for any FM.
try this.
data: curr type i.
data curency type netpr.
curr = 100.
move curr to curency.
write CURENCY currency 'USD'.
rgds
anver
pls mark points if helped