cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Actionable/Navigational Card in Fiori Overview PAge

Jayakrishnan
Active Participant
0 Kudos

Hi Experts,

I am working on the Fiori Overview Page elements,and successfully created Overview page and List card by using Standard Purchase Order Service. Now i want to navigate to different page from the list item. I know cards support context based navigation. But Dont know how to achieve this ?

Thank you,

Regards,

JK

Accepted Solutions (0)

Answers (2)

Answers (2)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

yes that's the general idea. Specifics of the mapping depend on app type

Jayakrishnan
Active Participant

Thank you Jocelyn

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

HI JK

Take a look at the navigation section in the SAPUI5 SDK ...

SAPUI5 SDK Developing apps using Fiori Elements ... Navigation

Easiest option is to use Semantic Object navigation ... which means you will need an associated Target Mapping in the Fiori Tile Catalog that holds your Overview Page.

Good luck!

Jocelyn

Jayakrishnan
Active Participant

Thank you Jocelyn,

So as you said, we need to add the target mapping to diff application right? like if i display purchase order list in my card, after my clik event it will go to Purchase order track app(separate application in FLP)?

former_member289890
Participant
0 Kudos

Hi Jocelyn,

I am able to navigate to other apps using identification -> UI.DataFieldForIntentBasedNavigation. But I am not able to pass the selection/filter parameters from source app to the target app. I am using Fiori templates, have an Overview page with a chart as source App and Analytic list page as target app. Want to build a navigation from OVP to ALP such that ALP display data only as per selections made on OVP card. Can I achieve this by DataFieldForIntentBasedNavigation ? Any other way ?

Thanks,

Tanveer

former_member103161
Contributor
0 Kudos

Hi Tanveer,

Which version of SAPUI5 are you using? The selected data point values should be passed to the target app if you navigate based on a click on the specific measure value in the chart.

Regards,

Prasita

BhargavaBuddana
Discoverer
0 Kudos

Hi Prasita,

Could u pls explain in detail