Hi Santhosh,
To make column as readonly, you need to set the read only property of the cell editor of column.
As suggested by Kiran, get the cell editor of column by using method get_table_cell_editor ( ) and set the read only property by using set_readonly ( abap_true ).
Hope this helps you.
Regards,
Rama