cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RUN_LOGIC:Invalid dimension "TIME" in model ""

ralberga
Explorer
0 Likes
728

Hello

I created a new (2nd) Time dimension called TimeFY (fiscal year hierarchy). Created a new model ConsolFY which uses new TimeFY dim while all other dimensions are existing (shared with original Consol model). Below are details.

New 2nd Time dimension

Created simple Rules Table, Logic and Data Manager package below:

Rule

Logic

If I change line 8 to: TIMEFY = %TIMEFY_SET% package runs successfully but results are incorrect. Logic is run for months not selected in Data Manager Package prompt - basically selected TimeFY member is not being read into logic script.

Data Manager

Constants show %TIME_DIM% = TIMEFY

Failed package - Selection shows a valid TimeFY member selected

Accepted Solutions (1)

Accepted Solutions (1)

ralberga
Explorer
0 Likes

Attached is TIMEFY memebers for 1 year +

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Look on the syntax of CALC_ACCOUNT in help:

https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/a4e6a5ffb1274ac2a24e462c2f9e...

Has to be:

TID_RA = %TIMEFY_SET%

P.S. And remove useless COMMIT!

ralberga
Explorer
0 Likes

Thank You - that worked. Take care, Rose

former_member186338
Active Contributor
0 Likes
ralberga

Then please mark answer as correct!