on 2016 Sep 06 5:14 PM
Hello EXPERTISE,
I am facing a problem while running the DM package for FXTRANS for FINANCIAL MODLE IN BPC 10.1NW
ERROR IS : RUN_LOGIC:Time is not available in model MEGPC_PRICE
Please help me out in this problem.
Regards,
MICHEAL
MY DIMENSION IN DEGPC_PRICE MODEL
DM SCRIPT
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%,%CATEGORY_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,FX_TRANSLATE.LGF)
LOGIC SCRIPT
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %DEGPC_PLANACT_SET
CURRENCY = %DEGPC_CURR_SET%
TID_RA = %DEGPC_TIME_SET%
ENTITY = %DEGPC_LENTITY_SET%
RATEENTITY = Global
*ENDRUN_PROGRAM
Request clarification before answering.
First - please check that the script name is FX_TRANSLATE.LGF
Then - incorrect line: ENTITY = %DEGPC_LENTITY_SET%
Has to be:
OTHER= [DEGPC_LENTITY=%DEGPC_LENTITY_SET%]
And screenshot of DEGPC_TIME dimension, please!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please show screenshot of the Package log!
And your time dimension is set incorrectly! First month of the year in PERIOD has to be JAN etc...
For real month names use new property!
BasePeriod has to be also correctly filled 001,002....
YEAR property has to be YYYY
2014_2015 base member has to be setup with 3 level structure (MONTH-QUARTER-TOTAL)
Please read: https://launchpad.support.sap.com/#/notes/2101349/E
"Fiscal year begins in July and ends in June" - but PERIOD property of the first month of the year has to be JAN even it's July!!! Create property CALPERIOD and fill it with JUL,AUG...
3 level structure is also required for members like 2014_2015!
year i will make it 1516 act as from july 2015 to iune 2016 - No, years have to be incremented by 1 2015,2016,2017...
You can always create extra property for year with any string!
Sorry, but if you want to have consistent results you have to correct everything!
User | Count |
---|---|
11 | |
10 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.