cancel
Showing results for 
Search instead for 
Did you mean: 

Positioning of components in ABAPDynpos

Former Member
0 Kudos

Hello experts ,

I want to position some label and input field in one row.On next row i want to put two button .Please suggest me appropriate layout for it and also how It can fit to my reqiuremt.

Accepted Solutions (1)

Accepted Solutions (1)

rainer_liebisch
Contributor
0 Kudos

Hi Parag,

here is the link to all possible layouts:

http://help.sap.com/saphelp_nw2004s/helpdata/en/23/e594413f4bad5fe10000000a1550b0/frameset.htm

The Matrix layout might be the best choice for your requirements.

Regards,

Rainer

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Parag,

Give Rowlayout or Matrix layout to ROOTUIELEMENTCONTAINER.

RowHeadData or MatrixHeadData to label

RowData or MatrixData to Inputfield.

RowHeadData or MatrixHeadData to 1st button

RowData or MatrixData to 2nd button.

This would solve your problem. Kindly close the thread and award appropriate a points to the answer given.

Cheers !

Ashish

Murali_Shanmu
Active Contributor
0 Kudos

Its very easy in WDA. Chose a Matrix Layout for a container. Put all the fields/Buttons inside it.Whenever you want to break a line use MatrixHead Layout at element level.

Cheers,

Murali.