‎2011 Jul 14 9:52 AM
Hi all,
I'm displaying 3 ALV grids on the same screen using 3 containers.
I've 2 questions concerning the display of these ALV :
- Is it possible to adapt the size of ALV depending on the size of the scrreen ? I know it is possible if displaying 1 grid brut how is it possible with 3 ?
- How can I give the possibility to the user to adapt the size of each grid individually ? For example Grid1 and grid 2 are one below the other. I would with the mouse to increase the size of grid1 and by the same time decrease size of grid 2... (like in transaction SE80 the window 'object liste' and the window 'object details or editor' can be resized the one dependant from the other)
thank you in advance for your help.
‎2011 Jul 14 10:09 AM
Hai,
Use Docking and Splitter Containers. Respective Classes: CL_GUI_DOCKING_CONTAINER, CL_GUI_SPLITTER_CONTAINER
Best regards,
rama
‎2011 Jul 14 10:09 AM
Hai,
Use Docking and Splitter Containers. Respective Classes: CL_GUI_DOCKING_CONTAINER, CL_GUI_SPLITTER_CONTAINER
Best regards,
rama
‎2011 Jul 14 10:23 AM
Hi.,
Using CL_GUI_SPLITTER_CONTAINER you can do this.
Check this link for code reference : [Multiple ALVs |http://sample-code-abap.blogspot.com/2008/06/displaying-two-alv-grid-on-screen.html]
hope this helps u.,
Thanks & Regards,
Kiran