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: 

TREE - Interpret Checkbox Selections - BCALV_TREE_DEMO

Former Member
0 Kudos

The sample code does not indicate how to interpret whether a checkbox was checked.

I'd like to do this.

Please advise on this. The sample programs in SAP don't handle this. Furthermore, the examples I've seen at help.sap.com don't cover it either.

Finally, even the best place: http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_basic.htm

doesn't seem to cover it.

Thanks,

Ken

1 REPLY 1

Former Member
0 Kudos

Answer if you want it!

Check out method: get_checked_items

in Class: cl_gui_alv_tree.

See it in action in SAP sample program:

RHINTE20

which I think shares the same SAP sample include:

BCALV_TOOLBAR_EVENT_RECEIVER01

Let me know if you have questions.