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

ALV Custom Container Resizing

itabhishek9
Participant
0 Likes
1,476

Hi SDNites,

I have 2 ALVs displayed in the same screen using method "set_table_for_first_display". There can be instances when one ALV is not displayed as it does not have any data. In this case I wanted to increase the size of the ALV displayed on the screen to cover full screen. Can you please advise if the same is possible?

Regards,

Abhi

Hi SDNites,

I have 2 ALVs displayed in the same screen using method "set_table_for_first_display". There can be instances when one ALV is not displayed as it does not have any data. In this case I wanted to increase the size of the ALV displayed on the screen to cover full screen. Can you please advise if the same is possible?

Regards,

Abhi

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
940

Yes it's possible, but the answer will be different if the two ALV are in 2 custom containers in the same dynpro, or in something else.

Read only

itabhishek9
Participant
0 Likes
940

Can you please elaborate. Also sample code will be of great help.

In my case I have 2 custom container. Each container is mapped to an ALV. Can you please advise how to increase the container size dynamically where 2nd ALV has no data.?

Read only

former_member156446
Active Contributor
0 Likes
940

I guess you use splitter controller to get two ALV's when you know that there is not data in second ALV do not split the container and use the main container as parent.