cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori App - Procurement Overview Page

Former Member
0 Kudos

HI Experts,

Activated Std Sap Fiori App - Procurement Overview Page(SAPUI5 Tech Name :PRC_OVPS1) & two views in that page not working.

1. Purchase Requisition Touch Page. For this view when i check chrome developer console log i see below errors.

Analytic card Error: in Chart Annotation. (com.sap.vocabularies.UI.v1.Chart#_SAP_MM_PRC_REQNNOTOUCHRATE_EVAL__BYTOUCHTYPE is not found or not well formed).

Analytic card Error: in Identification Annotation. (com.sap.vocabularies.UI.v1.Identification#_SAP_MM_PRC_REQNNOTOUCHRATE_EVAL is not found or not well formed)

2. Overview Purchase Order Item -For this view when i check chrome developer console log i see below errors.

[{"code":"LCX_MISSING_PARAMETER","message":"The caller violated a precondition for a method call","propertyref":"","severity":"error","target":""},{"code":"/IWBEP/CX_MGW_MED_EXCEPTION","message":"An exception was raised","propertyref":"","severity":"error","target":""}]}}} -

I could debugged the oData service and found that for overdue view its using C_OVERDUEPO CDS view & in this view p_displaycurrency & P_EvaluationTimeFrameInDays fields are mandatory. But when the Odata is triggered i can see only P_Date & P_Language is passed. IS there any mapping that needs to be done

I am very new to fiori. I might not be aware of the naming. so you please explain from basic how to fix this issue.

Thanks in advance

Maneesh

FYI - I had checked & confirmed all the odata & apps are activated as suggested by sap.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have the same issue with you, I still have no answer to this issue.

Former Member
0 Kudos

Hi ,

did you get any solution for the same.because we are also facing same issue.

Former Member
0 Kudos

Had the same problems.

First error indicates that your chart is not correctly defined and thus the UI can't interpret it correctly. You're probably missing some important annotations for that specific chart. Which chart type are you using? Take a look at this site, might help you to find what you're missing: https://sapui5.netweaver.ondemand.com/#/topic/c7c5a828fe69411da7d63e2e63086b59

Second error I haven't figured out yet. I found a blog from 2015 discussing the same problem but they didn't find a solution either. https://archive.sap.com/discussions/thread/3750299

Maybe it's not implemented to pass parameters through as there are filtering options at runtime.