on 2021 Aug 06 4:58 PM
Hi everyone,
I'm trying to cross-app navigate from a custom app where I write this snippet:
// #AccountingDocument-displayDocument?sap-ui-tech-hint=GUI
var hrefNotification = (sap.ushell && sap.ushell.Container &&
sap.ushell.Container.getService("CrossApplicationNavigation").hrefForExternal({
target: {
semanticObject: "AccountingDocument",
action: "displayDocument"
},
params: {
"sap-ui-tech-hint": "GUI"
}
})) || "";
var oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation"); // get a handle on the global XAppNav service
oCrossAppNavigator.toExternal({
target: {
shellHash: hrefNotification
}
}); // navigate to Supplier application
to FB03 standard app (SAP GUI Application Type).
The requirement is to execute this app with input parameters already filled by the caller custom app :
and executed :
Can anyone help me?
Thanks
Hi Daniele,
You can pass the additional parameters in the params section
Please check this link and also please check the standard app tile for the available parameters.
Regards,
Srinivasan V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.