cancel
Showing results for 
Search instead for 
Did you mean: 

Issues in passing parameter to standard fiori app

Former Member
0 Kudos

Hi all,

I am trying to pass parameter to standard fiori app from custom app. I used the below code

var fgetService = sap.ushell && sap.ushell.Container && sap.ushell.Container.getService; this.oCrossAppNavigator = fgetService && fgetService("CrossApplicationNavigation"); this.oCrossAppNavigator.toExternal({ target : { semanticObject : "MRPMaterial",action : "manage" }, params :{ Material: "12345" } });

The standard app initially opens a pop up which has a field called "Material" I need to pass value to that field.

When I use the above code , I was able to navigate but couldnt see the number which I have passed in Material field.

Please help.

Thanks, Swarnaprakash

Accepted Solutions (0)

Answers (0)