Application Development 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: 

position a UI element or container on a specific position in webdynpro ABAP

laeeqsiddique
Participant
0 Kudos
135

Hi All,

How can we positioned different UI elements on a specific location?. I mean whenever we drag and drop them on a view they seem to take their place automatically. Is there a way to give them a shape ( vertical/horizontal ) & position explicitly . I’ll appreciate a quick reply from you people.

Regards,

Laeeq.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
56

Hi Laeeq,

There is no way to absolute position something in Webdynpro ABAP (at least not that I've found), but there are some ways you can get things relatively in the way you want them. Try looking at the samples (SALV_WD_DEMO_TABLE*) and you'll see how they use a combination of transparent containers, groups, and the matrix layout to get things into position.

It does not allow for very fine grained control, but you should be able to achieve the look you are going for.

1 REPLY 1

Former Member
0 Kudos
57

Hi Laeeq,

There is no way to absolute position something in Webdynpro ABAP (at least not that I've found), but there are some ways you can get things relatively in the way you want them. Try looking at the samples (SALV_WD_DEMO_TABLE*) and you'll see how they use a combination of transparent containers, groups, and the matrix layout to get things into position.

It does not allow for very fine grained control, but you should be able to achieve the look you are going for.