on 2023 Aug 18 10:41 AM
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.
Request clarification before answering.
Hi,
If you try to open it in business application studio, it will not work. You have to deploy, the navigation works within the launchpad. There are a few things you can do to make with work in BAS but it might not be worth it.
If you already try to open it in the fiori launchpad, check if you are able to find it via App Finder or try accessing it directly with the URL. If it doesn't work, you are either missing the authorizations or the app was not activated.
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
I actually deployed it to cloud foundry and it was made available in the SAP Build Work Zone, Standard edition
And after opening the app called "caixa", I was able to access the app I created and that is where I tried to use the pushbutton functionality.
I can also add that we tried the pushbutton functionality but transitioning to another custom app instead of a standard app and the transition was successful.
Thank you,
Ruben
User | Count |
---|---|
58 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.