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

Internal table to node

adel_adel
Participant
0 Likes
380

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
356

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.

2 REPLIES 2
Read only

Former Member
0 Likes
356
Read only

Former Member
0 Likes
357

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.