cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from master to detail page without routing.

Former Member
0 Kudos

Is it possible to navigate without routing?

Accepted Solutions (0)

Answers (2)

Answers (2)

karthikarjun
Active Contributor
0 Kudos

Yes, it is possible to navigate pages without routing.

Way1: you can use pagenavigator control

Way2: use hide and show methods

Way3: Subscribe and publish methods to pass values between two pages

Regards,

Karthik A

Former Member
0 Kudos
var app = sap.ui.getCore().byId("<appId>");
app.to("pageId", "transitionEffect");

https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.m.NavContainer.html#to