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: "#"
    }
});
--------------------------------------------------------

Updated on: 05-Dec-2019

346 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements