2008 Oct 21 3:59 AM
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.
2008 Oct 21 4:05 AM
hi,
use these function modules according to your requirement.
HR_ECM_CONVERT_CURRENCY
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_AMOUNT_TO_CURRENCY.
2008 Oct 21 4:05 AM
hi,
use these function modules according to your requirement.
HR_ECM_CONVERT_CURRENCY
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_AMOUNT_TO_CURRENCY.
2008 Oct 21 4:08 AM