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

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: 2019-12-05T07:58:15+05:30

551 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements