‎2005 Nov 02 10:44 AM
Hi guys,
Iam new to sapscript, can any one say me how to convert amount into dollor (suppose if i have 1000rs indian amount - in my script i should get USD $1000).
Thanks in advance,
Donald
‎2005 Nov 02 10:47 AM
Hi Donald,
Try Using the FM CONVERT_TO_FOREIGN_CURRENCY or CONVERT_TO_LOCAL_CURRENCY CONVERT_CURRENCY_BY_RATE in your Script Driver Program.
I Assume 1000rs -> 1000USD as a Typing mistake.
Ravi
Message was edited by: Ravi Kanth Talagana
‎2005 Nov 02 10:51 AM
Hi
Have you tried the following FM's
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_TO_LOCAL_CURRENCY
regards
Sameer
‎2005 Nov 02 10:53 AM
Hi,
Try the FM included in function group SCUR(ex.CONVERT_TO_LOCAL_CURRENCY ). This function group has FM of currency conversion.
Regards,