Application Development 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: 

fix columns in split alv container

kjyothiraditya
Participant
0 Kudos

hi Experts,

I am displaying 2 ALV using splitter container (1 row, 2 columns) and want to fix certain columns. For the left most alv, i am able to achieve it using FIX_COLUMN in field catalog. However, for the right most alv, this is not working. Also any mechanism to make the 2 screens occupy fullscreen. I see some empty space after the right most 2nd ALV.

For ALV, i am using CL_GUI_ALV_GRID and attaching to to custom containers.

Please advice.

Thanks,

Aditya

1 REPLY 1

Sandra_Rossi
Active Contributor

I guess you display inside a custom container (which is inside a dynpro). The max width is 240 characters for dynpros. The SAP GUI window can be wider but the dynpros can't occupy the full screen (at least on wide screens).

Instead, you may use the container CL_GUI_CONTAINER=>SCREEN0 which represents the full window, and put what you want inside.