Hi experts
I'm trying to follow this post, but no success because with my situation there is a catch.
I have:
1. A SAPUI5 application that gets called via gateway url.
2. A url parameter that gets passed to the application in certain situations.
I need:
1. To host the application in the portal (asume it will be a url iView because I have a url to the application)
2. To launch the SAPUI5 app with the iView property set to "seperate headerless portal window (standards mode), otherwise the app gives errors (portal open in quirks mode by default, sapui5 needs standard mode to work, so needs to be forced in iView porperties)
3. To pass a url parameter to the application when I call the iView from SAP inbox.
In short:
How do I get a url that will call the app and display it in the portal in standards mode and pass a parameter to the app url via the portal url?
example
app url: http://<gateway>:<port>.....myapp/index.html?<my parameter>
portal url: http://<portal>:<port>/irj/.....myiView?<my parameter><ie standard mode>
We are on NW 7.4
Regards
Antonette