on 2011 Dec 14 9:17 AM
Error Message:
Cannot convert key figure value (RISK_ASSESSED) to metrics unit or currency
Cannot convert key figure value (STAFFING) to metrics unit or currency
Cannot convert key figure value (NPV) to metrics unit or currency
I have made all the necessary customizing setting in IMG for metrics and Key Figure Definitions.
Applied Note 1477511.
user added in the keyfigure has sufficient authorization
Check box for 'Object Manager' is selected in the customizing for metrics management in Define Object Types
I have already gone through
Can anyone help me with the issue.
Does applying Note 1477511 remove this error message in your case?
Request clarification before answering.
Hi,
Have you configure SAP PPM -->Common functions -->Metrics Management -->Define currencies and Define Quantities?
You have to review which units/currencies are using in key figures and then customize then for the metrics.
Regards,
Sara
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
&----
*& Report Z_KFM_CLEAR_ALL
*&
&----
*&
*&
&----
REPORT Z_KFM_CLEAR_ALL.
DELETE from kfm_kf_adm_var where kf_adm_var ne space.
DELETE from kfm_kf_adm_vart where kf_adm_var ne space.
DELETE from kfm_kf_cache where kf_id ne space.
DELETE from kfm_kf_group where kf_grp_id ne space.
DELETE from kfm_kf_group_hdr where kf_grp_id ne space.
DELETE from kfm_kf_usr_var where kf_id ne space.
DELETE from kfm_usr_kf_view where view_id ne space.
DELETE from kfm_usr_view where view_id ne space.
DELETE from inm_kfm_kf_ass where kf_adm_var ne space.
DELETE from inm_kfm_v_ass where kf_view_id ne space.
DELETE FROM inm_kfm_kf_thr WHERE kf_obj_guid NE space.
DELETE FROM inm_kfm_objagg WHERE kf_obj_guid NE space.
Edited by: Melvi Pravin Pais on Jan 10, 2012 4:26 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.