Skip to content

Instantly share code, notes, and snippets.

@jasper07
Last active September 17, 2015 16:02
Show Gist options
  • Save jasper07/de82daa5d749f1bb5f59 to your computer and use it in GitHub Desktop.
Save jasper07/de82daa5d749f1bb5f59 to your computer and use it in GitHub Desktop.
sap.ushell.Container.getService("CrossApplicationNavigation").toExternal({
target: {
semanticObject: "SalesOrder",
action: "display"
},
params: { "param1" : encodeURIComponent(param1) },
appSpecificRoute: '#' + '/SalesOrder/' + sOrder + '/' + sItem
})
@mpantunes
Copy link

Hi,
I can't make my app to find de .Container.
I add the sap.ushell.* on my index.html but still not working.. any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment