Mohd Arshad has Published 1 Articles

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

Mohd Arshad

Mohd Arshad

Updated on 05-Dec-2019 07:58:15

310 Views

Try to use “shellHash” property instead of “semanticObject” like below:-------------------------------------------------------- sap.ushell.Container.getService("CrossApplicationNavigation").toExternal({     target: {         shellHash: "#"     } }); --------------------------------------------------------

1
Advertisements