Hi,
The event type is 'rowSelection'. The object will be of type "CL_HTMLB_EVENT_TABLEVIEW".
You can see this easily in the debugger for code that looks like:
data event TYPE REF TO cl_htmlb_event.
event = cl_htmlb_manager=>get_event( runtime->server->request ).
set the break point here.....and see the variable event
.
.
.
Re
Shiv
Add a comment