Skip to Content
0
Former Member
Jul 18, 2008 at 09:01 AM

delete selected row in table control

22 Views

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