Dear all,
We are trying to make a customized rate conversion by
the following code
*XDIM_MEMBERSET mmfsitem = Exch_Rate,MD004
*XDIM_MEMBERSET RptCurrency= USD,LC
*XDIM_MEMBERSET Mmunits = HQUNIT,SHUB
*LOOKUP MATPLANNING
*DIM USD:RptCurrency="USD"
*DIM USD:MMFSITEM="EXCH_RATE"
*DIM USD:Mmunits="HQUNIT"
*DIM USD:TIME=Time.ID
*DIM USD:CATEGORY="BUDGET"
*DIM USD:Suppliers = "NOSUPPLIER"
*DIM USD:Materials = "NOMATERIAL"
*DIM USD:Publication = "N_PUBLICATION"
*ENDLOOKUP
*when mmfsitem
*is MD004
*rec(expression= %VALUE% * LOOKUP(USD), RPTCURRENCY = "LC")
*endwhen
*commit
This script is working while using the package but
it is not working in the default logic.
Please give us a solution....