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

Difference between classes ?

Former Member
0 Likes
430

Hi experts,

My question is what is the difference between 'cl_gui_docking_container' and 'cl_gui_custom_container' ?

Is there any effects when using each one?

Thanks in advance.

Regards

Soufiane

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
402

The docking container is the class used to implement the container which hangs on the side of the screen, for example, in SE80 it would be the entire left part of the screen which you are able to resize left to right and right to left. Docking containers can be implemented on any side of teh screen, and there can be more than one. Custom containers are containers which are embeded into the screen, so that class is used when you have defined a custom container area in your dynpro, of cource you can more than one here as well and be placed anywhere on the screen.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
403

The docking container is the class used to implement the container which hangs on the side of the screen, for example, in SE80 it would be the entire left part of the screen which you are able to resize left to right and right to left. Docking containers can be implemented on any side of teh screen, and there can be more than one. Custom containers are containers which are embeded into the screen, so that class is used when you have defined a custom container area in your dynpro, of cource you can more than one here as well and be placed anywhere on the screen.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
402

Hi Rich ,

thank you for this complete answer !

Regards,

Soufiane