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

script- currency conversion

Former Member
0 Likes
500

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

3 REPLIES 3
Read only

Former Member
0 Likes
451

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

Read only

Former Member
0 Likes
451

Hi

Have you tried the following FM's

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_TO_LOCAL_CURRENCY

regards

Sameer

Read only

Former Member
0 Likes
451

Hi,

Try the FM included in function group SCUR(ex.CONVERT_TO_LOCAL_CURRENCY ). This function group has FM of currency conversion.

Regards,