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

cl_gui_docking_container doubt ???

Former Member
0 Likes
347

Hi, everybody.

I define 2 ALVs in the same screen with Header Html.

I split the container usint cl_gui_docking_container.

     doc_at_top = header

     doc_at_left = alv1

     doc_at_right = alv2

It works, but i have a big challenge now.

is possible to put one on top of another??? using cl_gui_docking_container

     top       = header

     middle = alv1

     bottom = alv2

Thank you in advance

1 REPLY 1
Read only

Former Member
0 Likes
319

I solved the case using splitter container