cancel
Showing results for 
Search instead for 
Did you mean: 

Can we have more than 1 UI element in a single table column?

Former Member
0 Kudos

Hi All,

For example, I want to have IMAGE, ProgressIndicator and LinkToAction together as a template in a table column.

I already tried without success. I could only add single UI elements. After that, tools won't let me do it.

Any help or suggestion will be appreciated.

Sub

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is possible, but only as of NetWeaver 7.0 Enhancement Package 2. There is a new feature called TableMultiEditorCell. You can read more about it here:

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9b/46bb0d339b42cc8d30636ca0c9f5b6/frameset.htm

gill367
Active Contributor
0 Kudos

Hi

You can have at one time only one UI element in the table.

if you want to have more than one type of editors in the table then you can use table cell editors as suggested above.

but i guess you are referring here to grouping more than one UI element in one editor or one column.

i think that is not possible as such.

How ever what you can do is, make use of the TABLECOLUMNGROUP.

instead of adding column directly to the table use TABLECOLUMNGROUP and add columns to this.

create three table column for three UI elements you are reffering here and put them in this one TABLECOLUMNGROUP.

and add rest of the column straight to the table.

thanks

sarbjeet

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Yes, it is possible.

http://wiki.sdn.sap.com/wiki/display/WDABAP/WebDynproforABAPCellVariants