1.

How Navigation Works In Sapui5?

Answer»

Sap uses TWO mechanisms, routing and EventBus. Routing Is specifically USED for bookmarking the URL. We define routing in component.js within the metadata. It also defines the navigation path and HASH changer which is used at the runtime to CHANGE the url of the particular screen.

Sap uses two mechanisms, routing and EventBus. Routing Is specifically used for bookmarking the URL. We define routing in component.js within the metadata. It also defines the navigation path and hash changer which is used at the runtime to change the url of the particular screen.



Discussion

No Comment Found