i created a webui component ZBP_COACH :
In this component, i have 2 iframes calling 2 bsps. These Bsps are calling one fiori view each
End -user result :
My issue/pb is : i would like to find a way for being able to close one of the fiori view without closing the complete component.
Currently, when i close the fiori view, the complete component is closed as well. Yet, i want/ need to be able to jump to the other fiori views of the same webui component.
Any idea / way of answering this need ?
It's easy to achieve using a pop-up. But in this case, Buz is requesting to keep the same page, without pop-up ...
Way of doing this using a pop-up. How to do the same without pop-up ?
here, i close the first fiori view & go back to the webui component
This is where i'm able to close the fiori view, going back to the webui component, from a pop-up
i would like to do the same but without using a pop-up !