When I run the Legal Consolidation DM package I get the error. "RUN_LOGIC: Data for Category ACTUAL not found in application Legal".
I have checked that the data exits in the application. I also have data in ownership and rate application. I checked the same in BW. but still get the error.
I am using both Groups(G) and RptCurrency(R) dimension because currency conversion needs R type dimension and DHE in ownership application needs a G type dimension.
For Currency COnversion I am using the following Script logic which works
*INCLUDE SYSTEM_CONSTANTS.LGF
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %C_CATEGORY_SET%
GROUPS = NON_GROUP
CURRENCY=%RPTCURRENCY_SET%
TID_RA = %TIME_SET%
RATEENTITY = GLOBAL
OTHER = [ENTITY=%ENTITY_SET%]//For More than one other scope parameters: OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]
*ENDRUN_PROGRAM
For Consolidation I am using this script which gives the error.
*RUN_PROGRAM CONSOLIDATION
CATEGORY = %C_CATEGORY_SET%
GROUPS = %GROUPS_SET%
CURRENCY=%RPTCURRENCY_SET%
TID_RA = %TIME_SET%
// OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]
*ENDRUN_PROGRAM
Can some one please help me with this issue?
Regards
Jigar
Edited by: jigarv on Jul 12, 2011 3:41 PM