Last active
September 17, 2015 16:02
-
-
Save jasper07/de82daa5d749f1bb5f59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sap.ushell.Container.getService("CrossApplicationNavigation").toExternal({ | |
target: { | |
semanticObject: "SalesOrder", | |
action: "display" | |
}, | |
params: { "param1" : encodeURIComponent(param1) }, | |
appSpecificRoute: '#' + '/SalesOrder/' + sOrder + '/' + sItem | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?