‎2010 Sep 08 1:44 PM
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 .
‎2010 Sep 08 1:56 PM
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.
‎2010 Sep 08 5:48 PM
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
‎2010 Sep 13 1:08 PM
Hi,
Please check the BCALV_TREE* programs.
Let me know if you have any specific query.
Regards,
Nisha Vengal.
‎2010 Sep 15 9:01 AM