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

Assign subscreen to docking container

Former Member
0 Likes
728

Hi All,

I have requirement to make the subscreen of mainscreen draggable/reziable. Very much similar to se80.

I have two subscreens in main screen. Now I need to give this reziable functionality to one of the subscreen .

This can be achieved through docking container. But currently I am not using any containers.

If suppose I have to use docking container then how will i assign this subscreen of main screen to docking container.

Please suggest.

Thanks.

Hi All,

I have requirement to make the subscreen of mainscreen draggable/reziable. Very much similar to se80.

I have two subscreens in main screen. Now I need to give this reziable functionality to one of the subscreen .

This can be achieved through docking container. But currently I am not using any containers.

If suppose I have to use docking container then how will i assign this subscreen of main screen to docking container.

Please suggest.

Thanks.

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
533

Subscreen can't be assigned to Docking Container. Docking container can only host the the GUI objects. The objects which are instantiated with reference to a class which is inherited from CL_GUI_OBJECT.

Regards,

Naimesh Patel

Read only

0 Likes
533

Thanks Naimesh.

I have tabstrip and subscreen inside it. For each tabstrip click we display different table controls which are again designed in different screens as subscreen. Now how will I make this subscreen in Main screen resizable.