‎2016 Jun 23 1:27 PM
Hi All,
Is it possible to have checkbox functionality using CL_SALV_TREE class ?
I can see a method for event RAISE_CHECKBOX_CHANGE in CL_SALV_EVENTS_TREE class which seems we can handle a checkbox in SALV TREE display. The checkbox is being disabled as shown below, when I tried to implement it in my report.
Could you help me to enable that checkbox and handle the event for the same.
Thanks,
Arun.
‎2016 Jun 23 4:04 PM
I think it's answered in the doc -> http://help.sap.com/saphelp_nw70/helpdata/en/26/46fb40f17af66fe10000000a1550b0/frameset.htm
item->SET_EDITABLE( true )
event CHECKBOX_CHANGE
‎2016 Jun 23 4:04 PM
I think it's answered in the doc -> http://help.sap.com/saphelp_nw70/helpdata/en/26/46fb40f17af66fe10000000a1550b0/frameset.htm
item->SET_EDITABLE( true )
event CHECKBOX_CHANGE
‎2016 Jun 24 9:11 AM