cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro table does not scale on expand

Former Member
0 Kudos

Hi,

We are having issues with a webdynpro screen in SRM.  (TBL_PRODCAT in /SAPSRM/WDC_SH_PRODCAT)

When selecting product categories we have the following window, all product categories are displayed below in columns

description, category id and logical system.

When we expand this window to get a better view of the categories we want the table to also expand.

At the moment this happens, screen expands but the table remains the same size

Are there any properties for the webdynpro table that will achieve this? columnResizeMode etc?

Cheers

Tony

Accepted Solutions (0)

Answers (3)

Answers (3)

ramakrishnappa
Active Contributor
0 Kudos

Hi Tony,

Simplest way of achieving your requirement is to set the layout of all top containers of table to FLOWLAYOUT. Now, table expands, as window size changes.

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Thanks for the replies guys, no luck yet.

Tried setting stretchedHorizontally and stretchedVertically as checked.

isLayoutContainer property to checked. - This made no difference.

Then I set the top container to flowlayout and it looked slightly worse (text bunched together but the table still does not expand)

Former Member
0 Kudos

Check the properties of the Transparent container and set the width 100% for all UI elements in that.

That should help.

Thanks

Phani

matteo_montalto
Contributor
0 Kudos

Hi Tony,

I'd rather check the layout property of both the table and the upper container; what are you using ? FlowLayout, MatrixLayout, GridLayout, RowLayout...

Former Member
0 Kudos

Top container has MatrixLayout

Table is MatrixHeadData

matteo_montalto
Contributor
0 Kudos

Try this: on the top container of the table, set both the property stretchedHorizontally and stretchedVertically as checked.

Furthermore, set the isLayoutContainer property to checked.