cancel
Showing results for 
Search instead for 
Did you mean: 

Change navigation target in standard Monitor Purchasing Order Items Fiori app

saurabh_vakil
Active Contributor
0 Kudos

Hello Experts,

We are using the standard Monitor Purchase Order Items Fiori app (F2358) on our Fiori Launchpad. In this app, when we click on any PO item, it navigates to the Manage Purchase Orders (Version 2 - F0842A) app to show item level details. We want that instead of navigating to F0842A, it should navigate to the Display Purchase Order - Advanced (ME23N) tcode tile.

Is there any way of achieving this change in navigation to ME23N via an extension to the F2358 Fiori app? When we went through the BSP application for F2358, we saw that there is below config in the manifest.json file, which looks to be responsible for the navigation to F0842A. Is there any way to enhance the standard app's manifest.json file to change the navigation target to ME23N?

"crossNavigation": {
"outbounds": {
"ManagePurchaseOrder": {
"semanticObject": "PurchaseOrder",
"action": "manage
}
}
}

Thanks,

Saurabh

View Entire Topic
sandeep_rs
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You could either change the standard navigation to a different detail page as outlined in page or do this selectively via onBeforeNavigation() extension.

Best Regards,

Sandeep