on ‎2016 Oct 05 6:16 PM
Hi People,
I am trying to run currency translation but FX Trans DM Packaging is getting aborting every time.
Below is my Financial model and its dimensions.
GII_ACCOUNT, GII_COMPCODE,GII_COSTCENTER,GII_REGION, GII_RPTTEAM,GII_TIME,GII_VERSION,GII_WBSELE, RPTCURRENCY.
And i had transaction in LC in Financial model.
Rate model.
Rate template (All LC to JPY)
And used below script logic in Financial model
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %GII_VERSION_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %GII_TIME_SET%
RATEENTITY = Global
ENTITY = %GII_COMPCODE_SET%
*ENDRUN_PROGRAM
But my package is getting abort.
NOTE : Before getting abort my package , i got error "RUN_LOGIC:Property INTCO is not maintained in dimension" so i was added INTCO property in entity dimension - GII_COMPCODE.
Could you please suggest me what i am missing ? Thanks!
Regards,
Vishu
Request clarification before answering.
and compare all settings with your case.
Also look on help: Currency Conversion as Script Logic - SAP Business Planning and Consolidation, version for SAP NetWe...
your script is incorrect - have to be OTHER = [GII_COMPCODE=%GII_COMPCODE_SET%]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
I have checked mandatory properties, it looks fine.
1. ACCOUNT Dimension – Property – RATETYPE - AVG
2. ENTITY Dimension - Property – CURRENCY
and added INTCO property
3. CURRENCY Dimension - Property – CURRENCY_TYPE
RPTCURRENCY
4.TIME Dimension - Property – YEAR ,PERIOD ,TIMEID ,MONTHNUM maintained properly.
5. INPUTCURRENCY Dimension - Property – MD - InputCurrerncy dimension used in Rate model.
Do you think i am still missing anything please?
Thanks,
Vishu
If you don't have INTCO dimension you don't need "and added INTCO property"
".TIME Dimension - Property – YEAR ,PERIOD ,TIMEID ,MONTHNUM maintained properly." - are you 100% sure?
"INPUTCURRENCY Dimension - Property – MD - InputCurrerncy dimension used in Rate model." -???
"Do you think i am still missing anything please?" Please check everything once more!
Hi vadim,
**** If you don't have INTCO dimension you don't need "and added INTCO property"
Yes i dont have INTCO dimension, Initially i did not maintained INTCO property but my paclage throwing error that --- RUN_LOGIC:Property INTCO is not maintained in dimension so i just added it in Companycode dimension.
********".TIME Dimension - Property – YEAR ,PERIOD ,TIMEID ,MONTHNUM maintained properly." - are you 100% sure?
Yeah. Here is the snapshot
*****"INPUTCURRENCY Dimension - Property – MD - InputCurrerncy dimension used in Rate model." -???
Yeah and RPTCURRENCY Used in Financial model
******* P.S. And where is the rule setup screenshot?
Thanks,
Vishu
Hi Vadim,
FX package will not show error like "RUN_LOGIC:Property INTCO..." something wrong! May be you are launching incorrect script?
Error Package
******Time dimension with a single time member will not work! Fill data for the whole year!
Yeah i had maintained for all the year. I just took SS for single month for your reference.
*****"INPUTCURRENCY Dimension - Property – MD" - how do you setup this property?
As a "M"
Thanks,
Vishu
Advanced logic:
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,FXTRANS.LGF)
Script logic :
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %GII_VERSION_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %GII_TIME_SET%
RATEENTITY = Global
OTHER = [GII_COMPCODE=%GII_COMPCODE_SET%]
*ENDRUN_PROGRAM
TIme Dimension.
Hi Vadim,
Yeah, My own time dimension properties values are creating problem.
For testing - i had included TIME dimension - BPC predefined dimension instead of using my own GII_TIME Dimension in the models and Currency translation works well.
Could you please tell me again what are the properties i have to changes in my own time
dimension ?
Here is my time dimension and its properties.
Thanks,
Vishu
Sorry, it's not possible for me to inspect all settings... Looks like you are doing something wrong because FXTRANSLATION is a very simple thing and has to work without any issues!
I can recommend to make a fresh copy of the environmentshell and test FXTRANS here! It will work! Then compare it with your environment!
Ok.Thanks for your help vadim.
As i told you, Currency translation is working fine if i use TIME - BPC Predefined Environment shell Dimension in my same model but i am getting problem if i include my own dimension GII_TIME and it has non financial year set up.
Seems, Currency translation will not work for non financial year set up but i had changed properties as you said?
Thanks,
Vishu
What about hierarchy name in TIME dimension? I see something strange as T01???
Yea hierarchy name is T01
********* Also only one hierarchy is allowed for time dim.
Yea i used only one time dimension. and I had tested like below.
First time : I included my own time dimension(GII_TIME) which is having non financial year set up in MODEL - Did not work currency translation
Second time : This time, I removed my own time dimension and added TIME dimension - BPC Predefined Time Dimension - Currency translation works fine.
Third time : removed TIME dimension - BPC Predefined Time Dimension and added again my own dimension but this i had updated proprieties as you suggest - But currency translation did not work.
So, i am thinking it wont work if time dimension has non financial year setup?
Thanks,
Vishu
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 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.