cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

How to Enable App-to-App Navigation in BAS?

tondinh
Product and Topic Expert
Product and Topic Expert
732

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

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

fioriSandboxConfig.json I believe this file is important.

make sure you maintained the correct semantic object and action.

Answers (0)