function returns character
Description
Determines the MFG/PRO exchange rate type corresponding to the financial's exchange rate type.
Parameters
icExchangeRateType | input | character | |
Internal usage
QadFinancials
program code (program1/bmfgexchangerate.p)
if(icExchangeRateType = {&EXCHANGERATETYPE-INTRASTAT}) then
return 'INSTAT':U.
else if (icExchangeRateType = {&EXCHANGERATETYPE-INVENTORY}) then
return 'INV':U.
else if (icExchangeRateType = {&EXCHANGERATETYPE-STATUTORY}) then
return 'SC':U.
else
return ''.