cancel
Showing results for 
Search instead for 
Did you mean: 

Consolidation - Error

Former Member
0 Kudos

Hello

We are using BPC 7.5 NW version (7.50.07). We changed standard dimension 'GROUPS' to dimension type 'R' and included it in our legal applications.

When the following script logic (as recommended by SAP) was used, the consolidation function got cancelled. When GROUP = %GROUPS_SET% was changed to CURRENCY = %GROUPS_SET% for currency translation, I get following error message.

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = %C_CATEGORY_SET%

GROUP = %GROUPS_SET%

TID_RA = %TIME_SET%

RATEENTITY = GLOBAL

*ENDRUN_PROGRAM

*RUN_PROGRAM CONSOLIDATION

CATEGORY = %C_CATEGORY_SET%

GROUP = %GROUPS_SET%

TID_RA = %TIME_SET%

*ENDRUN_PROGRAM

The standard data manager package with process chain 'LEGAL_CONSOLIDATION' fails with error message 'Member "G_CG2" not exist'. G_CG2 is a member of GROUP dimension.

Any suggestion to overcome the error will be appreciated.

Br

Sivakumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siva,

Could you please check other dimensions which are of type R where member G_CG2 needs to be added as member.e

please check the note 1573243 which would help you. thanks.

Regards,

Sanjeev

Former Member
0 Kudos

Hi Sanjeev

Thanks for the reply. Unfortunately this note is not applicable to us. Anything else?

Br

Answers (2)

Answers (2)

Former Member
0 Kudos

Please Check the Dynamic hierarchy editor for the specific period.

Former Member
0 Kudos

Hi

Thanks for your time in answering this issue. I have resolved this error and able to run Consolidation without any issue.

Br

Siva

anil_agrawal
Active Participant
0 Kudos

Hi Siva,

Please check your dynamic script coding, did you changed the prompt also to %CURRENCY_DIM%.

Anil