2015 Jun 26 8:17 AM
I am calling several ALV's in a tabstrip with same data using a single instance of cl_gui_alv_grid, all the ALV's field catalog are different.
User has changed & saved a variant as default in one of the tabstrip & then he navigates to another tabstrip, when he returns to the previous tabstrip where he had saved a display variant, the ALV is not showing the default variant layout, but it is showing as per the field catalog.
I have tried using method like set_variant, set_layout, nothing is working. Anyone came across this problem?
2015 Jun 26 8:47 AM
Hi,
When user navigate from one tab to other every time refresh_table_display is call for data refresh , what I suggest use multiple instance of cl_gui_alv_grid so that different grid point to different memory which hold setting differently.