Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple ALV display

frederic_r
Participant
0 Likes
519

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

Hai,

Use Docking and Splitter Containers. Respective Classes: CL_GUI_DOCKING_CONTAINER, CL_GUI_SPLITTER_CONTAINER

Best regards,

rama

2 REPLIES 2
Read only

Former Member
0 Likes
472

Hai,

Use Docking and Splitter Containers. Respective Classes: CL_GUI_DOCKING_CONTAINER, CL_GUI_SPLITTER_CONTAINER

Best regards,

rama

Read only

Kiran_Valluru
Active Contributor
0 Likes
471

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