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

TREE Report

Former Member
0 Likes
673

Hi ABAPERS,

I have a requirement as below :

after I execute the report the output should be in the format of TREE format

Output :

Cluster ID (GRT) as parent

nodes ( structure of cluster id - GRT ) PC207

ABART

LGART

APZNR

.

Means Cluster id should be parent and child nodes are the structure of ClusterID(PC207) to be displayed the fields in the line items.

Could anyone help me in this regards.

Thanks and Regards,

Deepthi .

4 REPLIES 4
Read only

Former Member
0 Likes
591

Check the Function modules with RS_TREE_*

RS_TREE_LIST_DISPLAY is used to display.

refer this [link|http://www.kodyaz.com/articles/abap-create-hierarchy-tree-list-rs_tree_construct-and-rs_tree_list_display-using-snodetext.aspx] for sample.

Read only

Former Member
0 Likes
591

hope u dint get my question under the parent (cluster id) the relavant structure to be paased in the nodes ( fields of the structure).

Please help me in this regard.

Thanks and Regards,

Pavankk

Read only

0 Likes
591

Hi,

Please check the BCALV_TREE* programs.

Let me know if you have any specific query.

Regards,

Nisha Vengal.

Read only

Former Member
0 Likes
591

Use ALV Tree Control > class: CL_GUI_ALV_TREE.