cancel
Showing results for 
Search instead for 
Did you mean: 

Editing tree ui for MDM hierarchy tables in a WDJ aplication

Former Member
0 Kudos

Hi ,

We have a requirement where MDM hierarchy tables are displayed using a tree UI in WDJ application.

However, tree UI is used only for the display purpose. Is there anyway or any other UI available

using which we can achive edit option in the tree as well?

Not only this, we are supposed to provide functionality to support moves across the nodes of hierarchy.

Like PC move or SBU move from one hierarchy to another.

First of all, can we achive this in WDJ or MDM WebDynpro COnfigurator? If we can, then how? Any links or pointers for this?

Thank You,

Apoorva Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i think u can use the method addNodeType (IWDAbstractTreeNodeType nodeType, int index) to add/edit an element at a particular index in the tree.

but drag drop features i think are not supported in standard WD and u need to use a java script in the view to achieve this ?

thanks

-Adrivit

former_member188632
Active Contributor
0 Kudos

Hi Adrivit,

Can you please tell us how to use this method? May be you can post a small code snippet or any pointer to help document?

Ameya

Former Member
0 Kudos

look for any "WD UI elements" tutorial in SAP help

thanks

-Adrivit