Skip to Content
0
Jan 23, 2017 at 02:16 PM

SAP UI5 application Error on Browser Refresh

144 Views Last edit May 27, 2020 at 08:09 AM 2 rev

Hi,

I have a SAP UI5 application with splitview layout. The DetailView contains a tab which displays content from another component or embedded application. When I load the application, change the item from the MasterView and refresh the browser, the application fails to load as the getComponentInstance() of the embedded view gets 'undefined' . The code I use to call the application is as follows.

this.getView().byId("idTimeline").getComponentInstance().setPatientId(this._sPatientId);

Here the this.getView().byId("idTimeline").getComponentInstance() gets undefined while this.getView().byId("idTimeline") has value. Kindly advice on how to resolve this issue.

Regards,

Karthik