cancel
Showing results for 
Search instead for 
Did you mean: 

TreeView UI Llement

Former Member
0 Kudos

Hello all,

I have a requirement to create a TreeView UI element (NWDS 7.0). I am pulling data from a MDM table. The data will reside in a context node. Let us say data will be

SE

SECF

SECFTR

SEDF

SEDFYR

Here SE is a root node. Every instance here can be a node or a leaf. Its a node if it has a child element. Each child will have its name prefix as its parent node.

All this data will be available in a node. How do i create a tree structure out of this data? What do i need to do? How do i convert this data into a format which will be required by the TreeView UI element.? What does it need?

Regards,

Yogesh Bhatia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First of all do you want this tree structure in Table(inside) or Outside.

Go through the below link. You can see sample projects & procedure given for both the approaches.

So go thorogh those and try to execute. You will get to know how to implement your tree structure.

Here in the examples they are reading source data from java class. In your case it is MDM model node.

So there will be no much difference.

[original link is broken]

If you need any further help please ask.

Regards,

Charan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

please go through this pdf ,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ec6622-8da5-2a10-349b-868b6a55...

it will be helpful to crate the tree UI.

Regards,

Ramesh