Skip to Content
0
Nov 06, 2013 at 09:13 AM

How to create fixed container ALV (OO ALV) that is with no manual resizing?

363 Views

Hi Experts,

I have used OO ALV. I have used splitter to create two container one above the other.

But user can manually resize the ALV containers. How can we prevent manual resizing?

I have used below code. But it does not help. User can still resize.

CALL METHOD splitter->set_row_height
EXPORTING
id = 2
height = 8..

Please help.

Thanks

Gopal