When I am trying to run the Currency Conversion I am getting the following error.
I maintained the dimension as GLOBAL as the rate entity in the Rate Model.
“RUN_LOGIC: Rate entity not found in application Consolidation model: Consolidation. Package status: ERROR”
My Script Logic for the Currency Conversion is as follows:
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
GROUPS=%GROUPS%
TID_RA = %TIME_SET%
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM
After maintaining the Entity as GLOBAL in Consolidation Model, I re-ran the Package and I got the same error.
RUN_LOGIC:Rate entity not found in application CONSOLIDATION Model
I changed the dimension to Global and the package ran successfully but no record was translated
LOG BEGIN TIME:2014-05-10 16:07:59
FILE:\ROOT\WEBFOLDERS\COG_CONS\ADMINAPP\LEGCONS\FXTRANS.LGF
USER:210214
APPSET:COG_CONS
APPLICATION:CONSOLIDATION
RUN CURRENCY CONVERSION
0 SUBMITTED, 0 SUCCESS, 0 FAIL.
Is there anything that I am missing here.
This is on BPC NW 10.
Appreciate help.
SAP Boss