cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Top group is not maintained in group dimension

Former Member
0 Likes
212

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

Thanks Khokan!!

It resolved my issue.

Regards,

Neha

Answers (3)

Answers (3)

Former Member
0 Likes

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.

Former Member
0 Likes

Hi Neha,

No clarity....

Screenshoots of RPTCurrency & Scope Dimension & also Screenshots of Script & Advanced Script also required to give you clear solution.......

Aravind

Former Member
0 Likes

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