cancel
Showing results for 
Search instead for 
Did you mean: 

*RUN_STORED_PROCEDURE =SPRUNCONVERSION

Former Member
0 Kudos

Hi experts,

I have a question about currency conversion in BPC 7.5.

When running syntax,

 

*RUN_STORED_PROCEDURE

=SPRUNCONVERSION([%APP%],[ACTUAL],[SEK],[GLOBAL],[%SCOPETABLE%],[%LOGTABLE%])

I get error message,

*ERROR* FX-150 Problem IN Ownership

since I don´t use the Entitiy dimension in my application and the ownership is related to an Entity in the ownership application.

In my application I use a dimension Activity (still coded as E) instead of Entity and now I would like to translate the activities without any relation to the Ownership application.

I have heard somewhere that it should be possible to perform currency translations without Ownership, that there is a parameter in the logic call that determines this!?

My questions are:

Is it possible to translate in this case an Activity without having any relation to the Ownership application?

If so, what would the syntax be?

Thanks in advance!

/Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186498
Active Contributor
0 Kudos

Hi Martin,

if you receive FX-150 Problem IN Ownership you must check if you have a base member equal to "METHOD" in the account dimension of the OWNERSHIP cube. Check If you have valid information in the OWNERSHIP cube for the selected Category Time.

"In my application I use a dimension Activity (still coded as E) instead of Entity and now I would like to translate the activities without any relation to the Ownership application.

I have heard somewhere that it should be possible to perform currency translations without Ownership"

probably your application is of Consolidation type, if so or you change it to Generic or you will need the ownership application.

Kind regards

     Roberto

Former Member
0 Kudos

Hi Martin,

what is the currency_type property of SEK?

Regards,
Arnold

Former Member
0 Kudos

Hi Arnold,

The currency_type of SEK is G.

regards,

Martin

Former Member
0 Kudos

Hi Martin,

type G is a consolidated element which requires ownership information. Change it to R and the currency conversion will work without ownership information.

Regards,

Arnold