The requirement is as follows:
View 1 View 2
Grid A Grid B
Grid C Grid C
In the function menu you can toggle between View 1 and View 2.
Using the (easy) splitter control and the alv grid control it's possible to create View 1. But by this you bind Grid C to the bottom container of the splitter control. How to link Grid C to the bottom container of the second splitter control too?
Alternative approach: Put all three grids on one (standard) splitter control and make depeneding oin the view the top or midlle container invisible. Is this possible?