cancel
Showing results for 
Search instead for 
Did you mean: 

Demand planning: Change currency in unit column with a macro function?

gregorw
Active Contributor
0 Kudos

Hello Demand Planning Experts,

our basic currency in the planning area is set to EUR. We can't use the standard currency conversion because that calculates only with the current exchange rate. So we will implement a macro using the function CURR_CONV_FAC( 'source currency' ; 'target currency' ; 'exchange rate type' ; DATE ). But to have a correct information for the user we also have to change the displayed currency in the unit column. Is there a macro function which can do this?

Best regards

Gregor

Accepted Solutions (0)

Answers (2)

Answers (2)

gregorw
Active Contributor
0 Kudos

We've implemented a BAdI to get this functionality.

Former Member
0 Kudos

Hi Gregor,

could you please detail which Badi you have used to be able to change displayed Uom/Currency in UoM column?

I browsed through existing SDP Badi's and could not find any...

Thanks in advance.

Regards.

Emmanuel.

srinivas_krishnamoorthy
Active Contributor
0 Kudos

Dont think there is a standard way of doing this. There are no BADIs as well to change the UoM displayed. You can try to write user exit macros that can invoke function modules that can change the display UoMs, but it may not be recommended path.

Instead the planners could change the currency on the fly on the data view by right clicking and setting an appropriate UoM.