cancel
Showing results for 
Search instead for 
Did you mean: 

table - tree

kanthimathikris
Employee
Employee
0 Kudos

Dear Friends,

I have a requirement to display an output using Tree; as I am very new to WDA I am trapped in the middle of my design. Can anyone provide me an insight of how to achieve the requirement below,

I have table “org_data” with following columns

Org_unit org_desc goal_key

I have another table “goals” with following columns

Goal_key Goal_Desc

I wanted a tree to be displayed as follows,

Org_Unit1 (Org_Unit Desc)

--Goal1 (Goal_Desc)

--Goal2

--Goal3

Org_Unit2

--Goal2

I thought of using the Table (Table master column) and the Tablebykeycolumn.

In this case, how should define my context and what values should I pass for the Parentkey, rowkey etc. Any other thoughts for achieving it is also appreciated.

Thanks,

Kanthimathu

Accepted Solutions (0)

Answers (2)

Answers (2)

kanthimathikris
Employee
Employee
0 Kudos

I referred to the following post in the Wiki page,

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/09/11/integrationofTreeStructureinaTableusingWebdynpro+Abap&

it solved my problem.

Former Member
0 Kudos

Hi,

I think the easiest way will be using a table popin,

with the goals table in the popin embedded.

you can find an example in wdr_test_table

grtz,

Koen