Hi Experts!
I would like to ask if it's possible to use routing to navigation between views/screens?
Let's suppose that we have such a scenario:
There is table with item on the first screen (e.g. Master.view.xml). Clicking on item causes displaying detail of this item on second view (e.g. Detail.view.xml). I know it's possible and I did it in Web IDE practically without using code.
But the main purpose of the scenario is to add a button on first screen (Master.view.xml) which allows to display a different - the newly created view in Web IDE (New -> Component -> SAPUI5 View) - for example MyView.view.xml.
I still trying create application according to this scenario, but I still have the problem of a move to created my view.
Before I put application code, I would like to ask if scenario that I propose is possible using the SAP Web IDE?
Thank you in advance and best regards!
Marcin