Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[SAPUI5] Navigate back to Launchpad

 					MessageBox.success('You will be navigated back to the Fiori Launchpad', {
 						onClose: () => {
 							const oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation")
 							oCrossAppNavigator.toExternal({
 								target: {
 									semanticObject: "#"
 								}
 							})
 						}
 					})

Leave a Reply

Your email address will not be published. Required fields are marked *