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

Currency conversion

Former Member
0 Likes
511

Hi Gurus,

I have one issue.

my client is having 2 plants 2000 and 2100. 2000 is for usa and 2100 is for hongkong.

were are using one we are using one ztable for curreny check. The requirement is i need to converte the currencies accoriding to the plants.

  • USA : ZV_ZMEK-WAERS = USD,

<> currency conversion other currency => USD

  • HKD ZV_ZMEK-WAERS = HKD

<> HKD, currency conversion : other currency => HKD

Can any one provide the logic for this.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
446

hi,

use these function modules according to your requirement.

HR_ECM_CONVERT_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_AMOUNT_TO_CURRENCY.

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
447

hi,

use these function modules according to your requirement.

HR_ECM_CONVERT_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_AMOUNT_TO_CURRENCY.

Read only

Former Member
0 Likes
446

This message was moderated.