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

docking container in a screen with others elements.

Former Member
0 Likes
776

Hy yall,

i'm trying to add a docking container at the bottom of a screen where i have already others elements like subscreen etc...

The add is ok but the dockingcontainer is pushing on the right all the elements in the dynpro.

How can i control where the docking starts ( his distance from the top) in other to keep it under the others elements?

P.s: it's a docking_left.

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
635

Hello Andre

If you have already elements on the screen I would recommend to use a resizable CUSTOM_CONTROL element on the screen to which you link your docking container.

Furthermore, if the docking container should dock from the bottom why don't you use DOCKING_BOTTOM and make the width of the docking container huge (to fill the entire screen to the right side)?

Regards

Uwe

Read only

0 Likes
635

hy Uwe, thanks for the reply,

I need the docking just to go down of the other elements ( i'm using the docking because i have in it the drag and drop alv).

I'm trying to divide my dynpro in 2 sectors:

The first with some subscreen, and a second in the bottom with the alv drag and drop.

Can you be a little more specific please?

Regards.

Edited by: EBONGUE ANDRE on Sep 27, 2010 3:31 PM

Read only

0 Likes
635

Hi,

see the example in se38-->salv*

or program SALV_DEMO_LAYOUT_SERVICE

Prabhudas