‎2007 Feb 19 10:35 AM
I have created a Tree structure using RS_TREE_CONSTRUCT. When I click or double click on any node it should go to documentation stored in SE61. Please let me know how this can be achieved.
Message was edited by:
Evani Mannur
‎2007 Feb 19 10:50 AM
Hi,
Welcome to SDN!!!
Refer this link
http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
‎2007 Feb 19 10:50 AM
Hi,
Welcome to SDN!!!
Refer this link
http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
‎2007 Feb 19 11:01 AM
Hi Judith!!
Thank you for the quick response. I do not want to use ALV's or ABAP Objects. We have to create a basic report which contains a tree structure when executed and when we click on any node it should take us to the relevant information.
‎2007 Feb 19 8:42 PM
Implement an event handler for the event 'node_double_clicked' (or similar). Before you have to register this event for the control.
Regards,
Thomas
‎2007 Feb 22 9:39 AM
I have called another function module and passed what I wanted to display.
Thank you for your help.