cancel
Showing results for 
Search instead for 
Did you mean: 

How to bind properties to the table in Webdynpro ?

Former Member
0 Kudos

Hi Techincal guys,

I am trying to create Table tree in Webdynpro.

I have followed this thread.http://wiki.scn.sap.com/wiki/display/profile/2007/09/11/Integration+of+Tree+Structure+in+a+Table+usi...

in this thread they mentioned

Bind the 4 properties with context attributes we have already created.

Expanded -> Expanded.

Is_leaf     -> Is_leaf.

Parent_key -> Parent_level

Row_key   -> Node_level

But When i am binding the attributes i couldn't able to bind.Check the below screen shot.

Can you help me how to bind it ?

Regards

Lokesh

Accepted Solutions (1)

Accepted Solutions (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi Lokesh,

We need to bind the properties shown above to the table properties,i,e ince you have the table created,you need to bind them to the table.The once you have shown is to bind the table columns.

Regards,

Harsha

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Lokesh,

It seems that you are trying to bind the attributes into table. Here you have to bind the property "datasource" of table to the context node.

Create a master column( TreeByKeyTableColumn ) as suggested in wiki and now in the column you would be able to find the properties.. like expanded, is_leafe, etc.

Bind the properties to the respective context attribute.

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Ramakrishna,

Thanks for your reply.

I got the answer.