Skip to Content
0
Jan 04, 2018 at 01:12 PM

Currency Conversion in Reporting Mode

130 Views

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