cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking key figure data changes

Former Member
0 Kudos

Dear All,

I would like to know if I can track changes to the key figure values on a daily/weekly basis in demand planning in SCM 2007.

reagrds,

Kedar Agarkar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please use macro function ROW_VALUES_CHANGED() or VALUE_OF_ROW_CHANGED()

to write a macro to track the changes.

ROW_VALUES_CHANGED( X ) returns 1 if the user has changed one or more values in row X in the current planning session since last pressing Enter. In the attributes of the row, enter Row Attributes as the data source.

Note: Since you generally choose Enter when entering values, SAP recommends that you use macros with this functions as default macros

VALUE_OF_ROW_CHANGED( X ; Y1 ; ... Yn ) returns 1 if the user has changed one or more key figure values in columns Y1 through Yn of row X in the current planning session since last pressing Enter. In the attributes of the row, enter Row Attributes as the data source.

Edited by: sai balakavi on Mar 25, 2009 5:45 PM

Former Member
0 Kudos

Hello Sai,

Thanks for the inputs. I will try out that macro.

Regards,

kedar

Answers (0)