Question: Currency conversion program is running only for one Audit trail (INPUT), but not for other Audit trail
(ZINPUT).
We have two models 1) FORECAST Model 2) Rates Model (Standard Rates model).
Dimensions in FORECAST Model: AUDITTRAIL, SCENARIO, RPTCURR, COSTCENTER, ACCOUNT, TIME, KEYFIGURE.
AUDITTRAIL members: INPUT, ZINPUT
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %SCENARIO_SET%
TID_RA = %TIME%
CURRENCY = USD
OTHER = [COSTCENTER=%COSTCENTER_SET%;]
RATEENTITY = Global
*ENDRUN_PROGRAM
Where is the logic in CURR_CONVERSION program that restricts it to one audit trail?