cancel
Showing results for 
Search instead for 
Did you mean: 

Error - App could not be opened either due to an incorrect SAP Fiori launchpad configuration

rubensantos
Explorer
0 Kudos
1,260

Hi,

I have created a custom application on business application studio, in that app I have a pushbutton that when pressed the standard application Clear Incoming Payments is opened (https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0773')/S11OP) is opened.

When I try to use the button I recieve the following message

"App could not be opened either due to an incorrect SAP Fiori launchpad configuration or a missing role assignment.

Failed to resolve navigation target "#Customer-clearOpenItems?CompanyCode=3510&Customer=35100005&sap-app-origin-hint=saas_approuter_sbhtz9jz65t335b0&sap-fiori-id=F0773&sap-tag=superiorAction". This is most likely caused by an incorrect SAP Fiori launchpad content configuration or by a missing role assignment." The coding used to open the standard app was the following var navigationService = sap.ushell.Container.getService("CrossApplicationNavigation"); navigationService.toExternal({ target: { semanticObject: "Customer", action: "clearOpenItems" }, params: { "Customer": "35100005", "CompanyCode": "3510", "sap-fiori-id": "F0773", "sap-tag": "superiorAction" } }) I have checked the roles in the fiori library app (https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0773')/S11OP) and it does not seem like I am missing any.

View Entire Topic
Meghana2
Newcomer
0 Kudos

Hi Ruben, 

were you able to resolve this issue? We are facing this similar issue now. Could you please let me know how you mancaged this issue?