Application Development 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: 

Mark all line in alv tree

Former Member
0 Kudos

HI

I'm using alv list tree and the problem is that the user can

mark the all line (node or item ) just when he choose on the folder (icon ) and can

choose for the text and not all the line is marked (this is confusing for the user since

when he mark the text and press on right click noting happen just when he mark the all

line include the folder and press right click its open a popup )

what i want is on the tree is similar behavior for se 80 when user open the tree and choose a line

(node or item ) all the line is marked (for instance if choose class is se8o and you expend the

tree and choose method - mark the line all the line is marked include the icon the problem is

in my case that just the text is marked and not the all line )

how can i solve this issue?

i am using this following class and events its work but not mark the all line

cl_gui_list_tree=>eventid_node_context_menu_req

and

on_node_context_menu_select

Regards

James

Edited by: James Herb on Jul 21, 2010 9:29 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think you can use parameter itemselection_ in the constructor to have this behavior.

Check this link:

Link: [http://help.sap.com/saphelp_47x200/helpdata/en/1b/2a75bda9fd11d2bd6f080009b4534c/content.htm]

1 REPLY 1

Former Member
0 Kudos

I think you can use parameter itemselection_ in the constructor to have this behavior.

Check this link:

Link: [http://help.sap.com/saphelp_47x200/helpdata/en/1b/2a75bda9fd11d2bd6f080009b4534c/content.htm]