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

Get Node Key Multiple Items Selected from ALV tree

0 Likes
1,089

Hello Experts,

I'm having a problem in getting Node keys for the items displayed as ALV tree.

I'm able to get Node key, when only ONE record (Item) is selected.

But, when I select multiple items under a Single node am not able to read(get) the node keys for all the selected items.

I'm using the classCL_GUI_ALV_TREE.

I have tried using the method GET_CHECKED_ITEMS, but not getting the keys.

method GET_SELECTED_ITEM is giving node for a single item. I need it for multiple items selected.

Thank you for your time.

-SANGAR

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
426

Hi,

You need to use checkbox concept. and use method GET_CHECKED_ITEMS get selected items

please check this tread.

aRs