Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hierarchical Tree Report

Former Member
0 Likes
694

Hello Experts,

I am creating a Heirarchical tree Report using class CL_GUI_ALV_TREE.

For getting the Heirarchical data of my requirement , I am using BAPI CL_GUI_ALV_TREE in which table E_WBS_HIERARCHIE_TABLE contain all of data.

I am stcuk , how to write the logic to use this data to build a tree, ( Data format in the table is : WBS_Elemant , Project Defination, Up , Down , Left , right).

Please suggest me the logic or any function module ( Or method) which uses this data to buld a tree. I am using ADD_NODE methos to add a node in the tree.

Thanks & Regards

Mohit

Hello Experts,

I am creating a Heirarchical tree Report using class CL_GUI_ALV_TREE.

For getting the Heirarchical data of my requirement , I am using BAPI CL_GUI_ALV_TREE in which table E_WBS_HIERARCHIE_TABLE contain all of data.

I am stcuk , how to write the logic to use this data to build a tree, ( Data format in the table is : WBS_Elemant , Project Defination, Up , Down , Left , right).

Please suggest me the logic or any function module ( Or method) which uses this data to buld a tree. I am using ADD_NODE methos to add a node in the tree.

Thanks & Regards

Mohit

3 REPLIES 3
Read only

Former Member
0 Likes
590

Hi;

Have a look

[Link|;

regards

Shashi

Read only

Former Member
0 Likes
590

Hi Mohit,

Check the below link:

http://wiki.sdn.sap.com/wiki/display/ABAP/TREE+ALV

It is very much suited for your requirement.

You can customise it.

Regards,

Nisha Vengal.

Read only

Former Member
0 Likes
590

Hi Mohit,

You can refer another link as well.

http://wiki.sdn.sap.com/wiki/display/ABAP/WBSElementReport

Regards,

Nisha Vengal.