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

Convert Currency

Former Member
0 Likes
407

Hi all

i need to subtotal the field &BSEG_WRBTR& and i need to dat only by passing that value to another field..i am not supposed to add directly...i declred the variable as int,char,float & num but the variable is not taking...please help....the requirement is subtotal of &BSEG_WRBTR& through another variable

with regards

vijay

Hi all

i need to subtotal the field &BSEG_WRBTR& and i need to dat only by passing that value to another field..i am not supposed to add directly...i declred the variable as int,char,float & num but the variable is not taking...please help....the requirement is subtotal of &BSEG_WRBTR& through another variable

with regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi

Declare the variable as

v_price type NETWR.

You can use the fun modules

CONVERT_TO_LOCAL_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

if needed.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
385

hi,

we can use function module

1.convert_to_local_currency.

2.convert_to_foreign_currency.

Reward with points if helpful.