Hello guys,
I need your help. I want to translate local currency to reporting currency in a financial model (in SAP BPC 10.0 version). I use the next script, I don't know if is correct:
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %C_CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
RATEENTITY = %ENTITY_SET% (is correct? or maybe RATEENTITY = GLOBAL)
*ENDRUN_PROGRAM