ā2024 Jun 26 7:57 PM - edited ā2024 Jun 26 8:00 PM
I have 2 Fiori Applications developed in BAS with navigation and I want to test the navigation in BAS with sandbox FLP but it doesn't work.
At the beginning, the Navigation didn't work and I got the error that the navigation is not supported. I followed this blog and now I don't get the error anymore. However, the navigation still doesn't work. In debugging, I see this following coding:
var aIntents = { target: {semanticObject: "SemanticX",
action: "manage"},
params: {Par1: "X",
Par2: "Y"};
sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then( function (oCrossAppNav) {
oCrossAppNav.isNavigationSupported([aIntents]).done(function(aResponses)
{
// do something
});
});
The oCrossAppNav.isNavigationSupported([aIntents]) return false back and I don't know why.
If I test the same coding in a embedded Fiori Launchpad with a Dev System -> Then the navigation works.
Do you have any ideas what I'm missing in this case?
Thanks and best regards,
TOn
Request clarification before answering.
fioriSandboxConfig.json I believe this file is important.
make sure you maintained the correct semantic object and action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.