in table control there are data can be changed , i input some data,but in the module
MODULE item_info_modify INPUT.
MODIFY gt_tc
FROM gw_tc
INDEX item_info-current_line.
endmodule.
i think this is not worked ,why??