Hi community,
I got a problem regarding Viewsets and Views in my Z_Custom_Component. I have a Viewset with 3 Views. If I load it for the first time, all three Views are loaded. After loading it for a second time only one of the three Views is loaded. The both other areas are not even displayed.
First call of the component:
View ZCUSTOM_SEARCH/ResultListDetails -> DISPLAYED
View ZCUSTOM_SEARCH/ResultList -> DISPLAYED
View ZCUSTOM_SEARCH/ResultListRight -> DISPLAYED
Triggering an event so that the Viewset is called again:
View ZCUSTOM_SEARCH/ResultListDetails -> DISPLAYED and also with refreshed data based on data from ZCUSTOM_SEARCH/ResultList
View ZCUSTOM_SEARCH/ResultList -> NOT DISPLAYED
View ZCUSTOM_SEARCH/ResultListRight -> NOT DISPLAYED
The DO_PREPARE_OUTPUT-methods of all three views are always called.
Do you have any suggestions?
Thanks.
Daniel