Skip to Content
0
Jun 11, 2018 at 01:41 PM

How to navigate from Initial Page in Search GUIBB to Main Page in LIST UIBB

224 Views

I have 3 GUIBB: Search --> Results stored in LIST GUIBB --> Display details in FORM GUIBB.

I placed the search criteria in Initial Page and the other two GUIBB (Using Feeder Class) are stored on Main Page.

If I put all 3 GUIBBs in Main Page, it works but user always have to collapse the search screen after get result.

I like to put the search in Initial Page and the rest are in Main Page, but it does not seems to work. After I click the search button, nothing showed up on screen. This seems very simple and straight forward but I cannot find any sample code. Can someone shows me how to navigate from Initial Page of Search UIBB to Results table in List UIBB using feeder class. Thanks

PS: I used singleton class between Search and List and Wire Model Class between List and Form to pass data. Also I would like to save data after some update process in Form GUIBB. Should I used IF_FPM_TRANSACTION or IF_FPM_WIRE_MODEL_TRANSACTION in the feeder class? and do I put the Interface in all 3 classes or only the class that I operated on the save process? I put IF_FPM_TRANSACTION in the form GUIBB but it seems that the save routine never get triggered. Thanks for your help