cancel
Showing results for 
Search instead for 
Did you mean: 

Question on exchange rates

raghuvara_bhat
Explorer
0 Kudos

Hi,

Scenario:

- No 0calmonth and 0calendarday present in multiprovider.

- We have 2 other month fields called valid from and valid to and the key month variable is created in BEx based on valid from. Both these objects have type ref 0calmonth.

- Exchange rate needs to be applied on a KF based on the month and this KF has 12 instances in query based on offset of key month variable from -1 to -11. So, we need to show the KF value based on 12 different month exchange rates.

Issue:

- Fixed Time Ref section of RSCUR:

While creating the conversion type in RSCUR, we can give the a variable based on 0DATE; however, we do not have any such variable. If we create a date variable based on key month variable using BAdI, can we use that? As, we need 12 different exchange rates in query we are applying offset on key month; will this offset be applied to key date field also (run time)?

- Variable Time Ref Section of RSCUR:

We do not have 0calmonth in cube so if we can't use 0calmonth in this section. Is the understanding correct?

Please let us know if anyone has come across this scenario exchange rates dynamically.

Regards,

Raghu

Accepted Solutions (0)

Answers (1)

Answers (1)

sander_vanwilligen
Active Contributor
0 Kudos

Hi Raghu,

If I understand you correctly, you are trying to find a solution on the front-end side. Did you consider to solve it in the back-end, i.e. adding additional Key Figures for amounts in other currencies (and corresponding Transformation rules to do the currency conversion)?

Best regards,

Sander

raghuvara_bhat
Explorer
0 Kudos

Hi Sander,

Yes, before trying anything from data model end I wanted to look for an option to achieve the requirement from BEx. It is not seem to be possible.

So, I can add another object 0CALMONTH in cube, split the data entries for entire validity period and then populate the 0CAMONTH based on validity. By doing this, conversion can be done at the BEx end.

Or, As suggested by you I can add another KF and handle the currency conversion in transformation.

~Raghu

sander_vanwilligen
Active Contributor
0 Kudos

Hi Raghu,

From a performance perspective the data staging approach with additional Key Figures and currency conversion in the Transformation is in my opinion the best choice.

Best regards,

Sander

raghuvara_bhat
Explorer
0 Kudos

Thanks Sander.