cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC : Issue when launching IC_ELIMINATION package

0 Kudos
421

Hi,

I've got the following issue when launching IC_ELIMINATION package :

"Value CA in some formulas of elimination CURRENCY is not a base level member"

The script of elimination is :

During the setup of US elimination, I've made one business rule as required :

I don't know where this issue come from whereas I don't have any formulas concerning currency.

And another question, I'm using a Financial model type, is a GROUP dimension necessary ?

Thank you for your help.

Kind regards

BPC NW 10.0 SP 38 Patch 4 .NET 4.7.2 x64

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Use script like:

*RUN_PROGRAM US_ELIM
CATEGORY = <category id>
CURRENCY = <currency id>
TID_RA = <time id>
HIERARCHY= H2
*ENDRUN_PROGRAM

H2 can be selected

P.S.

https://launchpad.support.sap.com/#/notes/0002849170

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

For sure, if don't have Group type dimension the line GROUP = %DIM_SET% is prohibited.

For the rest - check again all settings.

Please read:


https://www.slideshare.net/Cloneskills/sap-bpc-nw-100-consolidations-ic-elimination-implementation-g...

0 Kudos

I've checked the settings again and I've noticed 1 point :

  • In my ENTITY dimension I have 3 hierarchies (H1, H2, H3)

I think the IC elim package fails because it uses by default the hierarchy H1 and not H2 (which I want). Is there any possibility to indicate which hierarchy to use ?

Regards

0 Kudos

Hi Vadim,

please find below the DM log :

- What currency members are selected?

--> Only EUR currency is selected

- Do you have hierarchy in currency dim?

--> I don't have any hierarchy in Currency dimension

- What do you have in ENTITY for CURRENCY property?

--> I checked this part. Property Currency in Entity dim has no currencies with CA value

One more thing that I've noticed. When I don't add in the script : GROUP = %DIM_SET% the package is aborted automatically with a success status :

We don't have a Group dimension type, by reading SAP documentation this type of dimension is not required for Financial model to run IC Eliminations package.I feel a bit lost, I've checked again all the configuration needed to run IC Eliminations (Elim property in Entity dim, ElimAcc in Account dim, Reporting property in Currency dim, Entity property in Intco dim, Business rule is well configured too)

To go further, I've checked logs (ST22) in SAP BW and I have the following issue :

The cause given by BW is the following :

What do you think about that ?

Thank you for your help.

Regards.