on ‎2016 Aug 11 10:04 AM
Hello experts,
we have some metrics in the fin info tab. while moving to this tab there is some error coming.
Cannot convert key figure value to metrics unit or currency.
have already checked the Definition of key figures and mapping of metrics Looks fine.
Any suggestions ?
Thanks.
Request clarification before answering.
Dear Lin,
you can set a breakpoint at the following coding part where the message INM_METRICS 103 - "Cannot convert key figure value to metrics unit or currency" is created:
Webdynpro: INM_M_METRICS_COMP
COMPONENTCONTROLLER
Method: CONVERT_TO_METRIC_CURR
Method: Convert_to_metric_uom
Also set a breakpoint at function module INM_KFM_GET_KF_DEF_USAGE and check, if the unit/curr
can be determined:
FM: INM_KFM_GET_KF_DEF_USAGE
* determine user_id, kf_unit, kf_curr
* from db
SELECT SINGLE kf_exe_user kf_unit kf_curr kf_decimals FROM kfm_kf_adm_var
INTO (lv_kf_exe_user, lv_kf_unit, lv_kf_curr, lv_kf_decimals)
WHERE kf_adm_var = ls_kfm_kf_assignment-kf_adm_var.
best regards,
Judith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| 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.