cancel
Showing results for 
Search instead for 
Did you mean: 

Layout Design

graghavendra_sharma
Contributor
0 Kudos

Hello

While designing pages with HTML (BSP), we can split screen into Left and Right panels. How do I do the same in Web DynPro ABAP?

Points will be rewarded for all helpfull answers.

Regards

Raghav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ragav..........

another idea is that....

you can have to components.

creat a viewcontainer element in comp2.

have the rootui element as grid.

so you will be having 2 colunms.

in the right column have the view container element and embed the

other component's view into it.

you can also pass values between these two.

--regards,

alex b justin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raghav,

You can do the same using various container elements, like Transparent container, group, tray etc. Add two containers under the rootuielementcontainer. To have them side by side, you can use a grid layout with col count = 2. Or a matrix layout with the first container as Matrix head data and second as Matrix data. Now define the width of each container in terms of % depending on how wide you want each one.

Refer to the component WDR_TEST_EVENTS for using each type of ui element. See the main view of this component, that will be very close to what you want.

Regards

Nithya