‎2007 Jul 18 9:17 AM
Hi all,
Can somebody helpme with the following problem :
I have 3 in my repport 3 internal tables : itab1 , itab2 ad itab3.
Now i want to give the result as a tree with 3 nodes as follows :
Resultaat
Node1
Node2
Node3
And if the user klicks on a node ,the content of the corresponding internal table will be shown.
Regards,
‎2007 Jul 18 9:30 AM
explore the AT LINE selection event for this purpose....you can display the names of your internal tables and then when the user double clicks on one of them, you can use the at line-selection event to display the contents of the corresponding internal tables.
‎2007 Jul 18 9:18 AM
Hi,
U have to use <b>Drill Down report</b> for this Purpose.
Check with below links and it help you lot
http://www.erpgenie.com/abap/drill_down_reports.htm
http://sap-img.com/abap/example-code-for-drill-down-report.htm
http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm
Regards,
Padmam.
‎2007 Jul 18 9:30 AM
explore the AT LINE selection event for this purpose....you can display the names of your internal tables and then when the user double clicks on one of them, you can use the at line-selection event to display the contents of the corresponding internal tables.