cancel
Showing results for 
Search instead for 
Did you mean: 

In BPC 10.0, Currency conversion fails when running Consolidation thru Consolidation monitor!!!

Former Member
0 Kudos

Dear All,

in BPC 10.0, I am trying to run Consolidation after currency conversion. Have done currency conversion thru Consolidation monitor. It was successful. But, when I tried to run Consolidation process thru Consolidation monitor, it failed. 

Got the error message - 'Rate entity not found in application Consolidation'.

Have googled at SCN and found another thread related to this. They suggested to have the rate entity as GLOBAL instead of Global. As it involves too many changes, I tried using a new rate entity - GLOBAL1. When using this, currency conversion thru Consolidation is ok. But, it is not when Consolidation is run, which in turn runs currency conversion.

Pls. help to fix this.

Attached screen shot contains error I am facing.

Thanks in advance!

Thanks,

Peri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Peri,

Do you mean the currency conversion is not running while running the consolidation?

Former Member
0 Kudos

Yes, Nilanjan! It is running fine when run under Currency Conversion directly from Consolidation monitor. But, not running when run as part of the Consolidation process. This is strange.

It is resolved now. I had to use the rate entity as GLOBAL instead of Global. This is funny. Not sure how many such things hidden inside SAP BPC 😞

Thanks, Nilanjan.

Regards,

Peri

Former Member
0 Kudos

Hi Periakaruppan. can you share your C/T code? My DM runs says successful but no posted records. i ran in both reporting currency and group currency to no avail.

my code is like below

*RUN_PROGRAM CURR_CONVERSION

CATEGORY =%CATEGORY_SET%

CURRENCY=%RPTCURRENCY_SET%

TID_RA=%TIME_SET%

SCOPE=%SCOPE_SET%

R_ENTITY=GLOBAL

INCREMENTAL_MODE=N

//For more than one other scope parameters:

OTHER=[ENTITY=%ENTITY_SET%]

*ENDRUN_PROGRAM