on ‎2015 Sep 24 12:04 AM
Hello Experts,
I am running DM package 'FX Restatement' to translate values from LC to reporting currency. I have modified package prompt and FXTRANS logic script to accept currency as input instead of Group.
I am getting following error when I run package. Any idea how to fix this error? Please help.
RUN_LOGIC:Top group is not maintained in group dimension
model: <Model Name>. Package status: ERROR
Thanks & Regards,
Neha
Request clarification before answering.
Hi All,
I have changed the prompt and script to following. Members in Rptcurrency and Group dimensions are same as delivered in EnvironmentShell except that I have added an additional member G_NONE in Group dimension. It looks as attached.
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
RATEENTITY = Global
ENTITY = %ENTITY_SET%
INCREMENTAL_MODE =
*ENDRUN_PROGRAM
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%,%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%")
Thanks & Regards,
Neha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neha,
Change the script as follows and mentioned currency type N for G-None member,removed all other properties value for G_None member.As per standard BPC notes in group dimension one member need to be G_None and currency type N.check also RATE ENTITY member Global upper or lower case.We use Incremental_Mode=X when full translation are require.
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
RATEENTITY = Global
OTHER =[ENTITY = %ENTITY_SET%]
*ENDRUN_PROGRAM
Khokan
Hi neha dubey dixit ,
i had gone through the issue and while you are doing the currency conversion (FXTRANS) you said that you had changed the prompt what have you changed in that provide the details with the help of a screenshots.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neha,
No clarity....
Screenshoots of RPTCurrency & Scope Dimension & also Screenshots of Script & Advanced Script also required to give you clear solution.......
Aravind
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neha,
Which application did you run the currency translation ? If you run currency translation in consolidation model then check Parenth_Group properties in GROUP dimension which.Try to check in group dimension is there proper maintain parenth_group properties value.Also share some screen short for better understanding.
Khokan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 32 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.