cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC Currency translation Rule

former_member830759
Discoverer
0 Kudos
380

Hello,

we are using BPC standard 11.1 version & below script (Standard) is Configured in our system.

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = %C_CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET%

TID_RA = %TIME_SET%

RATEENTITY = GLOBAL

......

*ENDRUN_PROGRAM

As per SAP Document it is mentioned that if we define RATEENTITY = GLOBAL in this rule then GLOBAL must be the valid ID in REntity dimension. But we have different exchanges rates for different company codes. So, all our company codes are entered in RENTITY dimension instead of GLOBAL. Still the rule is working fine. Can anyone please explain how come the rule is giving correct result despite the ID - GLOBAL is missing in RENTITY dimension.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Instead of GLOBAL you have to use your real RENTITY! Cxxx

In some cases when RATEENTITY is incorrectly assigned it will use the existing, in some cases it will result in errors!

P.S. RATEENTITY member is case sensitive like other BPC members!

former_member830759
Discoverer
0 Kudos

Hi sir,

Below is the list of entities in RENTITY dimension. we have not defined any entity as GLOBAL. But still the results are coming fine.

what should be the correct approach to handle such scenario.

former_member186338
Active Contributor
0 Kudos

Sorry, but you have removed all info...

former_member186338
Active Contributor
0 Kudos

I see very strange R_ENTITY setup: multiple members having 2 hierarchies. What is the idea behind?

R_ENTITY is used to have different rate tables for the same currency, but what do you want to achieve here?

former_member830759
Discoverer
0 Kudos

Dear Sir,

Thanks for your response.

The reason for maintaining two hierarchies is to see the reports on different selection. We have multiple company codes using the same currency but exchange rate is different for each company code.

Thanks

Shubham

former_member186338
Active Contributor
0 Kudos

"We have multiple company codes using the same currency but exchange rate is different for each company code"

Different companies within the same country using different exchange rates - looks absolutely strange for me!