cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Overview Page - Navigation issue

Former Member
0 Kudos

Hi Team,

I am trying to navigate to KPI app(Standard Fiori app : Value Contract Consumption) from OVP table card and facing below issue.

I have added semantic object and action as below.

<Annotation Term=”UI.Identification” Qualifier=”lineitemnav”>
<Collection>
<Record Type=”UI.DataFieldForIntentBasedNavigation”>
<PropertyValue Property=”SemanticObject” String=”PurchaseContract”/>
<PropertyValue Property=”Action” String=”analyzeValueContractCnsmpn”/>
</Record>
</Collection>
</Annotation>

“sap.ovp”: {
“globalFilterModel”: “ZPPM_INPUT_QUERY_SRV”,
“globalFilterEntityType”: “ZPPM_INPUT_QUERYResult”,
“enableLiveFilter”: true,
“considerAnalyticalParameters”: false,
“cards”: {
“card00”: {
“model”: “ZPPM_INPUT_QUERY_SRV”,
“template”: “sap.ovp.cards.table”,
“settings”: {
“title”: “{{card00_title}}”,
“entitySet”: “ZPPM_INPUT_QUERYResults”,
“addODataSelect”: false,
“annotationPath”: “com.sap.vocabularies.UI.v1.LineItem#tablecard”,
“identificationAnnotationPath”: “com.sap.vocabularies.UI.v1.Identification#lineitemnav”
}}}}

When I run the app from web ide , it says “Navigation to this application is not supported.”

When I try to deploy the app to ABAP repository I am getting this error “Cannot read property ‘indexOf’ of undefined”.

I tried to test with below URL

..../fiori#PurchaseContract-analyzeValueContractCnsmpn – Not working

.../fiori#PurchaseContract-analyzeValueContractCnsmpn?EvaluationId=.SAP.MM.PUR.VALUECONTRACTCNSMPN.EVAL – Its working with the parameter

In this case how to property in UI annotation.

Any help would be grateful.

Thanks,

Vasantham

Accepted Solutions (0)

Answers (0)