In my SAP Fiori custom app, Back button is not working in Launchpad



Try to use “shellHash” property instead of “semanticObject” like below:

--------------------------------------------------------
sap.ushell.Container.getService("CrossApplicationNavigation").toExternal({
    target: {
        shellHash: "#"
    }
});
--------------------------------------------------------

Advertisements