Just curious: The picture you showed is the SAP Work Manager.
From your comment:
I have a requirement to display search screen(start) and result screen(List) in the same screen (client initiated screen).
- your picture is a Tile List design consisting of multiple screens fields (pointing to multiple screens)
- A List Screen normally is a collection of data (the requirement is to point to a collection)
- A List Screen also has the option to use Filter Rules (To only show from the collection what your rule filters out)
- A filter rule is some logic you can create using rules to only display rows of data from your collection
- Wondering if you just want to create a filter rule from your List View (collection) to just display what your user searched from your screen (assuming the field is from the screen)
- you may search how to use Filter Rules and the actual rule code that takes the value of the screen (ScreenFieldValue) to filter the listview control data.
The assumption above is that the data you are searching for already exist in your collection or you may do a Fetch to populate the collection then filter the list screen base on your user logic.
If you have the out of the box Work Manager check under Rules in the editor and group name Filter to get an idea.
Not sure if this is what you are asking for.
Mark