Hi,
I want to delete a selected row after pressing delete button,i gave name 'sel' to selcolumn.i wrote code inside
MODULE ZTABCONTROL_MODIFY ON CHAIN-REQUEST module(pai).
if sel = 'X'.
if save_ok = 'DELETE'.
delete itab index ztabcontrol-current_line.
endif.
endif.
but this module is not getting excuted.
how to rectify this problem?
Regards,
Kavitha