cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchical Column Headers in table

Former Member
0 Kudos

HI

Currently I'm using EP7.0, NWDS 7.0.10 and WD 2.0.0 .

I read Web Dynpro Java Foundation – What's new in SAP NetWeaver 2004S.

I want to know how to use Hierarchical Column Headers in table.

Is it possible?

regards bk kim.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bub,

Following are the steps :

1. Create a table in the layout tab.

2.Right click and add Grouped Column Element to the table.

3.Now it will give you an option of adding the column header.Add it say A.

4.Now under A you can add column elements say a,b,c and d.

UI would look something like this:

header column (Grouped Column): | A |

Underlying column added within the ColumnGroup UI element| a | b | c | d |

Row Represing the element of the Data Source Node | X | Y | V | Z|

Now u'll require to bind these column with the attributes and also set the data Source node in the table properties to the parent of these attributes.

I hope the description was quite clear.

Regards

Amit

Former Member
0 Kudos

Thanks Amit.

I solved it.

Regards bk Kim.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bub,

In this case you can use the column group.You can group a set of column together and have a header it and column headers to follow.This can follow

to any level as per your requirement.

Regards

Amit

Former Member
0 Kudos

hi Amit

Thanks for your advice.

I failed to use column group because I'm a beginner in development.

if possible, please tell me detail step.

Regards bk Kim.

Former Member
0 Kudos

Hai,

Insert Child-->Table

Right click on table>Insert Gropued coloumn>Select TablecoloumnGroup

Right Click on TableColoumngroup-->Insert coloumn (otherwise just copy the old coloumns If you have Any)

Right Click on TableColoumngroup>Insert Header>Give Text=Group.

Like this You can embed Many of Coloumns under A Table Coloumn Group.

Regards,

Naga

Former Member
0 Kudos

Hai,

You can use Table ColoumnGroup Element to do this.

create a Table UI element>Context m,enu select Table coloumn group>Select coloumn Group.

add your coloumns in the group.

see http://help.sap.com/saphelp_nw70/helpdata/en/81/f35f426fce3654e10000000a155106/content.htm

Regards,

Naga

Former Member
0 Kudos

Hi Bub,

This is possible in WD.Please try out the following links for details:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d43bb0e5-0601-0010-3a97-d9760726bf4c">Integration of a Tree Structure in a Web Dynpro Table</a>

<a href="/people/valery.silaev/blog/2005/06/13/master-of-columns-part-i Column</a>

Regards

Amit

Former Member
0 Kudos

thanks for your reply.

But, this is not answer that i want.

=============================

A || <===== grouping header

=============================

A1 || A2 || A3 || A4 || B1 <===== header

=============================

1 || 2 || 3 || 4 || hellow <==== values of row1

=============================

a || b || c || 4 || hellow <==== values of row2

I want to use grouping header.

regrars bk Kim.