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

SAP Tree Features

Former Member
0 Likes
633

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

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
600

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.

Read only

Former Member
0 Likes
600

Implement an event handler for the event 'node_double_clicked' (or similar). Before you have to register this event for the control.

Regards,

Thomas

Read only

Former Member
0 Likes
600

I have called another function module and passed what I wanted to display.

Thank you for your help.