cancel
Showing results for 
Search instead for 
Did you mean: 

How to add sap.m.MessagePage to sap.ushell.Container.getRenderer("fiori2")

0 Kudos

Hi,

I would like to add a sap.m.MessagePage to return of sap.ushell.Container.getRenderer within a custom plugin for Fiori Launchpad on load. To be able to do so, Im assuming I would need to know what sap.ushell.Container.getRenderer returns and hence have some API documentation on sap.ushell.Container. I took a look to https://sapui5.hana.ondemand.com/#/api/ but wasnt able to find any documentation on this class. Seems to be related to https://sapui5.hana.ondemand.com/#/api/sap.ushell.renderers.fiori2.Renderer/overview.

So could somebody tell me where I can find some API documentation on sap.ushell.Container.getRenderer?

Thanks,

kind regards

Kevin_SAP
Advisor
Advisor
0 Kudos
0 Kudos

Thank you Kevin, Im also strongly assuming this must be it. Indeed, I didnt understood 2 things in this context:

1.)a shell instance (sap.ushell.renderers.fiori2.Renderer) within FLP can be provided by use of:

var oRenderer = sap.ushell.Container.getRenderer("fiori2");<br>

as far I got it. My entire question what sap.ushell.Container can do besides of getRenderer e.g. is still open, if I did understood it properly

2.)to be pragmatic on the specific requirement, I dont need to be clear about point 1 to be able to solve it. What Im currently hanging on is: https://sapui5.hana.ondemand.com/#/api/sap.ushell.renderers.fiori2.Renderer/methods/Summary doesnt seems to offer any direct methods for rendering arbitrary content (like desired MessagePage) in the FLP, rather only FLP specific content, like addHeaderItem etc. This unfortunately doesnt helps me on my requirement.

Meanwhile I have seen the blog by Ido Fischer of how to place a welcome message in FLP:

https://blogs.sap.com/2017/10/12/create-a-welcome-popup-for-portal-fiori-launchpad-and-freestyle-sit...

I guess I could try to adapt this for FLP on EP, not sure currently if its possible. I would assume I will need to place the xml dialog in the web resources of Portal. Thanks again,

kind regards

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ron,

thank you very much. Im unfortunately still not clear why getRenderer method isnt descripted there, since due context of use:

sap.ushell.Container.getRenderer("fiori2");

I (old Java tinkerer) have assumed sap.ushell.Container is a regular class and available methods will be descripted there, analogous to JavaDoc e.g. But Im probably missing something fundamental and dont want to bother you with this, but will ask my more SAPUI5 experienced colleagues regarding this topic.

However, meanwhile I gave up trying to render an instance of sap.m.MessagePage into the shell, since it obviously doesnt offers any direct methods to place arbitrary controls and MessagePage dont offers methods like open() or show() (placeAt() inherited from sap.ui.core.Control didnt worked for me, since shell isnt offering a container, as far I understood).

I will try to go with sap.m.Dialog resp. sap.ui.core.HTML instead. This seems to work, but Im currently facing some strange problems there. I will open a new thread, because it doesnt have something to do with my entire question.

Thank you for your friendly support again,

kind regards

Answers (0)