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: 

Tab strip ALV resize

0 Kudos

Hi Team,

I have a requirement where tab strip showing 2 ALV's in 2 sub screens, now the program is working fine and data is populating properly in 2 tabs.

Issue is customer wants ALV's in large screen just like normal ALV. in my tab strip I am getting smaller ones as like tab strip does.

Can anybody help me what needs to be done to increase the size of ALV's. Any code or suggestions highly appreciable.

Best Regards,

Saida Reddy.

2 REPLIES 2

Former Member
0 Kudos

Hi Saida Reddy,

I think it will be better if you give little bit more information, Since you are using Tab Strip,

Instead of increase size of ALV, Try to increase size of Tab Strip?,

Just look at the following link, this may help to you to get some idea,

1. Tab Strip Control Attributes

2. https://archive.sap.com/discussions/thread/478458

Thanks,

Sivaraj Sadasivam.

Sandra_Rossi
Active Contributor
0 Kudos

Add a button to display a new dynpro of type full screen with a custom container, and use the method LINK of the container object to attach it to this custom container area (EDIT: you don't need to set the lifetime of the controls to lifetime_imode).