Skip to Content
0
Former Member
May 18, 2010 at 10:18 AM

user command in hierarchical list

240 Views

hi, i have displayed data in hierarchical list using oo prog.

i made use of classes like cl_salv_herseq_table

i wanted a functionality which in non OO prog using 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' can be done by sending

the parameter in I_CALLBACK_USER_COMMAND.

the function that we send to I_CALLBACK_USER_COMMAND has two parameters of type sy-ucomm and slis_selfield .

using object oriented prog i found a method get_events with the help of which i could trigger the even on mouseclicks

and getting appropriate functionkey in the parameter i_ucomm. But i want the slis_selffield option as well using OO prog

that could get the details of the item clicked.