Hi Avi,
If you want to add action in table view you need to add one click action buttons in context node class method GET_OCA_T_TABLE
CLEAR ls_one_click_action.
ls_one_click_action-id = 'DELETE'.
ls_one_click_action-icon = 'delete.gif'.
ls_one_click_action-text = ''.
ls_one_click_action-tooltip = text-005.
ls_one_click_action-active = 'X'.
APPEND ls_one_click_action TO rt_actions.
Regards,
Deepika C.