Hi,
I am new to BPC. I have consulted many books and tried to research online but was not able to resolve these. Please help.
When I run DM package for standard currency translation, I get the error Time is not available in model SS_Curr_Trans_demo.
The SS_Curr_Trans_demo models structure is as follows.Also can you please tell me whats the logic of equating SS_ENTITY = GLOBAL in the FXTRANS.LGF
Sincerely,
Nicky
My rate model is as follows:
The FXTRANS.LGF looks as follows
When I modify FXTRANS.LGF like as follows, then the Package runs successfully but I do not understands the data update it is doing. It does not make any sense.
The DM Package script is as follows:
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%,%CATEGORY_DIM%,%ACCOUNT_DIM%,%CURRENCY_DIM%,%TIME_DIM%")
TASK(/CPMB/FX_RESTATMENT_LOGIC,SUSER,%USER%)
TASK(/CPMB/FX_RESTATMENT_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/FX_RESTATMENT_LOGIC,SAPP,%APP%)
TASK(/CPMB/FX_RESTATMENT_LOGIC,SELECTION,%SELECTION%)
TASK(/CPMB/FX_RESTATMENT_LOGIC,LOGICFILENAME,FXTRANS.LGF)