Hello experts,
I am developing a simple SAPUI5 application in SAP Web IDE where my first xml view has a form with 3 input fields. On button press action, it should navigate to a list of header data. On rowclick action, it should navigate to a list of item data. An oData service which has a single entity set is to be used to achieve this, with the first 3 input fields being the selection screen fields for the corresponding FM of the odata service.
Although this seems complicated, I have the 2nd and 3rd views ready, they work perfectly for Static Constant data (the data for the input fields) passed through the service.
I want to add the first view prior to these two views, such that my app will look like this-
FirstView.xml (3 input fields)->button-> SecondView.xml (a list of fields)->rowclick-> ThirdView.xml (more data).
How do I achieve navigation to second view on buttonclick action based on the 3 input fields?
Thank You in advance,
-Nimish Kate