Application Development 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: 

Currency conversion

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

hi,

use these function modules according to your requirement.

HR_ECM_CONVERT_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_AMOUNT_TO_CURRENCY.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

hi,

use these function modules according to your requirement.

HR_ECM_CONVERT_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_AMOUNT_TO_CURRENCY.

Former Member
0 Kudos

This message was moderated.